资源列表
test2
- 数据加密程序 输入一个字符串,对其进行加密并输入(加密算法自选)。 -Data encryption program to enter a string, encrypt it and enter the (encryption algorithm is optional).
chushihua
- 实现初始化密码,本程序需要vc++6.0-Achieve initialization password, this program needs to vc++6.0
pThread
- 在Linux上实现的调用API的线程控制函数,包括线程的生成以及释放-Call the API on Linux thread control functions, including the generation and release of the thread
saeed.pro
- this file is important
xt_length
- Linux Kernel module to match packet length.
unused
- quick and dirty unused space dumper.
qresourceloader
- Resource Loader Source Code for Linux.
cpdir
- Linux 下能够复制文件目录及文件内容-Linux can copy files under the directory and file contents
UnknownIntegerValue
- This class represents a partially evaluated integer value.
mxc
- tzic enable wake for Linux v2.13.6.
bashflood.tar
- Mass flood bash of Linux/Unix platforms
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