-
md
说明: PFC2D直接剪切试验,生成颗粒粒径在0.1mm-0.5mm范围,采用伺服机制控制(BP neural network optimization algorithm based on genetic algorithm)
- 2021-04-03 20:29:04下载
- 积分:1
-
frmSupplier.Designer
说明: 卓立汉光DHcam摄像头驱动与界面程序,包含C#源代码与visual studio工程文件(DHcam Camera Driver and Interface Program, including C# Source Code and Visual Studio Engineering File)
- 2020-06-25 02:20:02下载
- 积分:1
-
新建文本文档
说明: 这是常用的一些oracle数据库脚本,自己可以下载下来看看(This is a common Oracle database script, you can download it to see)
- 2020-06-22 05:40:02下载
- 积分:1
-
关机程序,大家可以实现系统的正真关机,下载看看再说吧
关机程序,大家可以实现系统的正真关机,下载看看再说吧-Shutdown procedures, we can realize the system is really shut down, download看看再说吧
- 2023-01-26 07:25:04下载
- 积分:1
-
C# 使用进程名禁止程序运行多次
C# 使用进程名禁止程序运行多次,
string moduleName = Process.GetCurrentProcess().MainModule.ModuleName; //获取当前活动进程的模块名称
string processName = System.IO.Path.GetFileNameWithoutExtension(moduleName);//返回指定路径字符串的文件名
Process[] processes = Process.GetProcessesByName(processName);//根据文件名创建进程资源数组
if (processes.Length > 1)//如果该数组长度大于1,说明多次运行
{
MessageBox.Show("本程序一次只能运行一个实例!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);//弹出提示信息
this.Close();//关闭当前窗体
}
- 2022-02-04 01:16:54下载
- 积分:1
-
delphi写的一款不错的通讯录软件,适合初学者下载.
delphi写的一款不错的通讯录软件,适合初学者下载.-delphi write a good address book software, suitable for beginners to download.
- 2022-03-01 23:05:46下载
- 积分:1
-
CaculateCenter
提供一种质心计算方法,本方法是根据该点到各个点的欧式距离来䦺 心的质心位置,并返回主调函数(Centroid calculation method)
- 2020-09-17 13:17:54下载
- 积分:1
-
hsl_mi20-2.0.0
说明: 对于非对称矩阵线性方程组的代数多重网格预处理子的生成(HSL_MI20 Unsymmetric system: algebraic multigrid preconditioner)
- 2021-03-15 16:39:22下载
- 积分:1
-
模拟退火算法
C/C++实现模拟退火算法,适用于函数最值寻优问题,旅行商问题等等(C/C++ implementation of simulated annealing algorithm)
- 2018-06-15 14:08:05下载
- 积分:1
-
LabTest2
黑杰克學校測驗題,從裡面的碼發展出整個遊戲(Black Jack school quiz, from the inside out the entire game code development)
- 2013-08-03 07:37:33下载
- 积分:1