-
CSocket-file-transfer
基于CSocket点对点文件传输,用c++实现。(CSocket file transfer developed by c++)
- 2012-11-27 16:27:19下载
- 积分:1
-
runtime-TabBar
仿新浪微博的tabbar,有兴趣的可以下载看看(Imitation Sina microblogging tabbar)
- 2016-11-02 13:50:00下载
- 积分:1
-
qingniaoshoupiaoguanli
售票管理系统,适合拿来参考售票管理系统的开发,基本功能已经实现,其他的请自行设计。(Ticket management system, suitable to be used to refer to the ticket management system development, the basic functions has been achieved, the other your own design.)
- 2012-07-31 10:29:39下载
- 积分:1
-
LMS
LMS自适应滤波器matalb代码设计实现滤波功能(LMS adaptive filter MATALB code design and Realization of filtering function)
- 2020-11-11 20:39:46下载
- 积分:1
-
24WindowsDOSinterfaceMFC
说明: 24.Windows命令接口2.rarMFC实现,加皮肤(24.Windows Command Interface 2.rarMFC realize, plus skin)
- 2008-09-08 00:08:49下载
- 积分:1
-
8266——接收数据版(频率)
说明: 使用esp-8266WIFI模块和路由器以及一个终端相连,然后使用STM32单片机测量频率并发出(Use esp-8266 WIFI module to connect with router and a terminal, then use STM32 MCU to measure frequency and send it out.)
- 2020-06-19 14:40:01下载
- 积分:1
-
基于TCP/IP协议的温度数据采集与控制界面,很好用的。
基于TCP/IP协议的温度数据采集与控制界面,很好用的。-the collection and control of tempereture data which are based on tcp
- 2022-07-18 11:16:37下载
- 积分:1
-
Modbus-for-Field-Technicians
Modbus for Field Technicians 介绍modbus的相当好的资料,包括原理和编程和协议介绍(Modbus for Field Technicians introduction modbus fairly good information, including schematics and programming and protocol description)
- 2013-07-13 22:47:57下载
- 积分:1
-
uCOS-ii+VS 2017
说明: UCOSII在VS2017上的移植,亲测可以用(UCOS II Portable For Visual Studio 2017)
- 2020-06-23 11:20:01下载
- 积分: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