资源列表
unused
- quick and dirty unused space dumper.
qresourceloader
- Resource Loader Source Code for Linux.
UnknownIntegerValue
- This class represents a partially evaluated integer value.
mxc
- tzic enable wake for Linux v2.13.6.
1.tar
- 经典的互斥锁线程例子,使用 pthread 的互斥锁机制,使得程序运行的结果正确,使用 pthread 线程库创建两个线程,两个线程都要访问共享变量counter,按照源程序的逻辑,两个线程各循环 5 次,每次循环对 counter 变量加 1,最后打印的结果是 10。-The classic example of mutex thread using pthread mutex lock mechanism, so that the results of the program is runn
throughput.awk.tar
- 此awk文件可用来分析无线网络trace文件的吞吐量-This file can be used awk wireless network trace files to analyze the throughput
select2
- Linux 下 select 函数的例子-Select function under Linux example
mycat
- linux环境下的cat命令部分功能的简单实现,可以实现输入命令的前台运行和后台运行两种方式。-linux environment, some functions of the cat command a simple implementation, the input commands can be running in the foreground and background to run in two ways.
napisy
- Program do nauki programowania Ncurses. To są podstawy ale czasami ktoś też szuka podstaw jak ja.-Program do nauki programowania Ncurses. To są podstawy ale czasami ktoś też szuka podstaw jak ja.
linux-c-with-pipe
- pipe 实例源码 包含 Makefile,可直接编译-pipe demo, include Makefile document
sgmlgenerator
- Sgml Generator for Linux.
pwd2
- linux中实现pwd命令,不是调用通过系统调用getpid,而是通过递归函数打印路径的。-linux achieve pwd command, instead of calling through the system call getpid, but through the recursive function print path.