-
mac-name
windows 获取网卡的描述信息 windows 获取网卡的描述信息(Windows for the description of the card information Windows for the description of the card information)
- 2014-10-13 09:58:35下载
- 积分:1
-
Arduino代码/电路DS18B20
#包括
- 2022-10-10 16:35:03下载
- 积分:1
-
BP
说明: 这是一种BP神经网络的的MATLAB的代码有用请下载(if it help,please go ahead)
- 2014-09-14 18:28:58下载
- 积分: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
-
AMC-MAILING
C# program to display command prompt commands in in a text box
- 2014-09-03 15:29:03下载
- 积分:1
-
C# 柔化显示图片效果 实例
C# 柔化显示图片效果 实例
- 2013-06-08下载
- 积分:1
-
jq
说明: 大家都玩过军旗吧.这个程序就是根据军旗游戏写出的.功能齐全,是学习此类游戏的好例子(We all played right flag. This procedure is written under the flag game. Functional study of such games are a good example of)
- 2009-02-13 16:58:23下载
- 积分:1
-
DS3231
基于STC单片机系列开发,本源码基于STC15W4K56S4开发,IIC控制实时时钟芯片DS3231,开发者可通过更改IIC控制引脚定义,可直接用于不同种类的单片机,直接调用函数即可实现时间设置及时间读取,以及相关配置。(STC microcontroller family based on the development, the source STC15W4K56S4 based development, IIC control the real-time clock chip DS3231, developers can change the IIC control pin definitions, can be directly used for different types of single-chip, direct call function can be realized time setting and the time to read take, and related configurations.)
- 2020-06-29 05:40:01下载
- 积分:1
-
虚拟视点绘制
用于虚拟视点绘制的代码。主要针对于汇聚型的虚拟视点绘制,利用相机参数和深度图将参考视点投影至三维坐标空间,再重投影至虚拟视点图像中。代码简单易实现。建议做视点绘制的可以作为一个对比参考。
- 2022-12-29 13:05:04下载
- 积分:1
-
matlab-json-master
This package contains Matlab class to serialize/decode matlab object in
json format. The software uses org.json java package to convert json to
java object and then translates it into Matlab object.
- 2013-09-28 06:38:56下载
- 积分:1