-
binary-octal-hex-transformation
在二进制、八进制、十六进制之间实现转换的小程序(In binary, octal, hexadecimal, conversion between a small program)
- 2011-10-05 21:29:21下载
- 积分:1
-
cjson
lua的 json解析库,与原生lua库快速的集成(a json parse for lua use c/c++)
- 2020-06-22 23:40:01下载
- 积分:1
-
Visual
Visual C++6.0高级编程教程,还是有点用的,所以上传(this is Visual C++6.0)
- 2010-12-27 10:55:58下载
- 积分:1
-
电子时钟
基于51单片机的简易电子时钟,能实现校时。(Electronic clock, can achieve timing.)
- 2020-06-23 12:00:02下载
- 积分:1
-
温度报警器
说明: 1.系统整体设计
系本设计采用STC89C52单片机为主控芯片,结合外围电路矩阵键盘、液晶显示器LCD1602等部分组成,能够实现:
1 DS18B20不断采集周围环境温度;
2. 单片机处理温度的数据显示在DS18B20;
3. 用户设定温度报警的上限和下限;(1. Overall design of the system
This design uses STC89C52 single chip microcomputer as the main control chip, combined with peripheral circuit matrix keyboard, liquid crystal display LCD1602 and other parts
DS18B20 continuously collects the ambient temperature;
2. The temperature data processed by MCU is displayed in DS18B20;
3. The user sets the upper limit and lower limit of temperature alarm;)
- 2021-01-20 15:11:19下载
- 积分:1
-
7541053CADread-program
CAD 文件的读取程序,读取你需要的信息(CAD file reading program, read the information you need)
- 2012-05-26 10:17:03下载
- 积分:1
-
Taylorsine
使用 DSP 和 D/A 转换器可以产生连续的正弦波信号,同样也能产生方波、锯齿波、三角波等其它各种信号波形。本设计要求采用DSP及其D/A转换器产生上述各种信号波形。(Use DSP and D/A converter can produce a continuous sinusoidal signal, also can generate other various signal waveforms square wave, sawtooth, triangular wave. This design requires a DSP and D/A converter generates the above various signals waveforms.)
- 2021-03-25 09:19:14下载
- 积分:1
-
cJSONFiles
说明: JASON解析,打包等测试例程,包含头文件,C文件,test文件等(void doit(char *text)
{
char *out;cJSON *json;
json=cJSON_Parse(text);
if (!json) {u1_printf("Error before: [%s]
",cJSON_GetErrorPtr());}
else
{
out=cJSON_Print(json);
cJSON_Delete(json);
u1_printf("%s
",out);
free(out);
}
})
- 2020-06-15 23:20:01下载
- 积分:1
-
C#实现不同行数的二维数组的拼接 BOW模型的构建词典作用。
- 2023-07-13 23:40:03下载
- 积分:1
-
GA
说明: MATLAB和C++开发都有,代码齐全,资料非常有指导意义,适合有一定基础的人。(含资料:全国高技术重点图书·通信技术领域 遗传算法及其应用)(It concludes code of matlab and c++,and some important referance is also included.)
- 2011-12-04 12:48:25下载
- 积分:1