-
自己以前做的汇编小程序,希望对大家有用。
自己以前做的汇编小程序,希望对大家有用。-A compilation of their previous small program to do the hope that useful for everyone.
- 2022-10-22 20:15:03下载
- 积分: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
-
取图片上某点的颜色值,支持ARGB4444,ARGB1555和ARGB
取图片上某点的颜色值,支持ARGB4444,ARGB1555和ARGB-Take pictures, the color value of a point to support ARGB4444, ARGB1555 and ARGB
- 2022-12-12 12:40:03下载
- 积分:1
-
一种基于高端微处理的定时编程的算法,有有较大的实用价值。...
一种基于高端微处理的定时编程的算法,有有较大的实用价值。-A high-end microprocessor-based programming of the timing of the algorithm, there is a greater practical value.
- 2022-07-10 23:16:31下载
- 积分:1
-
唯一的windows的电话炸弹
唯一的windows的电话炸弹-telephone bomb! !
- 2023-06-19 03:55:04下载
- 积分:1
-
通过多个操作和机制来做一个小游戏,希望大家喜欢…
通过一些运算和机制做出来的一个小游戏希望大家喜欢!-Through a number of operations and mechanisms to do a small game I hope you like!
- 2022-09-04 06:50:03下载
- 积分:1
-
生成均匀随机分布数据点集的程序。Fortran90编程。
The program allows the user to choose:
M, t...
生成均匀随机分布数据点集的程序。Fortran90编程。
The program allows the user to choose:
M, the spatial dimension
N, the number of points to generate
SEED, the initial seed value.
Once these parameters are set, the program generates the data, and writes it to a file. The user may then specify another set of data, or terminate the program.
-UNIFORM_DATASET is a FORTRAN90 program which creates a uniform random dataset and writes it to a file.
- 2023-09-09 19:50:04下载
- 积分:1
-
一个WINDOWS消息的示例程序,相当有意思,仔细看看.
一个WINDOWS消息的示例程序,相当有意思,仔细看看.-a news WINDOWS examples of procedures, very interesting, and to look carefully.
- 2022-11-25 16:40:03下载
- 积分:1
-
这是一个只允许输入既定范围数字的编辑控制
这是一个只允许输入既定范围数字的编辑控制-This is only an established framework to allow the importation of digital editing control
- 2022-06-01 08:49:06下载
- 积分:1
-
我在网上找的一个图像拼接源码,需要的赶紧下。。。肯定能用...
我在网上找的一个图像拼接源码,需要的赶紧下。。。肯定能用-I find the Internet a source image mosaic, and we need quickly under. . . Certainly can use!
- 2022-05-15 13:40:42下载
- 积分:1