搜索资源列表
geekos0.3.0
- 一种教学用的小型操作系统。 一个用C语言开发的操作系统,学生可以在Linux或UNIX环境下对其进行功能扩充,也可以在Windows下使用Cygwin工具进行开发,且其针对进程,文件系统,存储管理等操作系统.. -A small operating system teaching. A C language development with the operating system, students can be Linux or UNIX environment to expand
filesystem
- 一个linux环境下的模拟文件系统的程序,里面有使用说明,能够创建,删除,复制文件,用到了linux共享内存和信号量,另外有个shell程序进程与文件系统程序进行通信。-A linux file system environment, the simulation program, which has instructions for use, the ability to create, delete, copy files, use a linux shared memory and sem
progressBar
- Unix/Linux下进程进度条显示代码,适用于程序初始化较长时间,用g++编译时需要指定pthread库。-Unix/Linux process progress bar shows the code for the program to initialize a long time, need to specify the use g++ compile the pthread library.
dbus
- 本程序是利用QT在linux底下的开发,通过QDBUS实现进程间通信,实现信息互通功能-This program is the use of QT in linux under development, QDBUS interprocess communication, information exchange
C4
- 检查 linux 集群 进程 好用 其他 计算 有限元-Check linux cluster process easy to use other computing elements
Memp
- 进程间内存共享 例子 WIN linux 代码都有-Inter-process memory sharing examples WIN linux code has
xxfpm
- Windows上使用CreateProcess创建进程,使用WaitForSingleObject等待进程结束;Linux上使用fork和execl创建进程,使用waitpid等待进程结束-Windows using CreateProcess to create process, use the WaitForSingleObject wait for the process ends Linux using fork and execl creation process, use wait
daemon.tar
- 守候进程是一种特殊的进程,该实例是一个如何在linux下创建守候进程得例子。-How to creat a linux daemon
pipe-demo
- linux管道通信,命名管道怎么做到进程间通信的-linux pipe commnuication,how to ipc using named pipe
namegetpid
- linux环境下,通过进程名称,获取进程pid,代码为C语言实现。-Under linux environment, through the process name, get the process pid, code for the C language.
jinchengdiaodu-
- 用linux的内核的链表源码 实现模拟进程的优先调度-With the Linux kernel source code to implement a process simulation in the list of priority scheduling
SRM
- 使用gcc编译程序,Linux下的程序代码,实现功能是实现系统资源的管理,对系统中的非root用户的进程进行监测- Use gcc compiler, Linux under the program code to achieve the function is to achieve resource management system, the system of non-root user s process for monitoring
messageQueue
- Linux 下进程间通信中的消息队列,基础结构。-linux process communication ,base structure.
do
- 利用python来计算4个进程的平均周转时间 带权周转时间。用时较少。可以再linux系统上运行 输出斌比较。-Using python to calculate the average turnaround time of four processes with the right turnaround time. Less time. Linux can then run on the system Output bin comparison.
process
- 实现linux下两个独立进程进行对共享缓冲区的读写功能,利用信号灯实现-The realization of two independent processes under linux shared buffer on the read and write functions, the use of lights to achieve
shm
- 跨平台(windows/linux)实现进程间内存共享功能(share memory with windows and linux)
Linux多进程并发服务器
- 实现多进程并发服务器,客户端能回射回给服务器发送的消息(A multi process concurrent server, and the client can return the message that sent to the server)