-
是一个迷宫程序,程序里用0表示可以走的路,1表示墙,计算机自动寻找出口的程序。...
是一个迷宫程序,程序里用0表示可以走的路,1表示墙,计算机自动寻找出口的程序。-Is a maze procedures, procedures that can be spent 0 path, 1 that the wall, the computer automatically search for the export process.
- 2022-03-03 05:52:01下载
- 积分:1
-
NuTiny-SDK-NUC126VG4AE_V1.0
Nuvoton NuTiny-SDK-NUC126VG4AE_V1.0
- 2019-07-26 16:39:01下载
- 积分:1
-
YSF4_HAL_MOTOR-003.25GA370电机编码器测速
说明: 使用开发板配套的Mini USB线连接到开发板标示“调试串口”字样的Mini USB接口为开发板供电。按下任一按键之后,在PC端硬石上位机串口助手功能可以看到当前转速(圈/s),编码器值,速度的方向代表电机转动的方向(Connect the Mini USB cable supporting the development board to the Mini USB interface marked with "debugging serial port" to power the development board. After pressing the next button, you can see the current speed (coil /s), encoder value and speed direction of the hard stone upper PC serial port assistant function)
- 2019-04-26 22:58:47下载
- 积分: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
-
PCB设计应用教材
说明: pcb设计应用教材 用于pcb画板设计及其规则和设计中要注意的重点(Teaching material of PCB design applicationThe rules and key points in PCB drawing board design)
- 2020-12-29 14:19:56下载
- 积分:1
-
TestDosCaihuang
临时开TELNET临时开启产测的功能,方便产线更快的作业,不需要进网页(Temporarily open TELNET temporarily open the production test function, convenient production line faster operation, do not need to enter the web page)
- 2017-11-22 20:29:40下载
- 积分:1
-
用简单的语言来增强权威的行政长官与一个模块的源代码…
用易语言做的CE源码带提升权限模块用易语言做的CE源码带提升权限模块-With easy language to enhance the authority of the CE source code with a module for easy language to enhance the authority of the CE source code with a module
- 2023-06-16 09:05:03下载
- 积分:1
-
贪吃蛇源码
贪吃蛇代码实现,适用于初学者。贪吃蛇代码实现,适用于初学者。贪吃蛇代码实现,适用于初学者。
- 2023-07-09 10:35:03下载
- 积分:1
-
Python实现HMM模型完美版
Python实现HMM算法完美版 代码全集(Python realize HMM algorithm perfect edition code complete works)
- 2021-03-19 18:09:18下载
- 积分:1
-
GFDM PART-2
说明: Generalized frequency division Multiplexing part-2
- 2020-03-03 09:18:27下载
- 积分:1