-
用VC演示的串口通讯程序,是学习用VC进行通讯变成的好材料,演示了通讯控件的使用方法...
用VC演示的串口通讯程序,是学习用VC进行通讯变成的好材料,演示了通讯控件的使用方法-VC demonstration of Serial communication process is learning to communicate with VC into the good materials, demonstration of the use of communications control methods
- 2023-06-07 15:05:04下载
- 积分:1
-
解析chm文件的代码,出自开源代码。
解析chm文件的代码,出自开源代码。...
解析chm文件的代码,出自开源代码。
解析chm文件的代码,出自开源代码。-parse chm file解析chm文件的代码,出自开源代码。
- 2022-02-03 09:52:54下载
- 积分:1
-
很好的代码!请使用
很好的代码!请使用-good code! Please use
- 2022-01-28 04:27:58下载
- 积分:1
-
快速排序算法 真的很快
快速排序算法 真的很快-quicksort algorithm really soon
- 2022-07-27 16:19:37下载
- 积分:1
-
这一代码发送电子邮件的附件很容易。
This 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
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 niControls->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")
- 2022-01-26 07:38:06下载
- 积分:1
-
C #程序
- 2022-05-18 05:14:32下载
- 积分:1
-
usb接口相关程序,涉及到USB接口的控制方法,数据传输等.
usb接口相关程序,涉及到USB接口的控制方法,数据传输等.-USB interface related program including USB Interface control, data transfer and so on.
- 2022-10-27 04:15:03下载
- 积分:1
-
我们学校信息管理西的论文,大家欣赏一下,好好交流,一起提高...
我们学校信息管理西的论文,大家欣赏一下,好好交流,一起提高-It is a paper of our college of information management.Let us enjoy it and study together.We will improve ourselves too!
- 2022-06-01 08:14:50下载
- 积分:1
-
Fairly good C++ Entry based on the use of tutorials, practical for beginners
相当不错的C++入门基础使用教程,实用初学者-Fairly good C++ Entry based on the use of tutorials, practical for beginners
- 2023-07-17 14:30:03下载
- 积分:1
-
分析本机所有网站留下的cookies信息。可以获取部分网站用户信息等。...
分析本机所有网站留下的cookies信息。可以获取部分网站用户信息等。-Analysis of the machine left the cookies for all sites of information. Website users can access some information.
- 2022-04-20 17:49:25下载
- 积分:1