搜索资源列表
hwintp.zip
- 一个使用VtoolsD类库处理硬件中断的VxD应用
ossybook
- 本次设计要求我使用最不经常使用页面淘汰算法。该算法在需要太太某一页是,首先淘汰到当前时间为止,被访问次数最少的那一页。这只要在页表中给每一页增设一个访问计数器即可实现。每当该页被访问时,访问计数器加1,而发生一次缺页中断时,则淘汰计数值最小的那一页,并将所有的计数器清零。-the design I use most frequently used pages out algorithm. The algorithm needs his wife to a certain page is the
Disk format
- 磁盘格式化是计算机用户经常使用的操作之一,但由于操作系统的控制台和(Shell)提供了对格式化的完美支持,使编程人员很容易忽视用户对格式化的基本需求。在他们看来,磁盘格式化对用户来说并不是一个太大的问题,应用程序不必要对它提供支持。其实,这是一个错觉,当用户在运行应用程序遇到需要格式化磁盘时,再切换到控制台或者资源管理器去格式化磁盘是非常不便和烦琐的。 还有一部分编程人员认为磁盘格式化很容易实现,没有技术障碍,因此没有赋予足够重视。其实,在实际编程时笔者发现磁盘格式化是一个不大不小的问题。一方
温度告警系统
- 温度告警系统,使用msp430控制芯片,对温度实行管理,如温度出现异常,则使用中断函数进行报警,同时可停止程序运行-temperature alarm system, using Controller chip control of temperature management, such as abnormal temperature, the use of the interrupt function for the police to stop while running
FlashTool20
- 第二版功能: 能将DSP应用程序生成的.out文件直接生成烧写Flash的.out文件,直接在CCS里load program并运行即可。 变灰的控件表示以后版本将要支持的功能。 第一次发布前经过测试的系统: 1.C5402+SST39VF040,Flash的8000H-FFFFH映射到外部数据空间的8000H-FFFFH, 2.C5416+SST39VF200,Flash的0000H-7FFFH映射到外部数据空间的8000H-FFFFH 加载表均小于32k wor
gdbint.pdf
- 说明GDB中断使用方法,用于Vxworks平台开发借鉴-use for reference platform Vxworks
DM642_serial
- 利用DM642和dsp/bios,串口中断编程(外中断使用方法和752b中断使用方法),752b芯片,并附有各个设置寄存器使用说明。上机测试通过。-use and DM642 dsp / bios. interrupt programming (external interrupt usage and 752 b interruption use), 752b chips, all set with a register use. On the plane when the test.
模拟页式虚拟存储管理中缺页中断
- 本次设计要求我使用最不经常使用页面淘汰算法。该算法在需要太太某一页是,首先淘汰到当前时间为止,被访问次数最少的那一页。这只要在页表中给每一页增设一个访问计数器即可实现。每当该页被访问时,访问计数器加1,而发生一次缺页中断时,则淘汰计数值最小的那一页,并将所有的计数器清零。-Abstraction: This design require me use a most unusual swap algorithm. When swap operation is demanded, this al
HOOK了所有中断向量的rootkit
- 代码hook了所有256个中断向量,在debdgview下打印输出了中断历程,使用是请加载.sys驱动程序,具体代码请看.c文件
main.rar
- 飞思卡尔 XS128脉冲累加器a使用例程,实现脉冲累加记录功能,freescal xs PulsA
dr
- Turboc 2.0源代码,为一个互动的文件和目录清单/浏览程序(似乎)。使用findfirst,findnext函数在dir。 h和一些其他的库函数。中断使用但很少。-Turboc 2.0 source code, is an interactive file and directory listing/browsing program (seem to). Use the findfirst, findnext function in the dir. H and some other li
STM32_DMA中断从机
- 实现步进电机的S曲线启动与减速,实际项目使用(S stepper motor implementation of the curve to start and slow down, the actual use of the project)
exti_test
- 外部中断简单测试 使用外部中断教程 帮助新手更快理解STM8的外部中断使用方法(Serial communication simple test)
STM32key4x4Interrupt-Mode
- 基于STM32的矩阵键盘程序,采用中断方式书写,可以直接使用(STM32 matrix keyboard program)
EXTI+USART
- 外部中断使用,源地工作室stm32最小系统外部终端使用(exitThe use of external interrupt source, studio STM32 minimum system external terminal use)
codewarrior使用指南
- CW使用教程,适合初学者学习CW创建工程,编译,运行,写中断程序,使用C语言编程等。(CW use tutorials, suitable for beginners to learn CW to create engineering, compile, run, write interrupt procedures, the use of C language programming.)
main
- 16F877A动态数码管及中断程序及按键控制(16F877A dynamic digital tube and interrupt program)
5外部中断的使用
- 一个非常好的关于外部中断的说明,非常好学,很易懂。(A very good explanation of the external interruption, very good and easy to understand.)
3、CC2530 外部中断控制流水灯
- cc2530 实现 流水灯。。控制led亮灭。使用外部中断(cc2530 control led lighting or off......)
【提高篇】第16讲 STM8外部中断实验
- 中断的使用方法案例。配置方法,利用按键中断,控制发光二极管和继电器(Use method cases for interrupts.Configure methods to control leds and relays using keystroke interrupts)