搜索资源列表
microwindows-0.86.tar
- linux的图形界面程序,使用c++编程,在linux下解压使用。-linux graphical interface, the use of c programming, the use of Linux under decompression.
linux-0.01_Code.tar
- 最著名的操作系统Linux内核源码: 是研究学习操作系统内核,以及系统级编程非常好的参考资料.-most famous operating system Linux kernel source : the study is to examine the operating system kernel. and system-level programming very good reference.
Linux0.01
- 最初版本的linux系统原玛,适合学习操作系统编程的初学者
fr400cc
- 一个linux内核编程文件,可能无法用记事本格式打开
chrdev
- 一个基于linux的内核操作编程文件,包含基本读写控制,无法用记事本打开
OS23
- Linux C语言编程环境的使用,加深对消息的创建、发送和接收的理解,认识其本质。分析共享存储区的创建,附接和断接 -Linux C language programming environment used to enhance the message creation, sending and receiving understanding, understanding of its nature. Analysis of shared storage area to create,
linux-0.01
- Linux操作系统的源码,版本为0.01,是学习操作系统开发和学习编程的好资源。-Source Linux operating system, version 0.01, is to learn the operating system development and good resources to learn programming.
The_Linux_Kernel_API
- linux 内核的api函数介绍,涉及网络、驱动、文件系统等等各个方面,是linux 内核编程不可多得的参考手册。-all kinds of linux kernel api that involve the network, drivers, file system, and so on all aspects of linux kernel is a rare reference manual programming.
GUNlinuxcode
- GNU linux系统编程代码学习~希望对大家有所帮助~-GNU linux system programming code to learn ~ want to help everyone ~
cunchuguanli
- 在Linux下实现操作系统编程的存储管理-The operating system programming storage management in Linux
Approaches-and-Examples
- 深入研究了Windows操作系统和Linux操作系统下在C语言程序中调用Fortran语言所编写的源程序的方法和技术.重点研究了调用过程中参数的传递方式和不同操作系统下C语言与Fortran语言混合编程的实现方法.文中以实例的方式给出了完整的可以执行的C语言程序调用Fortran语言程序的源程序.该程序清晰明了,易于移植-Approaches and Examples for Calling Program Compiled by Fortran Language in Code by C La
caozuoxitong
- 操作系统基本原理及基础编程,适合初级linux用户学习使用-Basic principles and basic programming of the operating system for primary linux users learn to use
LinuxOS-
- 为使用Linux系统的编程者或普通用户提供一个命令行使用说明书,让他们更好地使用该操作系统!-Linux system programming or user manual provides a command line to enable them to make better use of the operating system!
linux
- 操作系统编程之Linux编程,供初学者使用-Programming of Linux operating systems programming for beginners
cdate-1.0.5.tar
- linux编程联系,显示万年历,并且可以方便查询。-linux programming contact, show calendar, and can facilitate the inquiry.
producer_consumerPthreads
- 生产者消费者问题的多线程实现,linux下,Pthread编程-Producers and consumers to multithreading, linux under, Pthread program
diaodu
- 1)在Linux下用C语言编程模拟优先级程调度算法。为了清楚地观察每个进程的调度过程,程序将每个时间片内的进程情况显示出来。2)进程控制块是进程存在的唯一标志,因此,在模拟算法中每一个进程用一个进程控制块PCB来代表,PCB用一结构体表示。3)进程在运行过程中其状态将在就绪、执行、完成几种状态之间转换,同时进程可能处于不同的队列中,如就绪队列。在优先级调度算法中,选择单向队列,入队既是将进程控制块插入队尾,出队既是按优先级重新排列的队,删除队头元素。4)为了便于处理,程序中的某进程运行时间以时间