搜索:tick

找到约 13 项符合「tick」的查询结果

结果 13
https://www.eeworm.com/dl/542/418150.html 其他书籍

The secret cipher that secures Mifare Classic RFID tags used in access control systems, subway tick

The secret cipher that secures Mifare Classic RFID tags used in access control systems, subway tickets, and various other security-related applications has recently been disclosed
下载 48
·
查看 1104
https://www.eeworm.com/dl/542/199050.html 其他书籍

In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety o

In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety of systems, you need to delve deep into the heart of the kernel. The kernel handles all interactions between the CPU and the external world, and determines which programs will share ...
下载 113
·
查看 1125
https://www.eeworm.com/dl/674/430739.html Windows CE

1. This BSP can support 2443EVT0 board. If you want to use EVT0 BSP, set followings. In smd

1. This BSP can support 2443EVT0 board. If you want to use EVT0 BSP, set followings. In smdk2443\smdk2443.bat file set BSP_EVT1=1 -> set BSP_EVT1= In smdk2443\src\inc\bsp_cfg.h file #define EVT1 -> #define EVT0 2. Default system tick mode is changed ...
下载 49
·
查看 1108
https://www.eeworm.com/dl/647/349315.html 嵌入式/单片机编程

1. UC/OS 8051中完全应用。 2. 显示各个任务的执行时间, 执行时间占总时间百分比, tick计数器 3.任务中信号量,消息以及消息队列的使用。 我自己仔细测试过了

1. UC/OS 8051中完全应用。 2. 显示各个任务的执行时间, 执行时间占总时间百分比, tick计数器 3.任务中信号量,消息以及消息队列的使用。 我自己仔细测试过了,运行了一天都没有出问题。请大家一起使用,有问题请及时联系我们 附带在proteus上面进行仿真,免去各位朋友硬件上烦恼。 ...
下载 26
·
查看 1087
https://www.eeworm.com/dl/534/232508.html 其他

内核超时等待机制的原理: 应用程序通过操作系统提供的系统调用接口获取资源时

内核超时等待机制的原理: 应用程序通过操作系统提供的系统调用接口获取资源时,在系统调用的入口参数里可以指定超时等待的最大时间,通常以毫秒为单位,内核会将其转化为系统的时钟(tick)
下载 67
·
查看 1101
https://www.eeworm.com/dl/836816.html 技术资料

rtthread的定时器管理源码分析

rt-thread的定时器的基本工作原理在RT-Thread定时器模块维护两个重要的全局变量,一个是当前系统的时间rt_tick(当硬件定时器中断来临时,它将加1),另一个是定时器链表rt_timer_list,系统中新创建的定时期都会被以排序的方式插入到rt_timer_list(硬件定时器模式下使用)链表中,rt_timer_list的每 ...
下载 5
·
查看 8258
https://www.eeworm.com/dl/cadence/ebook/477262.html 电子书籍

You may read code because you have to-to fix it, inspect it, or improve it. You may read code the wa

You may read code because you have to-to fix it, inspect it, or improve it. You may read code the way an engineer examines a machine--to discover what makes it tick. Or you may read code because you are scavenging--looking for material to reuse. Code-reading requires its own set ...
下载 132
·
查看 1064
https://www.eeworm.com/dl/649/221724.html uCOS

UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether

UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether for the IAR compiler. Jens E. Holtegaard ported one version using ICCAVR. Joerg Meyer did another port (using Jens port as a start?). This is basically Joerg s port plus a littl ...
下载 96
·
查看 1112
https://www.eeworm.com/dl/534/484292.html 其他

一个用键盘控制的抢答软件

一个用键盘控制的抢答软件,在比赛中用,具体说明如下: 十个队伍对应的按钮分别为:(注:大小写没有要求) 1组->“=” 2组->“,” 3组->“S” 4组->“7” 5组->“V” 6组->“A” 7组->“E” 8组->“0” 9组->“3” 10组->“Y” 不可全屏幕,因为背景图像格式为1024*768 有防抢功能,在一次抢答完成 ...
下载 143
·
查看 1081
https://www.eeworm.com/dl/842873.html 技术资料

uCOS-III学习笔记

1.用户代码不允许调用任务函数,任务一旦创建只能由UCOS-III调用  2.每个任务都必须创建创建自己的堆栈,可以静态分配或由malloc()动态 分配,但类型只能为CPU_STK  3.任务优先级数越小越高,设置范围1~OS_CFG_PRIO_MAX-2,OS_CFG_PRIO_MAX在OS_CFG.h中定义,系统默认的最大优先级为10,统计任务的 ...
下载 6
·
查看 1802