搜索资源列表
网络校时
- 网络校时程序 因本人计算机cmos电池缺点,系统时间每次开机都丢失,所以我就想通过网络来及时调整自己的时间。 起初我从网络上搜索到很多类似的软件,但他们都附带其他我并不想用的功能。所以我决定自己去做一个只校时的软件。 首先,需要寻找一个稳定快捷的网络时间服务器,这是至关重要的,否则这个程序将失去他的价值。搜索结果很多,不过好多都延时厉害,有些还可能造成程序陷入假死状态。因而我从同类软件中找寻他们所使用的服务器地址,这样经过实践考验的地址应该比自己盲目搜索的质量要好的多。 另外
microsecond_delay产生毫秒级延时
- 产生毫秒级延时的程序-have millisecond delay the proceedings
145645247575427545
- 一个小小的延时程序VB,如果你想学的话,就下下来看看吧,有一定的收获哦.-a small delay procedures VB, if you want to study, then on the next down and watch it, a certain harvest oh.
delay
- 里面包含一些延时实用的延时程序,能够比较准确地实现延时(51)
key
- 使用verilog实现的4x4的键盘,但是把延时程序去掉了,可以给大家参考
vhdl
- VHDL 的一个流水灯程序 开发平台Quartusii 使用的延时方法为分频思想
mouse
- 一个实现记录鼠标位置,进行延时并自动点击的程序。可以用于软件的自动化测试。-To achieve a record mouse position, and automatically click to delay the procedure. Can be used to automate software testing.
lcd
- 很精简的LCD12864程序!!!对大家绝对有用,有高效的程序,不用一个延时程序-Very concise procedures LCD12864! ! ! Definitely useful for all of us, there are efficient procedures, without a delay procedure
pic10f200
- 一个现行产品的原程序。。 。用于延时开关-A produce the original procedure. . . . . For the delay switch
0832tiaofutiaopin
- 这是一个用0832做的一个正弦波步进电压,每1V步进.还可以步进频率,不过那个延时没有调,自己可以任意调那个延时的时间,就可以任意的步进,延时程序都写好了,大家想要步进频率,自己调下那个延时时间就行了-This is a 0832 to do with a sine wave voltage step, every step 1V. Can also be stepped-frequency, but the delay did not emphasize that they are able
MCU
- 此软件为单片机延时初值的计算小程序,给单片机开发者一个便捷!-This software calculate the initial value for the SCM applet delay, giving developers a convenient SCM!
yanshi
- 这是一个51单片机的延时程序,可以清楚地向新手传授-This is a 51 Single-chip delay procedure, it is clear to the novice teach
DIDAS
- 这是一个延时程序 可以通过参数的设置完成不同时间的延时 本程序通过编译,运行正确-This is a delay parameter setting process can be completed at different times of the delay of the procedure to compile and run correctly
ntifs
- 删除延时程序 NotDeleteDelay
c-DelayProgram
- C语言编写的关于延时程序的研究,写的比较好-C language programs on the delay of the research and write better
delsy.doc
- 比较齐全的C语言延时程序,含有很多的延时案例-A more complete C language delay procedure, contains a lot of delay case
pccon
- 包含:833us延时程序,接收的数据处理函数,接收一个字符函数,字符串发送函数-Contains: 833us delay procedure, the receiving data processing functions, receiving a character function, the string sending function
按键触发延时3分钟程序
- 通过c语言程序实现继电器应用模块按键触发延时3分钟程序(Through the C language program to achieve Relay Application module, the trigger delay 3 minutes program)
《PIC实现音乐播放程序》
- ;PIC16F877A实现音乐播放程序(《两只老虎》片段) ;功能说明: ;1.通过驱动实验板上的蜂鸣器发声,实现音乐的播放。 ;2.从TABLE中取出播放音乐的音调(1、2....7)通过改变该表中的值即可实现播放不同的音乐。 ;3.从TABLE_YP中取出播放音乐的音频,即该音调持续的时间。 ;4.调整DELAY延时的长短即可实现音乐播放的快慢。(PIC16F877A music player program (two tigers) Function descr ipt
单片机的精确延时的方法
- 单片机的精确延时的方法 /* 对一个变量int操作和char操作的指令时间不同,所以延时不一样,导致总线错误 char是单字节变量,int是双字节变量,单字节变量自减1和双字节变量自减1耗费 的CPU时间是不同的,换句话说,双字节变量自减1的操作时间要长于单字节变量, 而你这个延时程序纯粹就是靠CPU循环进行固定次数的自减操作实现的,所以 单字节变量变成双字节变量以后,自减操作的次数不变,延时时间会增长。 */(The precise time delay method of si