-
dsp-PID
DSP的PID算法!已经通过调试,非常好用!(DSP PID algorithm! Has been through debugging, very easy to use!)
- 2021-03-15 11:59:23下载
- 积分:1
-
sharp7-full-1.0.0-开源西门子连接组件
sharp7-full-1.0.0-开源西门子连接组件(Open Source Siemens PLC Connecting Component for PC Control PLC)
- 2020-06-24 15:00:02下载
- 积分:1
-
MatlabDlg
matlab与VC混合编程,输入方程,与自变量范围,就可以计算方程的值,与倒竖值。(mixed programming with VC matlab input equation, and the scope of the independent variables, we can calculate the value equation, and the inverted vertical value.)
- 2010-12-16 09:57:53下载
- 积分:1
-
c# 模拟qq操作 实例源码下载(QQ接口程序)
c# 模拟qq操作 实例源码下载(QQ接口程序)
- 2015-03-21下载
- 积分:1
-
LPC23XX
近30个LPC23XX系列,各模块源代码!(Nearly 30 LPC23XX series, each module source code!)
- 2020-08-25 09:38:15下载
- 积分:1
-
基于UDP的文件传输
基于UDP实现文件的传输,可以很好的观察为什么UDP传输文件不可靠?因为很容易丢包,帮助理解UDP传输机制。
- 2022-08-17 14:17:05下载
- 积分:1
-
开发板程序
STM32的AD采集程序,用于STM32FR103系列的单片机使用
- 2022-11-27 10:00:03下载
- 积分: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
-
舵机转动(180)
舵机转动180 直接调用已经封装号函数有dug(Direct Invocation of Steering Engine Rotation 180)
- 2020-06-19 05:00:02下载
- 积分:1
-
LinuxMulti-threadProgrammingManual
Linux下多线程编程指南,pdf格式,介绍了Solaris操作系统中POSIX线程和Solaris线程的多线程编程接口,该指南将指导程序员如何创建性新的多线程程序以及如何向现有的程序中添加多线程(Under the multi-threaded Linux Programming Guide, pdf format, introduced the Solaris operating system, POSIX threads and Solaris threads of the multi-threaded programming interface, the guide will guide programmers how to create multi-threaded nature of the new procedures and how to add to an existing program Multithreading)
- 2010-01-29 10:13:32下载
- 积分:1