-
VCandDataBase
VC++数据库编程,介绍如何使用VC++来开发数据库(VC++DataBase code)
- 2010-12-17 19:29:41下载
- 积分:1
-
单脉冲启动报警,8253的记数功能,8255接口,报警…
单脉冲启动报警,8253的记数功能,8255接口,报警实现用红灯五圈,绿灯五圈来提示。-monopulse alarm activated, the entry number 8253 features 8255 interface, alarm achieve five laps with a red light, green five laps to suggest.
- 2022-01-26 03:58:28下载
- 积分:1
-
clac
表达式计算器,方便用于无小键盘的笔记本,采用的算法可以计算复杂的表达式(Expression calculator, easy for non-small laptop keyboard, the algorithm can be used to calculate complex expressions)
- 2014-03-29 10:20:05下载
- 积分:1
-
网络编程编写客户端与服务端的成语词典
网络编程编写客户端与服务端的成语词典,内含SQL list数据库(Write idiom dictionary of client and server by network programming, including SQL list database)
- 2020-06-25 04:20:02下载
- 积分:1
-
calication
摄像标定法求T R矩阵的方法
摄像标定法求T R矩阵的方法
摄像标定法求T R矩阵的方法(how to calculate the matrix R and T using the Camera Calibration method)
- 2011-06-27 16:58:09下载
- 积分: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++
VC编写的短信通讯软件,代码简单,功能齐全,不仅可以帮你实现一定的功能,又可以加深你对c++和VC等的深入了解和使用。
- 2022-04-27 23:44:38下载
- 积分:1
-
EfonVNC
基于VC++开发的VNC服务端,非常有用方便,可用于远程调试使用(Developed based VC++ VNC server, very useful convenience for remote debugging)
- 2013-06-05 23:43:42下载
- 积分:1
-
ds1302
ds1302液晶时钟液晶时钟及温度检测程序(the ds1302 LCD Clock LCD Clock and temperature testing procedures)
- 2012-05-06 13:21:39下载
- 积分:1
-
ceju
超声波模块测距驱动软件,可是现实实际距离精度高(The ultrasonic modules ranging driver software, but the reality of the actual distance and high precision)
- 2013-01-17 21:13:06下载
- 积分:1