CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Handler

搜索资源列表

  1. 16

    0下载:
  2. 中颖单片机SF79F32字符处理程序实例-The temporal character handler instance SCM SF79F32
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:477797
    • 提供者:MichaelC
  1. vs

    0下载:
  2. My Mini 操作系统 源码.目前已经实现的功能: 阶段1: 1 BootSect 2 Kernel Loader (已经进入保护模式,并且将必要的参数传递给Kernel) 3 Kernel (开启页式存储,物理内存的简单管理,为中断提供了一套基本的接口,利用Bget建立了一个简单的堆) 阶段2: 1 优化了一部分代码,包括内核堆,内核栈的重新布置 2 初始化了一个TSS,用以处理特权级变化 3 将GDT从以前的KernelLoader空间到自己的空间 4
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:67759
    • 提供者:程光
  1. interrupt_FSM_for_picoblaze

    0下载:
  2. finite state machine interupt handler for xilinx spartan 3E
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:937
    • 提供者:toon
  1. 1234

    0下载:
  2. 嵌入式Linux驱动程序设计(六)中断处理程序-Embedded Linux Driver (6) interrupt handler
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:7460
    • 提供者:haiyang
  1. WindowsCaculation

    0下载:
  2. (1) 设计数字按钮的事件,由于数字按钮事件功能都是把对应数字显示在文本框中,所以全部数字按钮都可以共用一个事件处理方法; (2) 运算符按钮事件也基本相同,所以所有运算符按钮也可共享同一事件处理方法。方法中分别读取文本框上的数值以及所按的运算符,并能识别是否需要进行智能计算; (3) 键盘事件只需一个事件处理方法即可,根据按键的不同调用之前的鼠标事件或者自定义的方法,以便模拟之前定义的鼠标事件。-(1) design digital button events, button even
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:725780
    • 提供者:king
  1. usb-device-audio-speaker-project-iar

    0下载:
  2. This is an Audio handler example source for AT91
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-25
    • 文件大小:265218
    • 提供者:saji
  1. mastmodbus

    0下载:
  2. 基于nxp的lpc932的MODBUS主机程序,只是站写向从站设备写数据,没有处理从站返回数据,还有DS18B20的处理程序给大家参考。-Based on the MODBUS host nxp of lpc932 procedures, but the station to write to write data from the station equipment, does not address the return data from the station, there DS18B2
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-02
    • 文件大小:13184
    • 提供者:张建彬
  1. opencv_multi_camera_input

    0下载:
  2. OPENCV实现的多摄像头输入处理程序; VS Studio 2005 -OPENCV of the multi-camera input handler VS Studio 2005
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:163440
    • 提供者:saga
  1. jpcap-0.01.16-win32

    0下载:
  2. lol is a pcap handler so enjoy it -lol is a pcap handler so enjoy it ....
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:840236
    • 提供者:staricee
  1. ModuleTest_a

    0下载:
  2. I/O驱动程序 设备驱动程序运行在内核空间,而应用程序则运行在用户空间,Linux操作系统通过系统调用和硬件中断完成从用户空间到内核空间的控制转移,执行系统调用的内核代码在进程的上下文中执行,也就是说代表调用进程操作而且可以访问进程地址空间的数据,中断处理程序相对进程而言是异步的,而且与任何一个进程都无关。 -I/O driver Device drivers run in kernel space, while the application is run in user
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:35369
    • 提供者:sxf
  1. dh

    1下载:
  2. OpenGL动画编程。用窗口初始化函数,窗口处理和事件处理函数,定义场景绘制循环函数,三维物体绘制函数,空闲事件处理函数等来进行书写程序-OpenGL animation programming. Initialization function with the window, window treatment and event handlers, custom scene rendering loop function, three-dimensional object drawing fu
  3. 所属分类:GDI-Bitmap

    • 发布日期:2015-11-26
    • 文件大小:1726
    • 提供者:肖旖旎
  1. s3c8274-interupt

    0下载:
  2. 三星中断处理程序, ,含有中断地址-Samsung interrupt handler
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:923
    • 提供者:qiang
  1. BCB-talkroom

    0下载:
  2. 大学时设计的集成语音,文字聊天的基于BCB的聊天软件,及资料,权作学习之用。 简介: 语音的采集,处理,播放 采用Windows MDK的低层音频服务比较合适采用,这一类函数和结构的名字都在MSDN中以“WAVE”为前缀。运用这些API完成的任务有,打开录音设备,获取设备句柄,指定录取格式,分配语音内存块。在当中某一内存块写满时,会产生一个MM_WIM_DATA消息,所对应窗口会调用相应处理函数。播放时理,只不过不是录音设备,而改为播放设备,也是当分配内存读写满时产生消息响应-Un
  3. 所属分类:Communication

    • 发布日期:2017-03-25
    • 文件大小:941938
    • 提供者:Oscar
  1. netfilter

    0下载:
  2. netfilter源码。通俗的说,netfilter的架构就是在整个网络流程的若干位置放置了一些检测点(HOOK),而在每个检测点上上登记了一些处理函数进行处理(如包过滤,NAT等,甚至可以是 用户自定义的功能)。 -netfilter source. Popular to say, netfilter framework is the process in a number of locations throughout the network to place a number of det
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:738270
    • 提供者:rch
  1. DemoEZSkin

    0下载:
  2. Windows下界面处理程序,这是一个皮肤处理的样例.直接可用-Windows, the interface handler, this is a sample of skin treatment. Directly available
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:70803
    • 提供者:paradise
  1. dib_and_image

    0下载:
  2. 一个很好用的DIB类,包括了位图读写的全部方法。以及一个自己写的DibImage类,包含了很多的DIB位图处理函数,有光线调整,HOUGH变换等-A good use of DIB class, including all the way to read and write bitmap. And a written DibImage their class, including many of the DIB bitmap handler, a light adjustment, HOUGH
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:17965
    • 提供者:ecyl
  1. divideerror!

    0下载:
  2. 编写0号中断的处理程序,使得在除法溢出发生时,在屏幕中间显示字符串“divide error!”,然后返回到DOS,吴泽乐-Write 0# interrupt handler, making the division overflow occurs, in the middle of the screen displays the string " divide error!" , And then return to DOS, Le WU Ze
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:1631
    • 提供者:
  1. source

    0下载:
  2. 一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID-A typical PID handler, using the microcontroller as a control cpu, make some simplifications, the specific PID
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:1443
    • 提供者:李樵
  1. interrupts

    0下载:
  2. This example application demonstrates the interrupt preemption and tail-chaining capabilities of Cortex-M3 microprocessor and NVIC. Nested interrupts are synthesized when the interrupts have the same priority, increasing priorities, and decreas
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:124293
    • 提供者:gofin
  1. bypass_easyhook

    0下载:
  2. bypass windows hook engines which if the LoaderLock is held not executes the hook handler.
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:241825
    • 提供者:villy
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com