-
node_excel
Write automatically written to a file using C + + code in order to make ns2 manual routing is used, used to set the node, which is our experimental multichannel implementation, hoping to share.
- 2014-01-03 11:01:27下载
- 积分:1
-
stm32_soldering_iron_controller-master
使用stm32控制的T12焊台源代码,来自网海(Source Code of T12 Welding Platform Controlled by stm32)
- 2020-06-21 18:20:02下载
- 积分:1
-
weggen
说明: 用单片机的GPIO 软件模拟 维根协议的通信(Simulating Wigan Protocol Communication with GPIO Software of Single Chip Microcomputer)
- 2020-06-19 02:40:01下载
- 积分:1
-
图像处理程序
本程序包含了图像处理的许多功能,比如旋转 平移 缩放以及图像增强的一些算法 还有HUFFMAN编码和获取图像纹理,希望对大家有帮助
- 2023-03-11 05:35:05下载
- 积分:1
-
AVPlayer
写的一个视频播放的例子,使用AVPlayer图层轻量级播放视频(离线视频和网络视频都可以)
- 2022-01-28 18:27:58下载
- 积分:1
-
gdfmc
GD32内部FLASH操作函数,可以实现FLASH数据的擦除,改写。及数据的有效保护。(GD32 internal FLASH manipulation functions, you can erase the FLASH data rewritten. And the effective protection of data.)
- 2021-04-27 17:38:44下载
- 积分:1
-
SPI通信方式代码
SPI通信方式代码,基于stm32平台的初始化程序,注释清晰,非常容易理解
- 2022-05-06 09:43:23下载
- 积分:1
-
LISTVIEW
WINCE LISTVIEWWINCE LISTVIEWWINCE LISTVIEWWINCE LISTVIEWWINCE LISTVIEWWINCE LISTVIEWWINCE LISTVIEWWINCE LISTVIEWWINCE LISTVIEWWINCE LISTVIEWWINCE LISTVIEWWINCE LISTVIEWWINCE LISTVIEW(WINCE LISTVIEWWINCE LISTVIEWWINCE LISTVIEWWINCE LISTVIEWWINCE LISTVIEWWINCE LISTVIEWWINCE LISTVIEWWINCE LISTVIEWWINCE LISTVIEWWINCE LISTVIEWWINCE LISTVIEWWINCE LISTVIEWWINCE LISTVIEWWINCE LISTVIEW)
- 2011-01-08 21:27:39下载
- 积分:1
-
at89c52yaokong
基于AT89C52的红外遥控学习机,调试成功,多年珍藏,对学习者有帮助(Based on AT89C52 infrared remote learning machine, commissioning successful years of collection and help learners)
- 2012-07-23 19:39:46下载
- 积分: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