搜索资源列表
操作系统自学课程实验
- 操作系统的自学课程实验。要学操作系统指令的朋友就下吧。-operating system self-learning experiment. To learn the operating system on the instructions of a friend are you.
linux
- linux课程实验的题目和参考程序。有进程管理,进程控制和软中断。-linux courses experimental procedures and reference topics. Have the process management, process control and soft interrupt.
serverclient
- linux课程实验作业。客户端与服务端程序。简单的算术运算功能。-linux courses experimental operation. Client and server-side program. Simple arithmetic functions.
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
pipe1
- 管道通信,linux操作系统课程中的小实验。管道是由两个文件标示符创建的,在操作的过程中,要注意数据泄漏。-pipe for linux operate system,a small code
linux
- Linux下的编程 本人课程设计 全部能运行 包括:合并排序.cpp 进程管理.cpp 进程控制实验.c 内存管理.cpp 生产者和消费者.c 死锁实验.c 线程实验.c-Programming under Linux I can run all the curriculum include: Merge sort. Cpp process management. Cpp process control experiment. C memory management. Cpp producers
cfz
- 【设计题目】Linux二级文件系统设计【开发语言及实现平台或实验环境】C++/VC++【设计要求】理解Linux的文件系统的组织;掌握常用的数据结构;系统采用两级目录,其中第一级对应于用户账号,第二级对应于用户帐号下的文件 使用文件来模拟外存,进行数据结构设计和操作算法的设计,实现一个文件系统并实现基本的文件操作(为了简便文件系统,不考虑文件共享,文件系统安全以及管道文件与设备文件等特殊内容)。要求:1、对程序的每一部分要有详细的设计分析说明 2、程序执行的每个步骤要有具体的提示内容或输出3、源
44b0
- LinuxC课程实验介绍,关于LinuxC如何入门-LinuxC
LinuxFileSystem
- 课程设计:Linux二级文件系统设计(C语言实现) 1.本实验的目的是通过一个简单多用户文件系统的设计,加深理解文件系统的内部功能和内部实现。 2.结合数据结构、程序设计、计算机原理等课程的知识,设计一个二级文件系统,进一步理解操作系统。 3.通过对实际问题的分析、设计、编程实现,提高实际应用、编程的能力 -Course Design: Linux File System Design (C language)
os-keshe
- linux(ubuntu)下操作系统课程设计 包含拷贝,编译内核,加载驱动,任务管理器四大部分 包中有完整的源码和可执行程序以及实验报告-linux (ubuntu) operating system, includes copies of curriculum design, compile the kernel, load the driver, the Task Manager in four major packages source code and executable progra
uplooking_uart
- 尚观培训课程实验。uart串口的驱动和应用程序。-Shangguan Pei training course experiment. uart serial port drivers and applications.
Simple-multi-threaded-server-client-
- 简易的多线程服务器客户机程序,可用于linux系统编程的教学用。一般为实验课程的例子。-Simple multi-threaded server client program can be used for teaching programming linux system. Examples of general courses for the experiment.
cPP-for-image-processing
- 伦敦大学c++ for image processing课程的课件,实验,以及一些代码.全部为英文版-c++ for image processing course materials, lab, and some code
2
- unix课程实验2,同步与异步write的效率比较,将文件读入缓存,调用times函数进行计时,进行写操作,写操作完全完成后再次调用times函数,记录结束的时间,再将不同时间输出-unix course experiment 2, synchronous and asynchronous write the efficiency comparison, the file is read into the cache, timing of times a function is called,
guoqianyuanma
- 国嵌的。国嵌必修实验代码代码,其中包含各个课程说含实验的实验源代码-Country inlay. Country inlay compulsory experimental code code, which contains various courses that experiment experimental source code
lab1
- 操作系统课程实验1, OS Lab 1.-Operating system course experiment
Cisco_luyoujiaohuanji
- 《Cisco 网络技术》课程实验指导书-交换机与路由器配置-Cisco networking technology course experiment instructions- switch and router configuration
lab
- 国外操作系统课程编程实验及答案,包括计数,运算,pthread,thread创建运用等-lab of oprerating systems(the use of thread and pthread, etc)
操作系统实验_buddy算法源程序
- 模拟了操作系统课程实验中伙伴(buddy)算法的实现,对加深理解又一定帮助。(The implementation of partner algorithm is simulated)
实验指导书
- 操作系统是计算机科学与技术及相关专业的一门重要的专业课,是一门实践性很强的技术课程。掌握操作系统原理、熟悉操作系统的使用是各层次计算机软硬件开发人员必不可少的基本技能。然而,困扰操作系统教学的问题是讲授理论原理比较容易,而如何指导学生进行实践则相对较难。其结果导致学生不能深刻地理解操作系统的本质,因而也不能在实际中应用所学的操作系统理论知识及操作系统所提供的功能来解决实际问题。