-
ZIP压缩源码,原来少了一些库的也找到,大家可以放心下载
ZIP压缩源码,原来少了一些库的也找到,大家可以放心下载-ZIP compression source, less the original library also find, we can be assured that download
- 2022-05-29 18:23:23下载
- 积分:1
-
wince3 内核源代码,具有很强的参考价值。wince3 kernel source code, has a strong reference value....
wince3 内核源代码,具有很强的参考价值。wince3 kernel source code, has a strong reference value.-wince3 kernel source code, has a strong reference value.
- 2022-02-26 16:49:23下载
- 积分:1
-
一个简化的学生成绩核算系统的设计与实现的程序
一个简化的学生成绩核算系统的设计与实现的程序-Student achievement of a simplified accounting system design and implementation process
- 2022-07-19 10:11:07下载
- 积分:1
-
最优化算法,包括最速下降法,共轭梯度法,拟牛顿法
最优化算法,包括最速下降法,共轭梯度法,拟牛顿法-optimization algorithms, including the steepest decline, the conjugate gradient method, the quasi-Newton method
- 2022-03-21 19:49:14下载
- 积分:1
-
Windows CE开发初步,wince入门必读资料
Windows CE开发初步,wince入门必读资料-Windows CE to develop the initial, wince data entry reading
- 2022-02-26 23:07:35下载
- 积分:1
-
螺旋矩阵生成算法。程序是语言的。
螺旋矩阵的生成算法。该段程序是由C语言编写。-spiral matrix generation algorithm. The procedure is of the C language.
- 2022-01-25 18:51:18下载
- 积分:1
-
不使用控件实现文件的打开、浏览、保存功能
不使用控件实现文件的打开、浏览、保存功能-not to use controls to open the files, browsing, retention
- 2022-08-15 01:48:54下载
- 积分:1
-
Interfaces to LIBSVM
Interfaces to LIBSVM
- 2022-01-25 21:18:26下载
- 积分:1
-
磁卡机开发函数用于先达磁卡机
磁卡机开发函数用于先达磁卡机-card machine development function for the first of 1,500 machines
- 2022-06-17 05:00:56下载
- 积分: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