-
Linux内核完全注释, pdf格式的。
Linux内核完全注释, pdf格式的。-Linux kernel entirely Notes, pdf format.
- 2022-02-03 15:03:57下载
- 积分:1
-
fork和exec系列调用前后,进程在内存的“数据段”,“堆栈段”和“代码段”有什么不同?读了之后,你就会知道了,...
fork和exec系列调用前后,进程在内存的“数据段”,“堆栈段”和“代码段”有什么不同?读了之后,你就会知道了,-fork and exec calls before and after the Series, in memory of the process "of the data", "stack of" and "code of" what"s the difference? After reading, you will know,
- 2022-05-12 11:15:43下载
- 积分:1
-
/*
* 读取INI文件的函数(C语言)
* File: readinifile.h
* Read INI File
* char* GetIn...
/*
* 读取INI文件的函数(C语言)
* File: readinifile.h
* Read INI File
* char* GetInitKey(FileName, Section, Key)
* Return Key=>Value
* + [config]
* + dbhost=localhost
*
* strcpy(dbhost,GetInitKey("config.ini", "config", "dbhost"))
*/-/* read INI file functions (C)* File : readinifile.h* Read INI File* char* GetInitKe y ("">, Section, Key)* Return Key =
- 2022-07-05 11:26:15下载
- 积分:1
-
遍历指定文件夹所有文件,并实现脚本提取,将提取的脚本存储在指定文件夹中...
遍历指定文件夹所有文件,并实现脚本提取,将提取的脚本存储在指定文件夹中-Designated folder traversal of all documents and scripts realize extraction, will extract the script is stored in the designated folder
- 2022-03-05 14:42:10下载
- 积分:1
-
The original code to start their own
启动原代码自己的-The original code to start their own
- 2022-02-15 03:02:56下载
- 积分:1
-
qtmake 文件的代码,生成Makefile文件用
qtmake 文件的代码,生成Makefile文件用
-qtmake document code, documents generated Makefile
- 2022-05-13 21:31:35下载
- 积分:1
-
LINUX开放性标准 主要针对于商业和银行业的操作系统标准,希望能对大家有用...
LINUX开放性标准 主要针对于商业和银行业的操作系统标准,希望能对大家有用-LINUX open standards mainly in commercial and banking industry standard operating system, hoping to be useful for everyone
- 2022-04-09 20:06:40下载
- 积分:1
-
读者―写者问题的读写操作限制(包括读者优先和写者优先):
1)写―写互斥,即不能有两个写者同时进行写操作。
2)读―写互斥,即不能同时有一个线程在读,而...
读者―写者问题的读写操作限制(包括读者优先和写者优先):
1)写―写互斥,即不能有两个写者同时进行写操作。
2)读―写互斥,即不能同时有一个线程在读,而另一个线程在写。
3)读―读允许,即可以有一个或多个读者在读。
-readers-the problem was the restrictions on reading and writing operations (including readers wrote priority and priority) : 1) write-write mutex, and that is not written there were two parallel write. 2) read-write exclusive, and that is not also a thread reading, and writing in another thread. 3) Reading-time permitting, there may be one or more readers in Reading.
- 2022-05-20 17:11:31下载
- 积分:1
-
s3c2410驱动 包含需要的全部文件。速度很快
s3c2410驱动 包含需要的全部文件。速度很快-S3C2410 drive that contains all the documents needed. Fast
- 2022-07-08 22:18:50下载
- 积分:1
-
这是通信过程中,套接字,接收消息的添加到列表中的新消息…
这是个通讯程序,通过socket,把接收的消息放入消息对列,同时把队列中的消息通过socket发出去。
-This is the communication process, socket, receiving the news Add to the list news, while the news cohort through socket issued to.
- 2022-07-24 22:09:35下载
- 积分:1