-
anli
JAVA教程普通案例。交流学习专用。谢谢大家(。)
- 2010-09-13 21:56:41下载
- 积分:1
-
nettime
与时间服务器的时间同步程序,根据时间协议返回的时间设置系统时间(keep the time with time servre SetTimeFromTP)
- 2012-11-09 22:51:35下载
- 积分:1
-
Multi-agent-formation
可以实现多智能体编队,即多个分散智能体聚集到一块且相互之间保持一定的距离向前运动(Can achieve multi-agent formations that gathered more than a dispersion agent, and maintain a certain distance each other moving forward)
- 2016-02-20 10:25:53下载
- 积分:1
-
脉搏心率测试(含心电图)
STM32实现心率传感器采集数据,触摸屏呈现图像和数据(STM32 realizes the heart rate sensor to collect data, the touch-screen presents the image and the data.)
- 2018-05-09 09:34:54下载
- 积分:1
-
CodePageConverter
Code page convertor.
for Example Convert Ansy char To UTF
- 2014-12-10 00:18:51下载
- 积分:1
-
极简单片机任务管理器程序
说明: 仅只占用一个定时器,代码量仅200多字节,最多可管理255个任务,使用简单方便。本实例基于stm8s103,通过修改定时器的具体代码可移植到其它单片机上。(Only one timer is used, and the code volume is only 200 bytes. It can manage 255 tasks at most. It is simple and convenient to use. This example is based on stm8s103, and can be transplanted to other microcontrollers by modifying the specific code of the timer.)
- 2020-10-15 09:07:29下载
- 积分:1
-
MCB_SOR_1.0
基于固高运动控制卡的纯软件数控系统,非常适合数控系统的学习!(The CNC system based on movition card!)
- 2021-03-01 12:19:34下载
- 积分:1
-
SendToCS
This is a COde to Send Emails with attachement very easily.
You ca use it as an executable, or in you .Net project.
Create you Form, create a Button and Enjoy.
System::Void MyForm::SendOrder_Click(System::Object^ sender, System::EventArgs^ e)
{
List<String^>
Items
String
^Filename
Filename = IO::Path::Combine(System::Environment::GetEnvironmentVariable("TEMP"),
String::Concat("FCSSystem", IO::Path::GetRandomFileName(), ".txt"))
Items.Add(Convert::ToString(DateTime::Now))
for(int ni=0 ni<OrderPanel->Controls->Count ni++)
{
Items.Add(String::Concat(OrderPanel->Controls[ni]->Controls[0]->Name,"Q",
((NumericUpDown^)OrderPanel->Controls[ni]->Controls[1])->Value))
}
IO::File::WriteAllLines(Filename, Items.ToArray())
SendFileTo::MAPI mapi
mapi.AddRecipientTo("sst@fcssystem.com")
mapi.AddAttachment(Filename)
mapi.SendMailPopup("FCS System Order", "Please Write Your Data Here")
}
- 2009-09-23 00:38:52下载
- 积分:1
-
Cyuyandaima
利用C语言进行GPS网平差的程序设计。包含求逆,矩阵乘积,转置,平差等运算。(failed to translate)
- 2013-05-06 15:28:45下载
- 积分:1
-
AcquireKlg
专家系统 基于MFC 连接数据库有点复杂(MFC connect to the database based expert system)
- 2010-05-25 10:38:23下载
- 积分:1