-
ASP
asp公司
- 2022-02-25 20:56:04下载
- 积分:1
-
C++网络通信源代码
C++网络通信源代码-C source code for network communication
- 2022-01-31 04:21:50下载
- 积分:1
-
栈的应用,主要是数制转换,很方便实用喜欢大家喜欢
栈的应用,主要是数制转换,很方便实用喜欢大家喜欢-Stack applications, mainly the number of system conversions, it is convenient and practical like everyone likes
- 2022-04-13 03:23:09下载
- 积分:1
-
3G 比较全面的map信令流程,详细分解描述了各种流程。对于学习MAP协议很好。...
3G 比较全面的map信令流程,详细分解描述了各种流程。对于学习MAP协议很好。-3G signal a more comprehensive map of the flow, a detailed description of a variety of flow decomposition. Study well for the MAP protocol.
- 2022-08-22 03:18: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
-
一套基于VC++开发的指纹识别程序,有源码,很有参考价值
一套基于VC++开发的指纹识别程序,有源码,很有参考价值-grgrthrtgergwerhtrhrthsergerhrh
- 2022-03-20 23:21:50下载
- 积分:1
-
Lot of basic practical C++ source code, suitable for beginners to use, such as r...
许多基础实用的C++源码,适合初学者使用,如递归反转字符串-Lot of basic practical C++ source code, suitable for beginners to use, such as recursive string inversion. . . . .
- 2022-02-12 00:05:34下载
- 积分:1
-
该程序生成一个城市网络的最小生成树,可以按需求自己设置定点数和路径...
该程序生成一个城市网络的最小生成树,可以按需求自己设置定点数和路径-The program generates a network of cities of the minimum spanning tree can be set according to demand their own set points and path
- 2023-04-22 16:55:02下载
- 积分:1
-
在VC中使用Borland BDE的数据
在VC中使用Borland BDE的数据-in VC use Borland BDE data
- 2022-01-25 17:38:23下载
- 积分:1
-
易语言模仿cs半条命3d场景的例程 和CS差不多
易语言模仿cs半条命3d场景的例程 和CS差不多-Half-Life imitating cs language easy 3d scene almost routine, and CS
- 2022-03-06 12:44:09下载
- 积分:1