搜索资源列表
task1
- 遍历进程的相关信息的驱动程序,同时要按成进程,线程等相关信息的遍历。-Ergodic process information related to the driver
zlog-latest-stable.tar
- zlog是一个高可靠性、性能、线程安全、灵活、概念清晰的纯C日志函数库。 事实上,在C的世界里面没有特别好的日志函数库(就像JAVA里面的的log4j,或者C++的 log4cxx)。C程序员都喜欢用自己的轮子。printf就是个挺好的轮子,但没办法通过配置改变 日志的格式或者输出文件。syslog是个系统级别的轮子,不过速度慢,而且功能比较单调。 所以我写了zlog。 zlog在效率、功能、安全性上大大超过了log4c,并且是用c写成的,具有比较好的通用性。 zlog有
helloworld
- unix下多线程编程 产生4个进程输出hello world-4 threads print hello world in unix
simple-multithreaded-programming-
- linux下的简单多线程编程,一个进程中创建3个线程协同工作。-linux simple multi-threaded programming, a process created three threads to work together.
linux
- linux从入门到精通 包含基础命令,linux下c编程基础,嵌入式系统基础,嵌入式linux开发环境的搭建,文件IO编程,进程控制开发,进程间通信,多线程编程,嵌入式linux网络编程,嵌入式设备驱动编程,Qt图形编程基础等-linux from entry to master basic commands include, linux c programming based embedded system based on embedded linux development environ
LINUX
- Linux学习总结文档,里面包含了Linux命令介绍和使用,以及介绍线程和进程应用开发,对于初学者有很大的帮助-Linux learning summary document, which contains the Linux command introduction and use, as well as introduction thread and process application development, a great help for beginners
LinuxLab
- Linux基本实验,包括进程通信、多线程、进程锁等使用实例-Linux basic experiments, including interprocess communication, multi-threading, locks and other processes using examples
code
- 操作系统 这是本人自己编写的有关操作系统进程和线程的C的源代码。具体的作用已在代码中注释中说明。希望对你有帮助-Operating system This is my own preparation of the operating system processes and threads of the C source code. The specific role of the code has been explained in the Notes. Hope it helps you