搜索资源列表
PIDcontrol
- 设计以89C51单片机、ADC、DAC等电路和运放电路组成的被控对象构成的单闭环反馈控制系统。 1. 硬件电路设计:89C51最小系统加上模入电路ADC0809和模出电路TLC7528;由运放构成的被控对象。 2. 控制算法:增量型的PID控制。 3. 软件设计:主程序、定时中断程序、A/D转换程序、滤波程序、D/A输出程序、PID控制程序等。 -Designed to 89C51 single-chip, ADC, DAC, such as circuit and operat
Network
- 使用C#实现的定时器,可以定时windows关机、注销、重启,时间由用户自定包括系统小托盘,程序如有不足的地方,还请升级(我的 邮箱:xiaodpro@163.com)-Use C# to achieve timer, timing windows can be shut down, log off, restart, the time set by the user including the system of small tray, the program, if insufficie
WindowsFormsTimer
- 一个简单的计时器。可以实现12小制和24小时制的计时。-A simple timer. The system can achieve 12 small and 24-hour timekeeping system.
Windows_GuanJiXiaoZhuShou
- 使用C#实现的定时器,可以定时windows关机、注销、重启,时间由用户自定包括系统小托盘。。。这是继1.0以后的修正版,源代码及安装包的部署,程序功能基本完善(我的邮箱:xiaodpro@163.com) -Use C# to achieve timer, timing windows can be shut down, log off, restart, the time set by the user including the system of small tray. . . Th
timer
- 关于C#中timer类 在C#里关于定时器类就有3个 1.定义在System.Windows.Forms里 2.定义在System.Threading.Timer类里 3.定义在System.Timers.Timer类里 -The timer on the C# class in C#, there are three categories on the timer 1. Defined in the System.Windows.Forms in 2. System.T
ShutDownComputer
- 采用C#,利用定时器和系统dll函数,定时关机,用户可以自己设定关机的时间-Using C#, use the timer and system dll function, time off, the user can set their own time off
myWeather
- C#天气预报程序桌面版,在你的电脑桌面上显示你本地的天气信息,天气数据采集自网络,除了显示天气信息外,还有实时的温度、湿度、风力风向及未来两天的天气情况,有自动刷新功能,可以设置随系统启动等。软件上面显示的时间是获取的服务器上的时间(无法获取时才会使用本地的时间),包含农历跟星期等信息,运行后默认以透明窗体嵌入桌面右下角,可以设置两个城市显示(任务栏图标右键有设置功能)。定时刷新采用线程控制,抛弃传统的Timer控件。另外,软件做了只能同时运行一个实例的限制!可能是因为Using的东西太多,导致
DAC12_DA
- DAC12的D/A转换,文件main.c是主函数。调用InitSys进行系统初始化。函数InitSys中对定时器A和DAC12进行了初始化。-DAC12 the D/A conversion, the file main.c the main function. Call InitSys for system initialization. Function InitSys in the timer A and DAC12 initialized.
AutoService
- 程序演示了如何通过代码(不使用InstallUtil.exe)来对C#开发的Windows系统服务程序进行安装和卸载,使用了单独编写的安装程序,安装和卸载在线程中进行,带进度条,界面不锁死。代码中的解决方案包括2个项目:系统服务程序为一简单的服务,每10秒在C:\log.txt文件内写入运行日志。服务程序内的Timer控件不能简单的从工具栏中拖入,拖入后需要更改代码使其成为System.Timers.Timer。安装程序直接生成文件于服务程序的Debug目录中,独立的安装和卸载按钮。开发环境:V
shutdown
- C#简单的关机程序,除了关机功能外,还包括了注销系统、重启系统,重新启动计算机windows,用到了计时器,用来每1秒钟更新一次TextBox上显示的系统运行时间。-C# simple shutdown procedures, in addition to the shutdown function, but also includes the cancellation of the system, reboot the system, restart your computer windows
TIMER
- 定时器计算小软件,可以通过系统主频等一些条件来直接计算出定时时常,可以交流交流-Timer computing small software, clocked by the system and some other conditions to calculate the direct timing often, you can exchange exchanges
System.Timers.Timer
- 定时器的使用方法,可根据实际情况,自行修改使用-Use timers, according to the actual situation, to amend its own use
1
- 采用定时器控制方法产生舵机控制的脉冲信号。为了能实现活动关节根据输入角度准确定位和微调,在设计中加入了矩阵键盘调控系统。在硬件搭建方面,设计了基于STC89C52的2路脉冲信号的硬件控制电路系统。之后对系统所使用的编辑软件和调试工具进行了简要说明,并详细介绍了软硬件主要模块的设计和实现过程,以及重要模块的调试和仿真的具体过程。最后,根据软硬件设计结果,制作了一个极坐标结构的机器人关节,能够完成在水平和竖直方向的比较精确的控制。-Using the timer control method gen
秒表
- 利用C#的系统计时器空控件进行计时的秒表。(A stopwatch that uses the system timer empty control of C#.)