搜索资源列表
系统的进程调度线程的源代码
- 计算机操作系统的实验作业,系统的进程调度线程的源代码
第八章:文件系统实验
- Linux 的最重要的特徵之一是它的为许多不同的文件系统的支持。这使其非常灵活从而与许多另外的操作系统可以很好的共存。linux采用的是树型结构。最上层是根目录,其他的所有目录都是从根目录出发而生成的。微软的DOS和windows也是采用树型结构,但是在DOS和windows中这样的树型结构的根是磁盘分区的盘符,有几个分区就有几个树型结构,他们之间的关系是并列的。但是在linux中,无论操作系统管理几个磁盘分区,这样的目录树只有一个。-Linux the most important featu
GX-ARM9-2410EP-LINUX-BOOK.zip.
- 瑞泰创新的GX-ARM9-2410EP教学实验系统关于LINUX操作系统开发的详细资料,Ruitai innovative GX-ARM9-2410EP teaching experimental system LINUX operating system on the development of detailed information
LinuxSystemCallcode
- Linux系统调用列表 系统调用的实验代码 Linux系统函数《英文》-Linux system calls a list of system calls Experimental code Linux system function " English"
linuxsystemprogramming
- 《Linux System Programming》主要介绍了Linux上系统编程知识以及相关的系统调用。《Linux System Prorgramming》(简称LSP)的中文翻译工作是浮图开放实验室和哈尔滨工业大学计算机学院IBM俱乐部 《深入理解计算机系统》讨论班的练习项目。-" Linux System Programming" introduces the knowledge of Linux system programming and related syste
bookshop
- 网上售书系统,开发环境为Java,完整实现了该系统。可以作为学习实验资料。-book-selling system online,developed in JAva.It has implemented all necessary functionalities.The system can be used in studying.
ARM_VxWorks
- 《基于ARM 的嵌入式VxWorks 实践教程》是ARM 嵌入式技术系 列教程之一。该教程采用武汉创维特信息技术有限公司的JXARM 系 列嵌入式实验系统作为硬件平台,从VxWorks 应用系统开发的各个阶 段,讲述了使用WindRiver 公司的Tornado II 进行系统开发的过程。-arm vxworks
linux内核实验
- Linux内核编程,引导过程,系统调用等,包括源码和报告(Linux kernel programming, boot process, system calls, including source code and reports)
vertizalwoad
- 本实验要求利用微软的socket编程一段程序,可以利用TCP 协议或者UDP协议(This experiment required to exploit the Microsoft socket programming a program, can use TCP or UDP protocol)
Dynwmtz
- 动态分区方式主存的分配和回收, 通过本实验可以了解在动态分区管理方式(Dynamic partitioning method of main memory allocation and recovery, by way of this experiment can understand the dynamic zoning administration)
extrsctsome
- 实验用的数据收集程序,你可以从一个或者多个文件中提取某些数据(The tested data collection procedures, you can extract some data from one or more files)
ssf
- 广度优先遍历实验报告 供初学者参考,通过对该系统的设计,不错(Breadth-first traversal experiment report For beginners reference, through the design of the system, good)
letreb
- 模拟数字屏显示源代码, 一个让我拿来做实验的源代码,很酷的,(Analog to digital display source code, a let me to do the experiment source code, very cool,)
个人实验
- 在烧写完uboot和内核后,再需要烧写文件系统(After writing the uboot and the kernel, you need to write the filesystem again)
98481142
- ISODATA聚类实验 模式识别课程实验所用的源程序(ISODATA clustering pattern recognition experiment course source program used in the experiment)
numebical-MATLZB
- MATLAB编写的数值分析实验的一些小程序 很好的源码(MATLAB numerical experiment of a small program good source)
029796
- u率pcm编码,还有误差分析,通信原理实验的一个例子 不错的(U rate of PCM coding, and error analysis, an example of good communication principle experiment)
EDA实验指导书及ppt
- Linux下的EDA技术指导实验书,01_02_linux系统操作命令及shell编程,03_vi编辑器基本应用,04_05_NC仿真器,06_TCL基本命令练习,07_TCL高级命令练习等等。(Linux under the guidance of EDA technology experiment book, 01_02_linux system operation command and shell programming, 03_vi editor basic application,
系统移植实验手册-V2
- 这是基于fs4412平台系统移植手册,希望对大家有所帮助,谢谢。(This is based on the fs4412 platform system transplantation manual. I hope it can help you. Thank you.)
操作系统实验
- 1. 在linux下编写一个应用程序,命名为an_ch2_1b。这个程序不断地输出如下行: Those output come from child,[系统时间] 另外写一个应用程序,命名为an_ch2_1a。这个程序创建一个子进程,执行an_ch2_1b。这个程序不断地输出如下行: Those output come from child,[系统时间] 观察程序运行的结果,并对你看到的现象进行解释。 2. 在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量share