-
基于C/S架构的主机与客户端通信的回声测试程序,以及socket的简单试验开发。...
基于C/S架构的主机与客户端通信的回声测试程序,以及socket的简单试验开发。-Based on C/S structure of the host and client communications echo test procedures, as well as pilot the development of a simple socket.
- 2022-02-26 10:21:23下载
- 积分:1
-
3D-R2N2-master
说明: 单图像和多图像三维重建,基于theano包的一个重建代码,够20个子了吗(3d reconstruction from both single and muti image)
- 2021-05-01 11:01:52下载
- 积分: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
-
evregion
Module Name: evregion - Operation Region support.
- 2015-06-13 19:51:53下载
- 积分:1
-
微软网络消息发送server
微软网络消息发送server-Microsoft network messaging server
- 2023-05-17 12:05:03下载
- 积分:1
-
Modeling-and-control-of-DFIG-based-variable-speed
Modeling and MPPT Sensorless Control of a DFIG-Based Marine Current Turbine
- 2013-12-20 03:16:15下载
- 积分:1
-
基于JFC框架的Java源代码,每一个代码都很经典,是学习JFC的好资料...
基于JFC框架的Java源代码,每一个代码都很经典,是学习JFC的好资料-JFC framework based on the Java source code, a code of each are classic study is a good information JFC
- 2022-06-21 19:14:10下载
- 积分:1
-
windows 下的网络数据解析工具,vc++环境,支持tcp,upd,port选择
windows 下的网络数据解析工具,vc++环境,支持tcp,upd,port选择-windows of network data analysis tool vc environment to support tcp, upd. port options
- 2022-03-12 07:19:33下载
- 积分:1
-
tuyu999
用LabVIEW实现分析输入音频的谐波成分。不错的源码(Analysis of harmonic components of input audio by LabVIEW. Good source code)
- 2017-07-04 17:07:23下载
- 积分:1
-
OPCserver
用vc++实现了一个标准的OPC DA服务器!可以实现工业以太网数据采集并为实现了标准OPC接口的客户程序进行数据交互!(Using vc++ to achieve a standard OPC DA server! Industrial Ethernet can be achieved for the realization of data acquisition and a standard OPC client interface for data exchange!)
- 2009-07-03 10:50:14下载
- 积分:1