-
(V6.63)
Storm Stress Test 2010 (V6.63)
- 2009-12-28 10:20:52下载
- 积分:1
-
1
基于opencv的图像灰度化,将24位彩色图像重新量化为8位灰度图像(gray image)
- 2013-12-12 21:56:49下载
- 积分:1
-
MCSysPComm32_3AxsV2.25.1012
基于PMAC Executive Pro2 Suite的多轴运动控制程序。使用配置文件加载运动控制参数。(PMAC Executive Pro2 Suite based on multi-axis motion control program. Motion control using the configuration file to load parameters.)
- 2021-03-06 12:29:30下载
- 积分:1
-
interrupt
How to use interrupt in AVR
- 2017-06-05 06:19:05下载
- 积分:1
-
自适应PID
说明: 自适应PID,基于单神经的一种自适应PID控制算法(Adaptive PID, an adaptive PID control algorithm based on single nerve)
- 2019-03-04 09:29:06下载
- 积分: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
-
cxysplitter_project
在对话框中实现splitter(achieve splitter)
- 2004-10-18 20:35:34下载
- 积分:1
-
pc_mcu
jiangliyigeshuzu lejie xuexishuzhu de shiyong(PC_MCU)
- 2010-04-08 09:22:15下载
- 积分:1
-
DEADCELL-CSGO-master
说明: csgo source code hack with a lot of features.
- 2020-11-15 05:40:41下载
- 积分:1
-
Client_server-application
Communication Client_server
- 2015-04-06 23:11:58下载
- 积分:1