-
linux下socket编程,可以用它来实现操纵底层网络协议栈
linux下socket编程,可以用它来实现操纵底层网络协议栈-socket programming under linux, you can use it to realize the underlying network protocol stack manipulation
- 2023-01-18 03:20:04下载
- 积分:1
-
Network congestion in the PI algorithm source code, you can use NS
网络拥塞中的PI算法源码,可以在用NS-2仿真软件方针,也可以用于其它算法开发-Network congestion in the PI algorithm source code, you can use NS-2 simulation software approach, can also be used for the development of other algorithms
- 2023-07-07 02:10:02下载
- 积分:1
-
用于图像重建
本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例本文介绍多个算法案例
- 2022-06-12 04:08:20下载
- 积分:1
-
在Linux操作系统下实现的软件交换技术,目前非常流行。
在Linux操作系统下实现的软件交换技术,目前非常流行。-the Linux operating system software to achieve the exchange of technology, very popular.
- 2022-02-01 13:55:50下载
- 积分:1
-
This is a very useful hieroglyphics used linux, linux can give the beginner or a...
这是一个非常有用的象形文字用linux,linux可以给初学者或高级用户,供学习或参考!
- 2022-03-06 08:56:23下载
- 积分:1
-
knowledge-of-LINUX
linux 公司 内部学习资料,超全,值得一看(linux knowledge for study)
- 2013-09-03 22:07:08下载
- 积分:1
-
创建和维护系统的硬件关系图。验证设备的影响。
Create and maintain a hardware diagram of the system. Verify that peripherals are installed correctly and tested. Monitor performance of hardware components. Arrange for repair in event of hardware failure
- 2022-11-27 04:55:03下载
- 积分:1
-
BaseInputConnectionTest
Base Input Connection Test for Andriod.
- 2013-10-28 23:25:33下载
- 积分:1
-
Foreign site download MODEBUS agreement, the needs of their own, are you, for re...
国外网站下载的MODEBUS协议,需要的自己下吧,供参考-Foreign site download MODEBUS agreement, the needs of their own, are you, for reference
- 2022-11-21 18:00:03下载
- 积分: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