CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 延时 程序

搜索资源列表

  1. s3c44b0iic

    0下载:
  2. 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
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.85kb
    • 提供者:彭士操
  1. 主频延时

    0下载:
  2. 一个通过计算机主频来精确延时的程序,精确到ms,一般的延时只能精确到10ms-a computer speeds accurate to delay the procedure to the exact ms, the average delay of only 10ms precision
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:178.97kb
    • 提供者:陈铁良
  1. VB延时

    1下载:
  2. VB延时子程序,可精确延时一定时间,给其它程序调用,VB6开发.-VB delay subroutine, precision delay some time, to call other procedures, the development of VB6.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2.16kb
    • 提供者:陈亮
  1. msTIMER

    0下载:
  2. Windows下产生毫秒级时钟延时的程序,在编程时,采用此程序进行时间控制,可以准确的控制程序的行为。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:22.96kb
    • 提供者:孙靖
  1. BD3201_source_code.rar

    8下载:
  2. BD3201的音响效果应用源代码,应用BD3201实现混响,延时,参数调节.程序流程的详细介绍.对专业音响,KARAOKE前置,调音台的应用,有直接的帮助.,Soure code for BD3201-14a,MIXER,Karaoke AMP.some DSP effect implemented with descr iption.
  3. 所属分类:系统编程

    • 发布日期:2013-07-17
    • 文件大小:6.95kb
    • 提供者:ken
  1. 2

    0下载:
  2. 完成Linux下的串口程序,串口发送延时程序-Achieve under Linux serial proceedings, serial send delay procedures
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:325.48kb
    • 提供者:xutongmeng
  1. Delay(vb)

    0下载:
  2. 在程序流程中经常要延时一段时间后再继续往下执行,在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
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:1.27kb
    • 提供者:曲云腾
  1. restart_on_crash

    0下载:
  2. 软件看门狗,国外的,很好用,可以延时启动程序。-Software watchdog, foreign, very good use, you can delay startup programs.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:457.2kb
    • 提供者:李志国
  1. Linux-driver-development10

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第10章、中断与时钟。本章主要讲解Linux设备驱动编程中的中断与定时器处理。由于中断服务程序的执行并不存在于进程上下文,因此,要求中断服务程序的时间尽可能地短。因此,Linux在中断处理中引入了顶半部和底半部分离的机制。另外,内核中对时钟的处理也采用中断方式,而内核软件定时器最终依赖于时钟中断。10.1节讲解中断和定时器的概念及处理流程。10.2节讲解Linux中断处理程序的架构,顶半部、底半部之间的关系
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:462.94kb
    • 提供者:华清远见
  1. UnixSocketIO

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.63kb
    • 提供者:李勃
  1. button-linux

    0下载:
  2. 嵌入式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
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-04
    • 文件大小:2.37kb
    • 提供者:
  1. TWOTIGER

    0下载:
  2. 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
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:647byte
    • 提供者:pass
  1. ex8led

    0下载:
  2. 使用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,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-19
    • 文件大小:8.2kb
    • 提供者:吴新泉
  1. Load-CMS

    0下载:
  2. 可根据需要延时启动指定的应用,为其它程序的启动提供时间-May need to delay start specified applications for other programs to provide time to start
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-26
    • 文件大小:12.55mb
    • 提供者:鑫杰
  1. cable-ML5

    0下载:
  2. 神经元网络延时反馈程序,证明局部神经元延时反馈可以激发周围神经元产生spiking放电或bursting放电-Delayed feedback neural network program, proof of local neuronal delayed feedback can stimulate peripheral neurons spiking discharge or bursting
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:975byte
    • 提供者:wuxinyi
  1. timer1-0.tar

    0下载:
  2. 网上有很多arm驱动18b20的程序,但是那些调试可以,下载但板子上由于延时函数的不正确而不能正常运行,本程序的延时由Timer实现,经测试完全可用。-arm operating procedures DS18B20,the delay function was achieved by Timer。
  3. 所属分类:Driver develop

    • 发布日期:2017-04-25
    • 文件大小:25.43kb
    • 提供者:乔哥
  1. DriverForTiny6410

    0下载:
  2. 按键驱动程序(混杂设备模型) 软件去抖动的原理就是: 定时器延时时刻到的时刻,按键的状态 要和在 定时器 启动 时刻按键的状态一致。-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
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2.11kb
    • 提供者:liliang
  1. AutoRun

    0下载:
  2. VC 2010 bianyi de 开机延时启动程序 VC2010-开机延时启动程序 VC2010
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-15
    • 文件大小:22.45mb
    • 提供者:kangzhenwei
  1. ym_c-dianzhen-8X8GD.C-hicode

    0下载:
  2. 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 //先将数据线拉
  3. 所属分类:Network Security

    • 发布日期:2017-05-04
    • 文件大小:28.38kb
    • 提供者:常小小
  1. codt-technology

    0下载:
  2. MFC下动态的显示图形的画法,主要用了Bresenham算法来画出三角型和圆,程序中还用了Sleep函数来实现延时,()
  3. 所属分类:系统/网络安全

    • 发布日期:2018-04-23
    • 文件大小:43kb
    • 提供者:Rycko
« 12 »
搜珍网 www.dssz.com