-
simulated keyboard input examples of VC
模拟键盘输入的VC的例子-simulated keyboard input examples of VC
- 2022-01-29 00:41:05下载
- 积分:1
-
包含按键扫描,字符处理到数学运算、功能函数等从初级到深入的各类源程序。
包含按键扫描,字符处理到数学运算、功能函数等从初级到深入的各类源程序。- Contains the pressed key scanning, the character processes
primarily to mathematics operation, the function function and so on
from to the thorough each kind of source program.
- 2022-08-06 18:21:15下载
- 积分:1
-
Suduku is a game. This programming is a implementation Of sudoko in C++ language...
Suduku is a game. This programming is a implementation Of sudoko in C++ language. after verifing the file one can convert it to any language as per their wish-Suduku is a game. This programming is a implementation Of sudoko in C++ language. after verifing the file one can convert it to any language as per their wish..
- 2022-01-22 00:32:57下载
- 积分:1
-
Battle an online platform is designed to provide a reference, we can learn, as a...
一种网上对战平台的设计,可以提供参考,大家可以学习,作为毕业设计-Battle an online platform is designed to provide a reference, we can learn, as a graduate design
- 2022-03-29 15:47:26下载
- 积分: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
-
fangzhen fangzhen fangzhen fangzhan
机器人控制系统的设计与MATLAB 机器人控制系统的设计与MATLAB-fangzhen fangzhen fangzhen fangzhan
- 2022-01-26 04:17:18下载
- 积分:1
-
a small transient electromagnetic sounding data processing procedures, mainly us...
一个小的瞬变电磁测深数据处理程序,主要用于计算视电阻率和深度-a small transient electromagnetic sounding data processing procedures, mainly used in the calculation of the apparent resistivity and depth
- 2023-06-15 13:10:04下载
- 积分:1
-
PIC 18F4550 BASIC LED CODE
PIC 18F4550 BASIC LED CODE
- 2023-08-03 04:45:03下载
- 积分:1
-
动态数据交换 DDE 的例子
动态数据交换 DDE 的例子-DDE example
- 2022-04-15 22:21:04下载
- 积分:1
-
in the project, we can see that C# powerful platform! Conducive to the developme...
在该项目中,可以看出C#的平台强大!有利于开发!-in the project, we can see that C# powerful platform! Conducive to the development!
- 2022-02-25 11:19:31下载
- 积分:1