-
mpool
说明: 文件是内存池分析源码,分析内存的高效管理,及它的设计思路(File is the memory pool of source code, analysis and efficient memory management, and its design ideas)
- 2011-03-03 08:47:16下载
- 积分:1
-
yuzhi
寻找灰度图象分割阈值的matlab程序,图像处理工具(Looking for gray image segmentation threshold matlab program, image processing tools)
- 2010-06-04 16:43:18下载
- 积分:1
-
OpenglOrangebook
经典opengl黄皮书配套源代码!!
又名opengl 着色语言!!
好东西跟大家共享(Opengl classic beige book supporting source code! ! Opengl shading language, also known as! ! Good things to share with you)
- 2008-01-02 10:06:24下载
- 积分:1
-
MCP6S21-M64aproteus-circuit
基于ATMEGA64单片机驱动MCP6S21可编程程控放大器的仿真加ICC源码。(ATMEGA64 microcontroller based programmable programmable amplifier driving MCP6S21 simulation plus ICC source.)
- 2020-08-12 10:28:28下载
- 积分:1
-
zhinenghuocheshoupiaoxitong
智能火车售票系统,采用c语言编程,并且拥有良好的交互界面(The smart train ticketing system, c programming language, and has a good interface)
- 2013-03-20 10:30:16下载
- 积分:1
-
UART
单片机双串口程序,寄存器的设置,源代码,适用适用两个串口的应用。(SCM Two serial program, register set, the source code for the application for the two serial ports.)
- 2010-11-21 12:43:28下载
- 积分:1
-
ffmpeg_h264
根据最新的ffmpeg抽取的h264解码器,在vs2008下编译通过,可以运行;具体正确性没有验证,原本是自己要用,后来发现不符合要求,就共享出来;(h264 decode ffmpeg Could be running at vs2008 )
- 2020-10-11 21:57:32下载
- 积分:1
-
联系
Linux开发的产生规则集工具。ClassBench用于产生人工规则集,由于规则集的保密特性,因此此工具对于从事SDN方向的研究人员至关重要。此源码为规则集产生工具。
- 2022-02-03 03:26:04下载
- 积分: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
-
xuanllk
基于MFc的连连看游戏,基本功能已完成,分享个大家(Based MFc Snake game, the basic function has been completed, we share a)
- 2014-05-15 19:27:17下载
- 积分:1