CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - hook函数

搜索资源列表

  1. VxWorks_comC

    0下载:
  2. 基于VxWorks的端口控制实现.pdf :介绍了嵌入式操作系统VxWorks下端1:2控制的两种实现方法:HOOK函数和MUX接1:2,并对两种实现方法的特点 和性能做了比较。
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:133140
    • 提供者:GB
  1. WinCEKBHook_src

    0下载:
  2. 如何在wince下使用键盘hook,因为wince不支持SetWindowsHookEx函数
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:2562
    • 提供者:张炜
  1. Stm32_ucos_2-1

    0下载:
  2. 在IAR环境中编写程序实现以下功能: 1、在第一组数码管上显示任务的运行次数; 2、调用钩子函数OSTimeTickHook()在第二组数码管上显示系统在没发生500次时钟中断期间,调度器进行任务调度的次数。-Write a program in the IAR environment to achieve the following functions: 1, in the first group of digital number displayed on the task of r
  3. 所属分类:uCOS

    • 发布日期:2017-04-16
    • 文件大小:339623
    • 提供者:林燕
  1. MSP430F54xx_UCOSII

    0下载:
  2. 适用MCU: TI MSP430 5XX 适用ucos-ii版本:2.86 编译环境:IAR4.11B 主要的工作: 在MICRIUM网站上430移植代码的基础上进行了修改:5XX系列PC寄存器为20位,堆栈的宽度仍为16位,因此在对PC和SR的压栈处理上做了修改;另外在汇编程序里调用HOOK函数的CALL XXX 改成 CALLA XXX -Applicable MCU: TI MSP430 5XX applicable ucos-ii version: 2.86 bui
  3. 所属分类:uCOS

    • 发布日期:2017-03-28
    • 文件大小:123002
    • 提供者:王动
  1. keyboard

    1下载:
  2. 这是一个ucGUI的虚拟键盘程序,可以在ucGUI3.90以上版本运行。与其它虚拟键盘不同的是,这里采用hook方式把按钮的动作挂到目标窗口,这样就可以动态的设定输入对象,完全不需要编写目标窗口的回调函数,非常方便。已经在stm32平台测试通过。-This is a ucGUI virtual keyboard program, you can run ucGUI3.90 above. With other virtual keyboard is different is that here,
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-22
    • 文件大小:2990
    • 提供者:asion
  1. armucos

    0下载:
  2. μCOS-II在lpc210x上的移植代码C语言部分,包括任务堆栈初始化代码和钩子函数等 用ads1.2编译,必须使用ARM方式编译-μCOS-II in the lpc210x Porting code to C-section, including the task stack initialization code and hook functions such as using ads1.2 compiled methods must be used to compile ARM
  3. 所属分类:uCOS

    • 发布日期:2017-04-02
    • 文件大小:2104
    • 提供者:李小春
  1. ym

    0下载:
  2. 来电检测 入口:无 出口:ringF=1(确认是合法的来电标志) 影响: 调用:延时函数 */ DATA Byte Ringwait //来铃次数摘机-Detection of entry calls: No exit: ringF = 1 (call sign recognition is legal) implications: call: Delay function*/DATA Byte Ringwait // to the number of hook
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:5101
    • 提供者:zf
  1. 103

    0下载:
  2. 在调试过程中多处使用串行口返回信息(由于没有源码级仿真器); 在空闲任务中的HOOK函数打印输出串口信息,并且闪烁LED; 在各个任务中打印输出串口信息,并且闪烁单个LED; 对于Os_cpu_a核心部分TimeTick函数另作详细说明;-Many places in the process of debugging using the serial port to return the information (the absence of source-level simu
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:390132
    • 提供者:panhaiyan
  1. VB

    0下载:
  2. 通过串口来控制小车,同时有钩子函数。可以模拟按键。-Through the serial port to control the car, while the hook function. Can simulate keystrokes.
  3. 所属分类:SCM

    • 发布日期:2017-11-18
    • 文件大小:1656689
    • 提供者:平艳
  1. ucos-ii

    0下载:
  2. μCOS-II在lpc210x上的移植代码C语言部分,包括任务堆栈初始化代码和钩子函数等.用ads1.2编译,必须使用ARM方式编译-μCOS-II part of porting code in lpc210x on C language the task stack initialization code and hook function. ads1.2 compile, you must use the ARM compiled
  3. 所属分类:uCOS

    • 发布日期:2017-12-10
    • 文件大小:462280
    • 提供者:amart
  1. Os_cpu_c

    0下载:
  2. μCOS-II在lpc210x上的移植代码C语言部分,包括任务堆栈初始化代码和钩子函数等,用ads1.2编译,必须使用ARM方式编译-μCOS-II portable code in lpc210x on C-language section, including the task stack initialization code and hook function, compiled with ads1.2, you must use the ARM compiled
  3. 所属分类:uCOS

    • 发布日期:2017-11-11
    • 文件大小:3431
    • 提供者:程泳
  1. 3

    0下载:
  2. 例7-1 UCOSIII空闲任务钩子函数的使用-The use of UCOSIII 7-1 idle task hook function
  3. 所属分类:uCOS

    • 发布日期:2017-05-09
    • 文件大小:1652055
    • 提供者:seekor
搜珍网 www.dssz.com