-
c
说明: C语言写的一个潮流计算程序,很简单易懂,非常不错!给需要的人吧(powerflow,verry good!)
- 2011-09-10 19:18:37下载
- 积分:1
-
trosMPU788
用于arduino的加速度传感器MPU788的库文件(library file of MPU788 for Arduino)
- 2014-12-18 11:10:05下载
- 积分:1
-
BMS程序
电池电压测量以及电机控制程序,主要实现电池的最高电压以及截止电压测量。(Battery voltage measurement and motor control program, mainly to achieve the highest voltage and cutoff voltage measurement of the battery.)
- 2018-10-30 11:15:00下载
- 积分:1
-
C#通过读取硬盘序列号,生成license文件。
说明: C#通过读取硬盘序列号,生成license文件。(C# generates the license file by reading the serial number of the hard disk.)
- 2019-05-17 16:54:11下载
- 积分:1
-
dds
实现单片机对DDS控制,通过键盘输入频率,并通过LCD显示。(failed to translate)
- 2013-05-05 15:44:45下载
- 积分:1
-
hongmodingwei
关于虹膜定位的原代码 有兴趣试试看啊
很不错的呢(Iris location on the original code are interested in a very good try it ah)
- 2007-12-22 17:59:38下载
- 积分:1
-
IWDG—独立看门狗
说明: STM32F103的独立看门狗程序实例,非常好用(STM32F103 independent watchdog program example, very useful)
- 2019-10-10 09:31:15下载
- 积分:1
-
C# 只允许运行一个程序实例的方法及代码
Visual C# 设置程序只能运行一个实例,当用户再次打开同一窗口时,会弹出提示,告诉你本程序已经在运行了,具体的实现代码参考如下:
设置程序只能运行一个实例:
var MyModuleName = System.Diagnostics.Process.GetCurrentProcess().MainModule.ModuleName;
var MyProcessName =System.IO.Path.GetFileNameWithoutExtension(MyModuleName);
System.Diagnostics.Process[] MyProcesses = System.Diagnostics.Process.GetProcessesByName(MyProcessName);
if (MyProcesses.Length > 1)
{
MessageBox.Show("程序已经运行!", "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Error);
this.Close();
}
- 2023-03-23 03:40:03下载
- 积分:1
-
TMS2407
转速传感器校验仪器DSP控制程序,数据采集,分析,嵌入式OS/2系统代码(Speed sensor calibration apparatus DSP control procedures, data collection, analysis, embedded OS/2 system code)
- 2010-03-13 20:53:07下载
- 积分:1
-
提供3DMAX加载到OPENGL中的程序 3DSOPENGL
提供3DMAX加载到OPENGL中的程序,有编译好的程序,直接运行旧可以了(3DMAX loaded to provide the procedures OpenGL, compiled procedures can be directly running the old)
- 2020-06-27 07:40:01下载
- 积分:1