-
将一副扑克牌随机发牌给4个玩家,并进行排序再显示发牌结果的程序(注释版)...
将一副扑克牌随机发牌给4个玩家,并进行排序再显示发牌结果的程序(注释版)-A program for pokers sort.
- 2022-09-13 20:30:03下载
- 积分:1
-
粒子生成程序,本程序实现了物理加速度和速度的运算。对游戏开发初学者应有所启发...
粒子生成程序,本程序实现了物理加速度和速度的运算。对游戏开发初学者应有所启发-Particle generation process, the procedures for the physical implementation of computing the acceleration and speed. Game development for beginners should be a source of inspiration
- 2022-03-06 06:28:30下载
- 积分:1
-
使用C++编写的MGM_V循环的代码,用于图形图像的数字处理
使用C++编写的MGM_V循环的代码,用于图形图像的数字处理-The use of C++ written cycle MGM_V code, graphics images for digital processing
- 2022-04-13 14:41: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
-
email功能界面,email 的实现界面,有标题栏目,正文栏目等的实现...
email功能界面,email 的实现界面,有标题栏目,正文栏目等的实现
-the function of email
- 2022-07-21 20:27:41下载
- 积分:1
-
基于Wince4.2操作系统,evc4.0开发环境下Spin控件的使用的例程源码...
基于Wince4.2操作系统,evc4.0开发环境下Spin控件的使用的例程源码-Wince4.2 based operating systems, evc4.0 development environment Spin control the use of the routines FOSS
- 2022-03-20 16:15:24下载
- 积分:1
-
wince下的连连看的源代码,EVC编译
wince下的连连看的源代码,EVC编译-wince under the Lianliankan source code, EVC compiling
- 2022-07-19 00:23:43下载
- 积分:1
-
修正后版本
遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广...
修正后版本
遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛应用于组合优化、离散优化、工程优化等领域。旅行商问题是一种NP难的组合优化问题,具有重要的理论研究价值和实际应用背景。然而,传统遗传算法中存在有不足,需要提出新的改进的遗传算法,并应用于旅行商问题的求解。-Amended version of genetic algorithm based on Darwin" s theory of evolution is an intelligent optimization algorithm, a complex system can be used to optimize the robustness of the search algorithm, the application of traditional methods to solve difficult and complex, nonlinear problems, can be widely used in combinatorial optimization, discrete optimization, engineering, optimization and other fields. Traveling Salesman Problem is a NP hard combinatorial optimization problem, has important theoretical value and practical application of research background. However, the traditional genetic algorithm, there is less than the need to introduce new improved genetic algorithm, and applied for solving the traveling salesman problem.
- 2023-06-10 23:05:03下载
- 积分:1
-
Hook劫持 隐藏注册表键值,本例子隐藏了hirosh键值
Hook劫持 隐藏注册表键值,本例子隐藏了hirosh键值-Hook hostage hidden registry key, the key example of hidden hirosh
- 2022-03-22 06:59:32下载
- 积分:1
-
BSIM3模型源代码
BSIM3v3 模型的源代码-BSIM3v3 model source code
- 2022-01-22 13:28:07下载
- 积分:1