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

搜索资源列表

  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
    • 文件大小:2207
    • 提供者:陈亮
  1. FlashingMessage

    0下载:
  2. a screen handling program to provide a flashing message. You will have to design a screen layout for where messages are placed on the screen. You will also have to consider when to delay the program in order to give the user time to read
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-20
    • 文件大小:6807
    • 提供者:qiansinlin
  1. 6410_delay_test-ysirss

    0下载:
  2. arm linux平台下延时函数精度测试,对usleep、nanosleep、select三种方法进行对比分析,可直接用于各种arm linux平台,需要精确延时的帮助很大-arm linux platform, precision time delay function testing, usleep, nanosleep, select three methods were compared, can be used for a variety of arm linux platform,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1595
    • 提供者:杨在
  1. sleeps_test

    0下载:
  2. linux/unix下延时函数的精确度的测试代码-linux/unix time delay function of the accuracy of the test code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:1093
    • 提供者:紫日土
  1. fenshixitong

    0下载:
  2. 依据“先进先出”调度原则,并用队列加以实现,从而对CPU分时系统进行简单模拟。输入为用户个数和每个用户所要完成的任务及消费的CPU运行周期,在考虑到CPU申请延迟周期的情况下,输出CPU在运行过程中每个周期的工作状态,正在使用CPU的用户以及等待使用的用户。-Based on " FIFO" scheduling principles, and use a queue to be achieved, and thus a simple simulation of CPU tim
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:119632
    • 提供者:箱子
  1. yinhangjia

    0下载:
  2. 实验目的:了解多道程序系统中,多个进程并发执行的资源分配。 管理员可以把一定数量的作业供多个用户周转使用,为保证作业的安全管理员规定: 当一个用户对作业的最大需求量不超过管理员现有的资金就要接纳该用户; 用户可以分期贷款,但贷款的总数不能超过最大需求量; 当管理员现有的作业不能满足用户的沿需数时,对用户的请求可推迟支付,但总能使用户在有限的时间里得到请求; 当用户得到所需的全部作业后,一定能在有限的时间里归还所有的作业。 -Experimental Objectiv
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:1777
    • 提供者:陈莹华
  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
    • 文件大小:1298
    • 提供者:曲云腾
  1. RsClient

    0下载:
  2. 系统属于小型的局域网监控系统,可以对某一台计算机进行屏幕监控,本系统主要实现以下功能:  系统采用人机交互的方式,界面美观友好。  屏幕信息需要时时显示,网络延时不能大于1秒。  服务器端可以随时运行,只要客户端运行,就能够显示屏幕信息。  系统运行时占用内存不能大于10MB,以免影响系统性能。  客户端运行时需要隐藏显示窗口,起其感觉不到在运行。-following features:  system is
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:192465
    • 提供者:理想
  1. ScreenShot

    0下载:
  2. 一个屏幕截图小程序,可以设置屏幕截图延迟时间,可以保存截图。-One small screenshot program. You can setup the delay time of the screenshot.the screenshot can also be saved.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3733
    • 提供者:高飞
  1. myLinuxSerialportTools

    0下载:
  2. 1:支持串口数据16进制格式收发。 2:支持9以上的串口通信。 3:支持自动收发保存数据。 4:自由控制数据显示。 5:实时显示收发数据字节大小以及串口状态。 6:智能清空缓冲数据。 7:采用polling模式,以便移植到linux。 8:全中文对话框。 9:数据收发精准,增加延时处理。 10:支持短信猫调试,智能识别回车符。 11:界面清爽,布局人性化。 -1: Support for sending and receiving serial dat
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-30
    • 文件大小:81087
    • 提供者:
  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
    • 文件大小:647
    • 提供者: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
    • 文件大小:8392
    • 提供者:吴新泉
  1. ex4c

    0下载:
  2. C实现单片机LED灯闪烁,函数功能:延时一段时间 显示-C to achieve single-chip LED flashes Function: delay for a period of time
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-04
    • 文件大小:7281
    • 提供者:黄高嵩
  1. ShutDown

    0下载:
  2. 定时关机 延时关机,根据用户设定的时间可以定时关机 延时关机-Timing shutdown delayed shutdown, the user can set time delay shut off timer
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-23
    • 文件大小:42248
    • 提供者:蒋亮
  1. time-delay-system

    1下载:
  2. 带有常数时滞的混沌系统的仿真例子,对初学者有用。-Simulation examples of chaotic systems with constant time delay, useful for beginners.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1925
    • 提供者:liujinmei
  1. ccmethod

    0下载:
  2. cc方法是实现相空间重构时用来计算重构维数和时间延迟的方法,我在这里只是试一试-ccmethod medisine and time delay we implement the program,the word is too leate to upload,so i have to add something to it.i can not do well in english.,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:900874
    • 提供者:刘荣胜
  1. huxinxifa

    1下载:
  2. 互信息法求时延参数t,相空间重构理论需计算最优嵌入维数m和最佳延迟时间τ, 重构相空间。-Mutual information method for delay parameters of T, the phase space to compute the optimal embedding dimension m and the optimal time delay reconstruction theory, the phase space reconstruction.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3570096
    • 提供者:hehe
  1. two-dimensional-fuzzy-controller

    0下载:
  2. 针对纯滞后的二阶系统,设计的二维模糊控制系统。-For the time delay of second, two-dimensional design of fuzzy control system.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:4256
    • 提供者:安然
  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
    • 文件大小:29062
    • 提供者:常小小
  1. SqlMap

    0下载:
  2. 支持多种数据库,MySQL, Oracle, PostgreSQL, Microsoft SQL Server, Microsoft Access, IBM DB2, SQLite, Firebird, Sybase和SAP MaxDB。 支持不同的注入模式 1、基于布尔的盲注,即可以根据返回页面判断条件真假的注入。 2、基于时间的盲注,即不能根据页面返回内容判断任何信息,用条件语句查看时间延迟语句是否执行(即页面返回时间是否增加)来判断。 3、基于报错注入,即页面会返回错误信息
  3. 所属分类:Scanner

    • 发布日期:2017-06-09
    • 文件大小:16295993
    • 提供者:123123
« 12 »
搜珍网 www.dssz.com