-
虚拟内存池的演示
Virtual Memory Pool Demo
- 2023-06-15 01:30:03下载
- 积分:1
-
改写DELPHI的口令查看程序.
本例使用BCB进行星号下的口令查看....
改写DELPHI的口令查看程序.
本例使用BCB进行星号下的口令查看.
-rewrite Delphi"s orders View procedures. BCB cases of the use of an asterisk for the password View.
- 2022-01-25 16:27:30下载
- 积分:1
-
数独游戏
这是数独游戏程序用C #我上传给你!..
- 2023-01-12 01:25:03下载
- 积分:1
-
haptic主控臂的弹簧力效果测试,力的大小和两点之间的距离成正比。...
haptic主控臂的弹簧力效果测试,力的大小和两点之间的距离成正比。-haptic controlling arm of the spring test results, the size and strength between two points is proportional to the distance.
- 2022-02-21 07:37:03下载
- 积分:1
-
be common VB users landing module! ! ! Very useful! ! The city should no longer...
可以通用的VB用户登陆模块!!!非常有用!!不要再去写 烦人的登陆了 这个模块帮你一起搞定-be common VB users landing module! ! ! Very useful! ! The city should no longer write the landing of the module help you to get together! !
- 2022-03-17 14:29:32下载
- 积分: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
-
Library system
一个用C++实现的图书馆管理系统,主要是用MFC实现的-Library system
- 2022-02-16 01:44:26下载
- 积分:1
-
人工神经网络算法,神经网络,双输入,一个输出
人工神经网络算法的实现,bp神经网络,二输入,一输出-Artificial neural network algorithm, bp neural network, two input, one output
- 2022-03-20 21:29:24下载
- 积分:1
-
学习C++编写工程软件的十分有用源代码,值得学习
学习C++编写工程软件的十分有用源代码,值得学习-Learning C++ Prepared very useful engineering software source code, it is worth learning
- 2022-05-12 20:32:28下载
- 积分:1
-
单元格为负载平衡在无线 Lan 中的呼吸技巧
本校此细胞呼吸技术在无线局域网中的负载平衡的主要是在 WIFI 技术的互联网连接。已在此项目中我们证明通过使用这种方法我们可以避免网络通信量或 Ap 上重载。如果我们在 WIFI 连接手段上应用这项技术,我们可以增加互联网的速度,然后不断无任何中断连接。肯定在将来细胞呼吸法将占用通信领域的主要部分。
- 2022-07-21 09:47:43下载
- 积分:1