搜索资源列表
ipsender3.1
- linux上服务器的网卡驱动,内核编程,ioctl 驱动,ioctl是设备驱动程序中对设备的I/O通道进行管理的函数。所谓对I/O通道进行管理,就是对设备的一些特性进行控制,例如串口的传输波特率、马达的转速等等。 本代码是公司工程实际产品的驱动,极具参考价值。-linux on the server s network card drivers, kernel programming, ioctl driver, ioctl is device driver for the device I
power
- linux 2.63 下电源管理.ONO/-2.63 under the linux power management .ONO/FF
1465759_1286090549
- 用QT实现的学生信息管理系统 能实现增加 删除 修改和退出等各种功能-With QT' s student information management system to achieve increased remove the modification and exit the various functions
memory_management
- 介绍Linux 的内存管理 1.IO空间 2.虚拟内存 3.Linux内存管理机制-Descr iption of Linux memory management the space 1.IO. Virtual memory 3.Linux memory management mechanism
The_Linux_Kernel_Driver_Model
- A new device driver model has been designed and developed for the 2.5 version of the Linux Kernel. The original intent of this model was to provide a means to generically represent and operate on every device in a computer. This would allow mod
hardware
- Linux Device Driver (Hardware Management)
dtv_manager
- 数字电视中,dtv的管理程序,用C在LINUX环境下编程-Digital TV, DTV management procedures, using C programming under Linux
mClock
- 磁盘I/O调度及管理的研究分析,通过运用mClock算法来实现管理程序的IO调度-Disk I/O scheduling and management of research and analysis, by the use mClock algorithm to hypervisor IO scheduling
ZEVA-BMS-Software
- bms 管理软件,c语言编写,基于单片机编写-bms management software, c language,
ldd3
- linux device driver reference file(edition 3, reference file, device driver, memory management)
ldd
- linux device driver reference book 3rd edition memory management
xuni
- 编写一个程序,模拟一个页式虚拟存储管理系统。(不考虑地址转换) 其中,由系统随机产生进程; 进程大小、进程到达次序、时间、进程执行轨迹(页面访问顺序)也随机生成,但进程之间必须有并发存在,进程执行时间需有限,进程调度采用时间片轮转算法(以页面模拟); 物理块分配策略采取固定分配局部置换; 分配算法采用按比例分配算法; 调页采用请求调页方式; 置换采用LRU算法; 驻留集大小可调,观察驻留集大小对缺页率的影响。-Write a program that simulate
books
- 本软件用于用于图书管理,界面将以表格形式呈现,希望有用-For library management, interface presented in tabular form
2011813035ex4
- 熟悉Linux操作系统中的文件与目录管理的概念。 2)掌握Linux操作系统中常用文件管理指令。 3)使用文件系统的一般方法。 4)掌握硬链接和软链接的建立及使用。 5)进一步了解文件系统结构。 -Familiar with the concept of the Linux operating system file and directory management. 2) to master the Linux operating system commonly used
2011813035ex5
- 用户管理:熟悉Linux操作系统中的用户和组的概念。 2)掌握Linux操作系统中用户管理。 3)理解用户管理涉及的系统配置文件。 -User Management: familiar with the concept of the Linux operating system users and groups. 2) master Linux operating system user management. 3) to understand the user management
cache
- 设备缓冲区管理算法,txt格式文档,需要的可以参考,但不一定有用。-Device Buffer Management Algorithm
dvr
- 关于构建DVR的中间件代码,包括控制台管理,版本管理等-DVR middleware on building code, including console management, version management, etc.
medical_shop_management_system
- Pharmacy management system in java
5120379003.tar
- In this lab, you will write the memory management code for your operating system. Memory management has two components. The first component is a physical memory allocator for the kernel, so that the kernel can allocate memory and later free it.
myOS
- 本操作系统有 1. 区分特权等级 2. 多进程 3. 系统时钟 4.键盘中断 5.系统调用门 6.Shell 7.显示 8.内存管理 文件夹有4个:1.Boot:用作搬操作系统入内核的 2. include:主要是用作装头文件 3.kernel:内核主要函数,以及头文件include.h用作编译的 4.Thread:进程调度,以及时间片处理. 本操作系统适合初学者练手.-The operating system has to distinguish privilege level 1