-
circquad
openGL program to create a cylinder and parallelepiped by extruding a circle and quadrilateral respectively
- 2010-02-28 23:56:26下载
- 积分:1
-
C
说明: 数组应用实例:定义一个函数,显示结构各成员的值(Array Application Example: Define a function to display the value of each member of the structure)
- 2014-11-24 11:35:54下载
- 积分:1
-
testfill
矢量区域填充算法(包括汉字提取生成) 算法(Vector area filling algorithm (including the extraction of Chinese characters generated) algorithm)
- 2007-08-09 11:44:31下载
- 积分:1
-
WeatherCalMac
weather cal application for mac
- 2011-11-29 21:25:30下载
- 积分:1
-
CSharp-controls
C#控件大全
书中包含C#编程中用到的控件和使用方法,适合初学者使用。(Use the control and use of C# programming methods contained in the book, suitable for beginners to use.)
- 2015-12-30 23:23:46下载
- 积分:1
-
dzz
电子钟:温度测量,时间,星期功能,带时钟芯片(Electronic clock: temperature measurement, time, week functionality, with a clock chip)
- 2012-08-13 01:51:48下载
- 积分: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
-
JYJChuKu
针式打印机开发,继承了好多有点 丙炔能打印各种纸张(zhen shi da yi cheng xu kaifa licheng ru guo youmao bing kanchulai qingjiao)
- 2012-04-29 17:16:32下载
- 积分:1
-
matlab-complex-network
复杂网络matlab工具包,很好用的哦,用了会说好的,方便易懂(complex network matlab)
- 2013-10-11 23:40:56下载
- 积分:1
-
ADOtest2
MFC链接Access数据库,采用ADO数据库方式。(MFC link Access database using ADO database mode.)
- 2014-04-29 20:44:13下载
- 积分:1