搜索资源列表
araneid-1.0.1
- Swing包括许多实用工具。其中计时器被Swing在内部使用。QdMw 当某些动作必须定时的被执行或在指定的时间被执行时,就要使用计时器。例如,动画可以使用计时器来更新动画的下一帧并控制移动动画对象和改变动画对象外观的速率。事实上,Swing本身使用计时器来进行自动滚动和显示工具提示。nmA -Swing including many practical tools. Swing timer which was used in-house. QdMw when some irregu
Shequ_Mis
- 主要技术: 1.对常见控件的使用(如:TStrings、TStringList、Tlist) 2.数据库链接:常见的数据访问技术(ADO技术,BDE技术) TadoConnection(数据链接)/TadoQuery(数据集)控件, TDataModule数据模块使用, 读取配置文件 3.事件驱动编程: 窗体事件(OnActivate,OnCreate,OnShow)键盘事件(KeyPress),鼠标事件(MouseMove),定时事件(Timer) 4.动态生成组件
TimerTask
- This class implements the same API as the Java 1.3 java.util.TimerTask. * Note that a TimerTask can only be scheduled on one Timer at a time, but * that this implementation does not enforce that constraint.-This class implements the same API a
1110000
- 计算机微机原理与接口实验,实验内容是熟悉8253定时/计数器的使用,包括0、1、2、3方式这四种工作方式的源程序,用汇编语言实现,在ASM里运行成功。-Computer Theory and computer interface experiment, is familiar with the 8253 timer / counter use, 0,1,2,3 means including four methods of work of the source, assembly langua
CC-Timerv2.11
- 多功能定时器v2.11 1、定时、倒计时关机 2、定时、倒计时重启 3、定时、倒计时注销 4、定时、倒计时执行你选择的可执行文件(就是其他应用程序)。 5、闹钟(硬件发生,没有音箱的也可以使用)。 6、软件关闭显示器,可以保护你的笔记本电脑的液晶显示器(普通显示器也适用)。 -v2.11 a multifunction timer, time, and the countdown Off 2, time, and restart the countdown 3, regu
EWB
- EWB做的多功能数字钟 由振荡器输出稳定的高频脉冲信号作为时间基准,经分频器输出标准的秒脉冲,秒计数器满60向分计数器进位,分计数器满60向小时计数器进位,小时计数器按“12翻1”规律计数,计数器经译码器送到显示器;计数出现误差可用校时电路进行校时、校分、校秒, 可发挥部分:使闹钟具有可整点报时与定时闹钟的功能。 -EWB done by the multi-function digital clock oscillator output stable high frequency
fft_8point.c
- 8点基二fft Fast Fourier Transform (FFT). Using 8 points, takes about 1.2 ms to execute one FFT. Sets up General Purpose Timer 1 to generate events at 10 kHz. Will produce 10 kHz output on T1PWM and T1PWM pins. -8:00-two fft Fast Fourier Trans
Hw_code
- 红外发射接收程序 1.圈数测量:红外一体化接收头,通过外部中断引脚,1个信号加1 2.单位时间:定时器0,提供1s的时间信息 3.显示单元:8位共阴数码管,P0控制数码,P2控制位码 4.根据频率,控制状态-infrared transmitter-receiver 1. Circle Measure : integrated infrared receiver first, through external interrupt pins, a signal plus 1
Weiyuanyinjian
- 微原硬件实验的代码。包括TPC—1型实验台的熟悉、8253计数器/定时器的应用、 8255A并行接口应用等。-original hardware experimental micro-code. Including TPC-1 experiment Taiwan familiar with the 8253 counter / timer application, 8255A Parallel Interface applications.
TIME-INT
- 该程序利用了定时器1的周期中断功能,每1ms产生一次中断-procedures for the use of the timer interrupt the cycle of a function, each have an interruption 1ms
timer
- 1)仿WINDOWS界面,但无鼠标操作 2)具整点报时功能,几点报几声 3)可设置时间和日期 当然还有一些地方做得不行,比如输入时的光标闪烁,放在这里的目的就是与大家共同学习,欢迎批评指正。
ColorDlg-v1.1
- 通过实际的代码来说明,怎么样使用对话框来对显示区域的控制等等,还有怎么样使用TIMER计时器。
vbaccess
- 内容: 做个登陆程序,以VB+Access。 功能: 1、验证。验证用户名的正确与否、密码与用户名符合与否 2、人性化设计。 ①、输入用户名后,无论是鼠标移动到密码框,还是按“Tab”键到密码框,都搜索用户名的存在与否,但不报错 ②、输入密码后,选者状态在“确定”按钮上。 ③、确定后检验,用户名为空时,光标停在用户名框,密码空停密码输入框。 控件: TextBox、CommandButton、PictureBox、Timer、ADO
uCOS-II_LPC2000
- pc.c是移植于μCOS-II的PC服务代码(pc.c) 主要改动: 1、#include \"includes.h\"改为\"config.h\" 2、在屏幕上显示改为向UART0发送数据,在电脑上显示,影响的函数: PC_DispChar()、PC_DispClrCol()、PC_DispClrRow()、PC_DispClrScr()和PC_DispStr() 3、获取键值改为从UART0获取,影响的函数:PC_GetKey() 4、因为没有dos环境所作的修改,影响的函数: PC_DOS
数字信道仿真
- 数字信道仿真,认真复习数据链路层内容,熟悉编程语言C、C++和WINDOWS程序设计技术(查阅参考书); 开发工具:VC6.0 或其它; 程序示例: 理想信道的《发送端程序》和《接收端程序》(含源码VC6.0); ARQ基本协议1:_引入检错和应答帧 ARQ基本协议2:_引入超时计时器 ARQ基本协议3:_引入数据帧携带发送序号0~1 ARQ基本协议4:_引入确认帧携带发送序号0~1 ARQ基本协议5:_引入应答帧含有校验码 ARQ基本协议6:_引入数据帧和确认帧含有发送序号0~7,Ws=1,W
shangwangkz
- 电脑定时开关机,小孩每天玩电脑时间控制,可以设置为星期一到星期五,每天累计1小时,星期六星期天为2小时-Computer timer switch machine, the children each day playing computer time control, you can set from Monday to Friday, cumulative 1 hour per day, 2 hours on Saturday, Sunday
cyuyahuadongchuangkou
- c语言模仿滑动窗口协议,源代码。(1) 编写滑动窗口协议的发送程序,令序号长度N=3,窗口最大尺寸=4; (2) 发送程序需要处理的三个事件:网络层分组到达、计时器超时、确认到达可以通过外部输入来模拟;而发送程序应送往对等方的帧直接输出,便于检查程序的正确性。 -c language to imitate the sliding window protocol, the source code. (1) the preparation of the sliding window prot
00x
- 跳棋游戏 1、UDP广播与动态创建TCP结合,实现启动程序自动寻找服务器,如没有自己创建服务器,省去了用IP连接的麻烦 2、无标题窗口创建自己喜欢的界面。实现用假标题栏移动窗口,无标题窗口在任务栏显示系统菜单 3、几个较实用的用户控件 (1)图形button:支持导入一张四格图片(四种状态)便得到自己想要的button (2)图形option:也是导入一张四格图片就行 (3)图形scoller:相当于一个可以卷动控件的frame (4)图形进度条、滑动条:导入
autoSleep
- 我写给自己用的定时自动休眠的小程序,对话框界面,Win32 SDK程序,用Code::Blocks开发,功能是让电脑在指定的时间后自动休眠,克服了Windows系统自带的电源管理只要一动鼠标或键盘就重新开始计时以及更改时间不方便的缺点,最长时间为1天(1440分钟)。-I wrote their own automatic sleep timer using a small program, the dialog box interface, Win32 SDK program, using C
cube_timer-20080918-1-ok
- 用于模仿计时的小工具,按一下空格键启动计时器,再按一下空格键停止计时器,再按一下空格键重新开始计时-Used to imitate a small tool for timing, click the space bar to start the timer, and then click the spacebar to stop the timer, and then click the space bar to re-start time
