搜索资源列表
s3c44b0iic
- S3C44B0 I2C的uCLINUX的驱动程序(铁电存储器FM24系列,若针对AT24系列只需在写操作中增加延时即可),本驱动士原创且经过测试。-S3C44B0 I2C uCLINUX of the Driver (ferroelectric memory YPCC series against AT24 Series if only in write operation can be increased latency), the original drive with which the
主频延时
- 一个通过计算机主频来精确延时的程序,精确到ms,一般的延时只能精确到10ms-a computer speeds accurate to delay the procedure to the exact ms, the average delay of only 10ms precision
VB延时
- VB延时子程序,可精确延时一定时间,给其它程序调用,VB6开发.-VB delay subroutine, precision delay some time, to call other procedures, the development of VB6.
msTIMER
- Windows下产生毫秒级时钟延时的程序,在编程时,采用此程序进行时间控制,可以准确的控制程序的行为。
BD3201_source_code.rar
- BD3201的音响效果应用源代码,应用BD3201实现混响,延时,参数调节.程序流程的详细介绍.对专业音响,KARAOKE前置,调音台的应用,有直接的帮助.,Soure code for BD3201-14a,MIXER,Karaoke AMP.some DSP effect implemented with descr iption.
2
- 完成Linux下的串口程序,串口发送延时程序-Achieve under Linux serial proceedings, serial send delay procedures
Delay(vb)
- 在程序流程中经常要延时一段时间后再继续往下执行,在VB中常用的有以下几种方法 1、SLEEP 2、timer() 3、Windows API函数timeGetTime() -Process in the program often have to delay the implementation period of time then continue down, in VB there are several commonly used method 1, SLEEP 2, t
restart_on_crash
- 软件看门狗,国外的,很好用,可以延时启动程序。-Software watchdog, foreign, very good use, you can delay startup programs.
Linux-driver-development10
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第10章、中断与时钟。本章主要讲解Linux设备驱动编程中的中断与定时器处理。由于中断服务程序的执行并不存在于进程上下文,因此,要求中断服务程序的时间尽可能地短。因此,Linux在中断处理中引入了顶半部和底半部分离的机制。另外,内核中对时钟的处理也采用中断方式,而内核软件定时器最终依赖于时钟中断。10.1节讲解中断和定时器的概念及处理流程。10.2节讲解Linux中断处理程序的架构,顶半部、底半部之间的关系
UnixSocketIO
- Linux进程间通讯的一种,本地Socket通讯,用C封装成非常简单的库,一共5个接口,支持阻塞延时,还有demo程序。-Linux inter-process communication a local Socket communication using C encapsulated into a very simple library, a total of five interfaces to support the blocking delay, as well as the demo
button-linux
- 嵌入式linux按键驱动程序及相关的测试程序,通过定时器定时扫描GPIO电平的高低以判定按键是否按键,通过延时去抖-Embedded linux key drivers and test procedures, by the level of timer scheduled scans the GPIO to determine whether a key button debounce with delay
TWOTIGER
- 8253用定时器2来产生896Hz的音频信号使喇叭发声,我们可以改变定时器2的计数值来改变声音频率,通过发声的延时程序来获得时间长短不同的声音,于是就可以通过编程;来获得声调(频率)和节奏(延时长短),使计算机演奏出乐曲来。-8253 with a 896Hz timer 2 to generate the audio signal to the speaker sound, we can change the timer 2 count to change the sound frequenc
ex8led
- 使用C的不同数据类型的延时函数控制LED流水灯闪烁,用不同数据类型控制灯闪烁时间,定义无符号整形变量,双字节数据,值域为0~65535,程序分别用整形数据、字符型数据延时时间,主程序用循环延时打开熄灭流水灯。-C of different data types delay function control LED lights flashing, blinking time with different data types defined unsigned integer variable,
Load-CMS
- 可根据需要延时启动指定的应用,为其它程序的启动提供时间-May need to delay start specified applications for other programs to provide time to start
cable-ML5
- 神经元网络延时反馈程序,证明局部神经元延时反馈可以激发周围神经元产生spiking放电或bursting放电-Delayed feedback neural network program, proof of local neuronal delayed feedback can stimulate peripheral neurons spiking discharge or bursting
timer1-0.tar
- 网上有很多arm驱动18b20的程序,但是那些调试可以,下载但板子上由于延时函数的不正确而不能正常运行,本程序的延时由Timer实现,经测试完全可用。-arm operating procedures DS18B20,the delay function was achieved by Timer。
DriverForTiny6410
- 按键驱动程序(混杂设备模型) 软件去抖动的原理就是: 定时器延时时刻到的时刻,按键的状态 要和在 定时器 启动 时刻按键的状态一致。-Key driver (hybrid device model) Jitter is the principle of the software to: State timer delay time to time, the keys To start the timer and the key moments in a consisten
AutoRun
- VC 2010 bianyi de 开机延时启动程序 VC2010-开机延时启动程序 VC2010
ym_c-dianzhen-8X8GD.C-hicode
- C语言实现8X8点阵滚动显示温度,DS18B20的操作程序 sbit DQ P3^3 unsigned char time //设置全局变量,专门用于严格延时 函数功能:将DS18B20传感器初始化,读取应答信号 出口参数:flag bit Init_DS18B20(void) { bit flag //储存DS18B20是否存在的标志,flag 0,表示存在;flag 1,表示不存在 DQ 1 //先将数据线拉
codt-technology
- MFC下动态的显示图形的画法,主要用了Bresenham算法来画出三角型和圆,程序中还用了Sleep函数来实现延时,()