-
51chipdanPLC
PLC与51单片机通讯示例程序(单片机程序)(PLC and 51 single-chip communication sample programs (MCU program))
- 2011-11-25 14:27:14下载
- 积分:1
-
Greedy-Activity-Selector
算法设计与分析--活动安排问题,使用贪心算法实现(Algorithm Design and Analysis- Activities arrangements, using the greedy algorithm)
- 2013-12-19 17:50:01下载
- 积分:1
-
CRC计算软件
说明: CRC计算器,可以计算CRC8,CRC16,CRC32的多功能计算器(CRC calculator, can calculate CRC8,CRC16,CRC32 multi-function calculator)
- 2020-06-22 17:20:02下载
- 积分:1
-
键盘钩子,屏蔽热键 ,屏蔽热键
键盘钩子,屏蔽热键 ,屏蔽热键 -Hook the keyboard, hotkeys shielding, shielding hotkey, hotkey shielding, shielding hotkey
- 2023-06-21 02:40:05下载
- 积分:1
-
Code - V0
说明: dispenser source device code
- 2019-03-18 19:28:26下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
迈德SDK采图
迈德威视工业相机SDK采图,sdk采图,工业相机(MaiDe Vision Industrial Camera Mapping)
- 2019-05-17 14:08:44下载
- 积分:1
-
wordcount
并行计算实验,wordcount算法Mapreduce实现。(Parallel computing the experiment, wordcount algorithm Mapreduce achieve.)
- 2020-06-30 02:20:01下载
- 积分:1
-
stm32-12864
LCD12864 T6963C 驱动源代码,只需少量修改便可用于项目中。(LCD12864 T6963C 驱动源代码,只需少量修改便可用于项目中)
- 2011-12-09 10:05:50下载
- 积分:1
-
ReMin0319
IEC60870-5-103通信规约的从站模拟软件,可以模拟一个采用单片机驱动的继电保护设备,自动向主站程序上送数据并响应主站数据的数据问询请求,并有可选择的状态变位和扰动数据进行上送(IEC60870-5-103 communication protocol slave simulation software can simulate a single-chip computer-driven protection equipment, automatic procedures to send data to the master station and respond to data inquiries master data requests, and there is an optional state displacement and disturbance data sent)
- 2013-07-16 15:05:42下载
- 积分:1