-
com_udp_tcp_socket
说明: 通用tcp,udp收发程序,方便的用于网络程序调试、测试,使用简单方便(GM tcp, udp transceivers in order to facilitate the procedures for network debugging, testing, use of simple and convenient)
- 2006-04-03 12:45:32下载
- 积分:1
-
获取某一个进程cpu 占用率 示例源码
支持多核 支持 实时读取
- 2014-01-21下载
- 积分:1
-
r_w
利用线程同步实现读者和写者的问题,使用信号量来控制(reader and writer)
- 2013-12-30 20:44:32下载
- 积分:1
-
linux OS封装好的函数
Linux系统函数2次封装,包括文件操作,网络操作,比如int OSA_queCreate(OSA_QueHndl *hndl, Uint32 maxLen),比较规范,包括头文件和.c文件。int OSA_fileReadFile(char *fileName, Uint8 *addr, Uint32 readSize, Uint32 *actualReadSize)
{
int retVal = OSA_SOK;
Uint8 *curAddr;
Uint32 readDataSize, fileSize, chunkSize=1024*100;
Uint32 userReadSize;
FILE *hndlFile;
#ifdef OSA_DEBUG_FILE
OSA_printf(" [FILE ] Reading file [%s] ... ", fileName);
#endif
hndlFile = fopen(fileName, "rb");
if(hndlFile == NULL) {
retVal = OSA_EFAIL;
goto exit;
}
最近在项目中做了几次代码review,发现代码中经常出现变量函数命名不是很完美的情况。有些变量名字,稍为一看,可以很容易看出它要表达的意思,但一样可以取一个更贴切的名字;而有一些名字,就显得特别别扭了。
- 2023-08-31 15:15:03下载
- 积分:1
-
scada-master
Scada master which programming by C#
- 2018-10-03 21:14:33下载
- 积分:1
-
基于opencv2.4.7的canny边缘检测
基于opencv2.4.7的canny边缘检测,不论是彩色还是黑白图片均可;
- 2022-04-11 07:25:51下载
- 积分:1
-
智能手环
智能手环,基于stm32开发,可测温、时间显示、心率血压等。(Smart bracelet, based on STM32 development, temperature measurement, time display, heart rate, blood pressure and so on .)
- 2020-11-22 10:59:34下载
- 积分:1
-
免疫算法求解供水系统优化调度模型主程序
应用免疫算法对供水系统进行优化,但这只是一个主程序,给大家在做这方面研究室提供一个思路,仅供大家参考,具体的内容还得自己取研究
- 2022-03-05 08:39:36下载
- 积分:1
-
ex5-1
这是一个使用8051制作的数字时钟,使用2个弹跳按钳和4个共阳七段显示器组合而成.(It is a production of the 8051 Digital Clock, use two bouncing by clamp and four monitors in paragraph 107 of a total of Shenyang combination.)
- 2007-01-16 00:10:13下载
- 积分:1
-
sqlite
windows sqlite3 封装类接口(windows Sqlite3 package class interface)
- 2017-04-20 23:06:27下载
- 积分:1