-
CLR
CLR
this fuction is to show a message which you want to show!(this fuction is to show a message which you want to show!)
- 2013-11-05 17:17:30下载
- 积分:1
-
微机继电保护matlab算法仿真
简单的微机保护仿真程序,热切希望可以有一个交流的平台,可以学习(Simple microcomputer protection simulation program)
- 2017-07-02 11:07:50下载
- 积分:1
-
a pointer on the C language, the use of indicators alphabetical sorting arrays!...
一个关于C语言指针的程序,使用指针按字母顺序排序数组!解压请用ZIP,解压格式!-a pointer on the C language, the use of indicators alphabetical sorting arrays! Requests for extracting ZIP, unpacked format!
- 2022-06-17 09:26:21下载
- 积分:1
-
Sonoff-Tasmota-development
说明: Sonoff-Tasmota ESP8266 源码文件(Sonoff-Tasmota ESP8266)
- 2020-06-17 16:40:02下载
- 积分:1
-
MT4 Manager API Example
Mt4 managerAPi ,可以幫助開發MT4的自定義接口,裏面的實例和結構注釋,有助於我們分析Mt4的API
- 2022-02-02 14:23:04下载
- 积分:1
-
MPCController
基于模型预测控制算法的matlab控制器设计通用方法,matlab程序(matlab controller design coding ,generic)
- 2013-04-06 13:50:11下载
- 积分:1
-
doc1456
Digital Sound Recorder
with AVR® and DataFlash
- 2011-05-30 17:48:30下载
- 积分:1
-
eps01-17.10.18
说明: EPS control C 电机控制器源程序,工程使用代码(EPS control C source program;)
- 2020-06-01 15:16:52下载
- 积分:1
-
qt103规约
这是基于QT3写的103规约以太网源代码,可以作为参考学习(This is the 103 protocol Ethernet source code based on QT3, which can be used as a reference for learning.)
- 2021-03-09 22:59:27下载
- 积分:1
-
md5加密c++跨平台
md5加密实现,c++ 跨平台,linux windows 都可以用static void MD5Init(MD5_CTX *context){ context->count[0] = 0; context->count[1] = 0; context->state[0] = 0x67452301; context->state[1] = 0xEFCDAB89; context->state[2] = 0x98BADCFE; context->state[3] = 0x10325476;}static void MD5Update(MD5_CTX *context, unsigned char *input, unsigned int inputlen){ unsigned int i = 0; unsigned int index = 0; unsigned int partlen = 0; index = (context->count[0] >> 3) & 0x3F; partlen = 64 - index; context->count[0] += inputlen count[0] < (inputlen count[1]++; context->count[1] += inputlen >> 29; if(inputlen >= partlen) { &n
- 2022-01-22 14:33:35下载
- 积分:1