-
vs下编译通过的NTPclient
vs下编译通过的NTPclient,实现NTP客户端访问,给需要的人!
- 2022-03-11 00:47:23下载
- 积分:1
-
fib
Fibonacci Algorithm - Good Example
- 2010-04-28 07:58:38下载
- 积分:1
-
chengxu
在下的毕业设计, 本题要求设计一个直流电机控制系统。在设计中,采用国产单片机中目前比较新式的STC12C5A60S2作为整个控制系统的控制电路的核心,因为STC12C5A60S2内部有PCA模块,可以产生PWM波形;采用带中断的独立式键盘作为命令的输入,每当按键时蜂鸣器响;配以LCD12864显示实现对带光码盘的直流电动机转速参数的测量、显示和控制。LMD18200驱动模块内部是H型驱动电路,驱动能力较强,完成电机正反转以及速度的控制。为优化直流电机的响应,采用PID反馈,实现闭环控制。(Graduation in the next, and that the requirements to design a DC motor control system. In the design, the use of the relatively new domestic microcontroller as a control circuit of STC12C5A60S2 entire control system core, because STC12C5A60S2 internal PCA module can generate PWM waveforms using a separate keyboard with interrupt input as a command, whenever the button When the buzzer sounds accompanied LCD12864 display realize the measurement of the optical encoder with DC motor speed parameters, display and control. LMD18200 internal drive module is H-drive circuit, driving ability, and the speed of completion of the motor reversing control. In order to optimize the response of DC motor, using PID feedback, closed loop control.)
- 2014-01-23 09:26:35下载
- 积分:1
-
WebGet
vc++编写的界面源代码,包括文件下载,站点下载,站点管理.(vc++ prepared interface source code, including file downloads, site download, site management.)
- 2008-05-22 15:02:13下载
- 积分:1
-
C# 使用字符串数组创建一组单选框数据
C# 基于字符串数组创建一组单选按钮的例子,附上了例子源代码,大家可了解C#字符串数组的简单应用。
以下是例子中的代码,运行后可见如下图所示的图片效果:
//基于字符串数组创建一组单选按钮
string[] MyArray = new string[4];
MyArray[0] = "渝北区";
MyArray[1] = "巴南区";
MyArray[2] = "长寿区";
MyArray[3] = "南岸区";
RadioButton[] MyRadioButtons =new RadioButton[4];
for (int i = 0; i < 4; ++i)
{
MyRadioButtons[i] = new RadioButton();
MyRadioButtons[i].Text = MyArray[i];
MyRadioButtons[i].Location = new System.Drawing.Point(
10, 20 + i * 20);
this.groupBox1.Controls.Add(MyRadioButtons[i]);
}
this.groupBox1.Text = "请评选全市卫生城区:";
- 2022-02-27 00:14:46下载
- 积分:1
-
AMBA_3_AHB-Lite
AMBA_3_AHB-Lite协议中文第一版,适合初学者(AMBA_3_AHB-Lite protocol Chinese first edition, suitable for beginners)
- 2020-12-08 16:39:21下载
- 积分:1
-
svm
支持向量机原理与仿真
(Support vector machine theory level simulation)
- 2014-01-05 16:19:37下载
- 积分:1
-
embedded-server-EA02_V2
嵌入式Web服务器(以太网络远程控制开关)EA02使用说明书(Embedded server,remote control switch)
- 2015-06-08 18:23:27下载
- 积分:1
-
IPhone风格界面
IPhone风格的界面,IPhone风格的界面,IPhone风格的界面,IPhone风格的界面,IPhone风格的界面,IPhone风格的界面,
- 2023-08-13 16:05:03下载
- 积分:1
-
AD9850
DDS9850,亲测可用,有中文解释,信号发生器(DDS9850, pro-test is available, there are Chinese explanation, the signal generator)
- 2014-02-18 11:54:08下载
- 积分:1