-
Doc-Complementar-Tabela-de-Comandos
Git Sheet - DevMasterTeam
- 2020-06-20 15:40:01下载
- 积分:1
-
bpsk, 调制和解调的源程序。我弄过了,6.5上可以用的
bpsk, 调制和解调的源程序。我弄过了,6.5上可以用的-BPSK modulation and demodulation of the source. I damaged before, and 6.5 can be used
- 2022-12-26 12:45:03下载
- 积分:1
-
DiskCopy
DOS下装机必准备工具,EXE文件和批处理文件,DOS下以前经常用到的.(DOS must be installed under preparation tool, EXE file and the batch file, DOS under the previously frequently used.)
- 2009-11-22 08:16:15下载
- 积分:1
-
C #连接GPRS发送消息到服务器实验
C#中连接GPRS 并向服务器发送信息的实验-C# Connect GPRS to send messages to the server Experimental
- 2022-07-21 22:40:02下载
- 积分:1
-
映射网络驱动器程序
映射网络驱动器程序 -The app of mapping network driver
- 2022-04-23 18:17:09下载
- 积分:1
-
OnlineMovie
视频点播系统,实现了基本的视频点播、管理功能(The source of the online video play system, contains the entire solution)
- 2018-03-21 23:42:29下载
- 积分:1
-
data_struct
After working through this module you should be able to create and use new and complex data types within C programs. After working through this module you should be able to: Manipulate character strings in C programs, Declare and manipulate single and multi-dimensional arrays of the C, data types,Create, manipulate and manage C pointers to data elements, Create and manage complex data types in C.
- 2010-07-21 15:24: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
-
一个多线程实现的TCP服务端 listen, 在accept一个请求后,再启动一个线程来处理对应的socket...
一个多线程实现的TCP服务端 listen, 在accept一个请求后,再启动一个线程来处理对应的socket-a multithreaded achieving TCP server listen, accept a request and then start a thread to handle the corresponding socket
- 2022-08-20 23:48:25下载
- 积分:1
-
HILL
希尔密码的编程 有需要的可以下载参考!(Hill password programming needs, can download reference!)
- 2017-11-10 18:37:42下载
- 积分:1