搜索资源列表
手机操作系统
- 一个手机操作系统的源码(c)实现的功能 如何处理接受信息,有如何显示,-fnstion of telephone os s code how to process ,receive information ,how to display
用vc获取操作系统信息
- 用vc开发的一个实现得到操作系统版本等信息的程序,包括os, version,build和service-vc used to achieve the development of a version of the operating system information such as procedures, including os, version, build and service
操作系统信息获取演示
- VC下如何实现操作系统信息获取演示,包话获取安装序列号、产品名称、版本号、版本名称等。-VC how to achieve operating system access to information presentation, then access to the installation package serial number, product name, version, the version names.
操作系统linux报告网页版(web)
- 操作系统课程设计,在linux下实现操作系统的基本功能,包括设备驱动、系统功能调用、文件系统-courses on operating system design, the Linux operating system under the basic functions, including device drivers, the system function calls, file systems, etc.
duzhexiezhe-c
- 读者-写者问题经典的线程同步问题的一个模型,于是我制作本文,希望对学习操作系统实现的有所帮助-reader-wrote the classic problem of synchronization of threads a model, so I produced this paper, hope to learn from the operating system to achieve some help
操作系统的原理及实现方法
- 通过课程设计,能更好地掌握操作系统的原理及实现方法,加深对操作系统基础理论和重要算法的理解及进程间的同步和互斥关系,加强动手能力和思维能力。
操作系统的原理及实现方法
- 通过课程设计,能更好地掌握操作系统的原理及实现方法,加深对操作系统基础理论和重要算法的理解及进程间的同步和互斥关系,加强动手能力和思维能力。
操作系统作业(原版)
- 用C语言编制一个简单的UNIX模拟文件子系统,该系统主要实现用户的注册,注销,文件的创建,删除,修改,文件的写入,读出等功能.-C language a simple UNIX emulation subsystem, the system main users of registration, cancellation, document creation, deletion, modification, the paper write, read out capabilities.
获取各种系统信息(操作系统、内存、驱动器、磁盘)
- 实现程序的主要函数有四个: GetOsVersion() //取得操作系统版本 GetMemInfo() //取得内存信息 GetDriverInfo() //取得驱动器信息 GetCpuInfo() //取得CPU信息,这里只是读取了注册表的ProcessorNameString具体代码见程序!-procedures to achieve the four main functions : GetOsVersion () / / OS version made GetMemInfo () /
用标准C实现shell功能
- 用标准C实现shell功能,这是我们上课的一个操作系统实验,不过我是用java实现的,这是我在网上找的,供大家参考-achieved using standard C shell function, which is a class of experimental operating system, but I use java to achieve, and this is my find of the Internet for reference
操作系统内存分配与回收
- 在可变分区管理方式下采用最先适应算法实现主存分配和实现主存回收。
Linux_Thread
- 操作系统实验,实现了linux下的多线程-Operating system experiments, realized under the multi-threaded linux
LinuxShell
- 大学操作系统课程实验:Linux下实现的一个shell解释器。能够比较完整完好地执行Linux下的普通命令、重定向命令、管道命令等多种命令。-Experimental University of the operating system: Linux under a shell interpreter. Good to be able to complete the implementation of Linux under the general command, redirect comma
threads.tar
- 一个简单的类UNIX操作系统的调度程序,简单实现了进程的切换等功能-A simple UNIX-like operating system scheduler, a simple realization of the process of switching functions
grub
- 多引导启动管理程序 运行在DOS下,可以实现多个操作系统的启动-programe to manager booter of multiply operating systems
elks-0.1.0.tar
- elks操作系统,一个小型轻量级的linux内核的操作系统实现。-elks operating system, a small lightweight linux operating system kernel to achieve.
oa
- 可变分区管理方式下采用首次适应算法实现主存分配和回收。操作系统实现的作业。-Variable Partition Management mode using first-fit algorithm main memory allocation and recycling. The operating system to achieve operation.
mypro
- 本科操作系统课程设计,用GTK编写界面,然后配合本代码实现一个类似windows下任务管理器功能的工具-Undergraduate operating systems courses designed to prepare with the GTK interface, and then in parallel with this code to achieve a similar function as the Task Manager tool in Windows
操作系统双向进程通信
- 操作系统实验进程双向通信,要求 1)创建一个消息队列用于收发双方通信包含msgget() msgsnd() msgrcv() 2)编写发送端和接收端代码基于消息队列实现双向通信 3)编译调试顺利运行并提交实验报告 4)课后要求对常见的四种进程通信方式进行调研和总结(Bidirectional communication of experimental process of operating system based on message queue)
操作系统实验_buddy算法源程序
- 模拟了操作系统课程实验中伙伴(buddy)算法的实现,对加深理解又一定帮助。(The implementation of partner algorithm is simulated)