-
USP10
DLL POUR IMPRESSION FASTREPORT
- 2019-04-26 17:35:25下载
- 积分:1
-
DerokoOEP
说明: Original-Entry-Point Finder by deroko
- 2020-08-10 05:24:02下载
- 积分:1
-
mpc_miso
多输入单输出(MISO)的模型预测控制(MPC)matlab+simulink仿真(MISO MPC simulation based on matlab and simulink)
- 2021-05-13 12:30:02下载
- 积分:1
-
PFC5.0-3D
说明: pfc离散元 适合初学者学习的代码,非常实用,离散元分析(PFC discrete element code for beginners to learn)
- 2020-09-16 10:47:55下载
- 积分: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
-
themselves prepared a chess interface procedures used cbuild 5, to show and shar...
自己编写一个象棋界面程序,用cbuild 5,拿出来与大家共享。-themselves prepared a chess interface procedures used cbuild 5, to show and share.
- 2022-04-28 03:43:43下载
- 积分:1
-
mapgis二次开发其中一部份,介绍了有关DBS的原始代码
mapgis二次开发其中一部份,介绍了有关DBS的原始代码-MAPGIS secondary development of one part of the introduction of the DBS source code
- 2022-04-21 17:17:14下载
- 积分:1
-
HW1
使用PSCAD测定电网谐振频率及测定轴系模型自然频率(Determination of resonance frequency of power network and determination of natural frequency of shaft system model)
- 2018-06-09 21:52:29下载
- 积分:1
-
用C语言实现的8位数码管电子钟源代码,很经典,很使用
用C语言实现的8位数码管电子钟源代码,很经典,很使用-Using C language to achieve 8-bit digital tube钟源electronic code, is a classic, it is the use of
- 2023-03-05 21:15:03下载
- 积分:1
-
GRNN的数据预测
使用matlab工具,GRNN的数据预测(Data Prediction of GRNN Using Matlab Tool)
- 2020-08-13 20:18:28下载
- 积分:1