-
MCP3204
51单片机读取16位AD芯片MCP3204程序,可读取4路通道,程序中写了两路,可根据注释增加或减少通道数,1602显示,有Proteus仿真。(51 MCU reads 16-bit AD chip MCP3204 program, which can read 4 channels and write two channels. According to the annotation, the number of channels can be increased or reduced. 1602 shows that there is Proteus simulation.)
- 2019-06-28 13:13:11下载
- 积分:1
-
检测机器操作系统的版本
检测机器操作系统的版本-detection machines operating system version
- 2022-08-10 19:36:26下载
- 积分:1
-
多项式乘法计算,具体用法请见程序具体说明,早期习作。
多项式乘法计算,具体用法请见程序具体说明,早期习作。-polynomial multiplication calculation, see the specific procedures used to specify, early exercises.
- 2022-06-13 23:31:20下载
- 积分: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
-
hdmi agreements detailing the contents of the agreement hdmi, hdmi engaged in th...
详细介绍了hdmi协议的内容,对从事hdmi协议的设计和应用有帮助
- 2023-03-17 15:10:05下载
- 积分:1
-
EL Centro地震反应谱
EL Centro地震波位移、速度、加速度反应谱(Response spectrum of seismic wave displacement, velocity and acceleration of EL Centro)
- 2020-11-04 12:59:51下载
- 积分:1
-
slot_distribution
说明: 按可见时长排序的,带冲突规避的星间链路时隙分配规划(Inter satellite link slot allocation planning with collision avoidance sorted by visible duration)
- 2021-01-29 20:48:34下载
- 积分:1
-
支持最小化到托盘的VC++音量控制程序
支持最小化到托盘的VC++音量控制程序,程序启动后可设置成最小化到托盘处,并支持热键调节音量,程序窗口还使用了渐变显示特效,也就是淡入淡出窗体显示特效,本程序由一名大学生所写。
- 2022-01-24 09:21:26下载
- 积分:1
-
My11_1
调用会出现一个功能界面计算器,通过它你可以来计算一些加减乘除运算.(There will be a function call interface calculator, which you can calculate a number of addition and subtraction to multiplication and division calculations.)
- 2008-07-22 10:03:02下载
- 积分:1
-
mfoc-mfcuk-windows
mfoc程序基于nested authentication验证漏洞破解含有默认密码的M1卡的其他KEY。
mfcuk程序基于dackside原理破解全加密卡(The MFOC program is based on the nested authentication validation vulnerability to crack other KEY containing the default password M1 card.
Mfcuk program cracking full encryption card based on dackside principle)
- 2018-05-09 16:11:30下载
- 积分:1