-
通常一个VC项目中包含多个C或C++文件,有时需要同时对这一系列的文件进行lint检查,我们可以通过配置一个pclint_project来达到目的。...
通常一个VC项目中包含多个C或C++文件,有时需要同时对这一系列的文件进行lint检查,我们可以通过配置一个pclint_project来达到目的。
这里我们需要用到unix中的find等命令来查找当前目录下的C和C++文件,然后再将它们送给lint程序处理,所以得使用到UnxUtils.zip.-VC projects usually contain a number of C or C++ Paper, it is sometimes necessary at the same time in this series of documents lint checks, we can configure a pclint_project to achieve the objectives. Here we need to use the unix command to find, such as search the current directory under the C and C++ Document and then process them to the lint, so use UnxUtils.zip.
- 2022-05-20 21:14:35下载
- 积分:1
-
的PDF linux0.11的Linux内核源代码和说明。是非常…
linux0.11的源代码和linux内核解释的pdf。非常适合linux初学者,linux0.11的代码量为1万多行,而最新的linux源代码会有几百万行,可能一辈子也没办法全部理解,所以我们要理解linux的精髓。linux0.11版本是我们学习linux的最适合的源代码^_^,配合这位同济大学的教授的注释,真的很不错^_^-linux0.11 the linux kernel source code and explanation of the pdf. Linux is very suitable for beginners, linux0.11 code capacity of more than 10,000 lines, but the latest linux source code there will be millions of lines may have no means to all of life to understand, so we need to understand the essence of linux. linux0.11 version of linux is that we learn the most appropriate source code ^ _ ^, with the Tongji University professor notes, really good ^ _ ^
- 2022-04-08 13:46:33下载
- 积分:1
-
在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者...
在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出来。-In the same address space of a process implemented within the two threads. The producer thread production of goods, and then items placed in an empty buffer in the thread consumption for consumers. Consumer thread to acquire items from the buffer, and then release the buffer. When the producer thread is the production of goods, if there is no empty buffers are available, then the producer thread must wait for the Consumer thread to release an empty buffer. When a consumer thread consumer goods, if the buffer is not full, then the consumer thread will be blocked until the new items were produced.
- 2022-03-10 13:10:08下载
- 积分:1
-
completion of the following non
完成ls的如下功能
不带参数的ls:列出当前目录下的非隐藏(文件和目录名不以.开头)的文件和目录
ls -a:列出当前目录下的所有文件和目录
ls -l:以长列表形式列出当前目录下的非隐藏的文件和目录。每个文件或目录只要求列出如下信息:类型与权限、文件名、链接数、用户ID、组ID、字节大小、块数
ls 路径名:如果路径名代表一个存在的文件则显示该文件,否则提示出错;如果路径名字代表一个存在的目录则列出该目录中的文件
列出文件名和目录名时,要求可执行文件最后加上一个*号,目录名最后加上一个/号。
所提供的路径名可以包含“.”,“..”,“~”等特殊目录-completion of the following non-functional parameters of ls : listed in the current directory-hidden (files and directories were not. Beginning) of files and directories ls-a : listed in the current directory of all files and directories ls-l : in the long list of current directory listed under the non-hidden possession of files and directories. Each file or directory only asked to list the following information : the type and competence, file name, number of links, the user ID and group ID, byte size, a few blocks ls path : If a path representatives of the document showed documents suggest otherwise error; If representatives of a path name the presence of the directory lists the directory lists the
- 2023-02-01 23:40:04下载
- 积分:1
-
《Linux Kernel核心中文手册 》――硬件基础知识、软件基础、内存管理、进程、进程间通讯机制、PCI...
《Linux Kernel核心中文手册 》――硬件基础知识、软件基础、内存管理、进程、进程间通讯机制、PCI- Linux Kernel core Chinese manual - basic knowledge of hardware, software infrastructure, memory management, process, inter-process communication mechanism, PCI
- 2022-04-08 06:39:55下载
- 积分:1
-
对单个文件流进行操作,主要包括分割文件名
判断文件是否打开,判断文件的总大小,当前文件位置,当前行的长度,是否有下一行,读一行文件信息等等....
对单个文件流进行操作,主要包括分割文件名
判断文件是否打开,判断文件的总大小,当前文件位置,当前行的长度,是否有下一行,读一行文件信息等等.-Of a single file stream operation, including division of the file name to determine whether or not to open files to determine the total file size, the current file position, the current line length, whether it has the next line, reading his paper and so on.
- 2022-05-20 02:38:17下载
- 积分:1
-
在Linux环境下读写DGN文件
在Linux环境下读写DGN文件-the Linux environment document literacy DGN
- 2022-07-27 23:40:19下载
- 积分:1
-
linux 1.1 源码分析,内核完全解释 作者 赵炯
linux 1.1 源码分析,内核完全解释 作者 赵炯-linux 1.1 source code analysis, core fully explain the author赵炯
- 2022-03-26 10:37:56下载
- 积分:1
-
Simulation of a simple UNIX file system, the realization of the UNIX file manage...
模拟了一个简单的UNIX文件系统,实现了UNIX的文件管理功能-Simulation of a simple UNIX file system, the realization of the UNIX file management functions
- 2022-02-12 11:37:50下载
- 积分:1
-
一个牛人写的超详细的makefile编写文档,每个linux人都应该拥有一份。...
一个牛人写的超详细的makefile编写文档,每个linux人都应该拥有一份。-Cattle were to write a super detailed documentation makefile prepared, each person should have a linux one.
- 2022-08-07 03:52:53下载
- 积分:1