搜索资源列表
wjxtmn
- 基于UNIX6的文件系统模拟程序,供OS课程设计参考使用,在TC环境下测试成功-UNIX6 based on the file system simulation program for OS reference design courses, TC environment in the test successful
Ucore是一个很小的适于学习的操作系统
- Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore实验6:文件系统。通过完成本次实验,希望能达到以下目标:了解基本的文件系统系统调用的实现方法;了解一个基于索引节点组织方式的Simple FS文件系统的设计与实现;了解文件系统抽象层-VFS的设计与实现。文件中包括源代码和实验指导书。-Ucore is a small
myshell.rar
- 用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshel
3106007038
- 操作系统实验 实验一 进程调度 实验二 作业调度 实验三(综合性) 主存空间的分配与回收 实验四 文件系统-Experimental test of a process of operating system scheduling job scheduling experiment Second experiment three (integrated) main memory space allocation and recovery of the experimental
DE2_uclinux_hello_zImage
- 在linux下生成的zImage文件,能够在nios上运行,包括了FPGA的下载文件SOF和系统的PTF文件,在DE2上测试成功!-In linux generated zImage file, can be run on Nios, including the FPGA and the download file SOF system PTF file, in DE2 test success!
fifo
- 实现fifo的基本功能。使用Verilog能够实现的同步数据先入先出功能,简单易懂,并带有相应的测试文件-Fifo realize the basic functions. Be able to use the Verilog implementation of the synchronous data FIFO functions, easy to understand, with the corresponding test file
FIFO_IN_VERILOG
- 基于Verilog的fifo的实现源码和测试文件-Fifo-based realization of the Verilog source code and test file
patch-2.6.28.4-lttng-0.88.tar
- linux测试工具 linux trace toolkit补丁文件-linux test tools patch file linux trace toolkit
patch-2.6.30-rc5-lttng-0.136.tar
- linux测试工具 linux trace toolkit补丁文件-linux test tools patch file linux trace toolkit
SPComm
- PAS文件 主要用来做COM通信,直接调用就可以了。-pas file com test
OS_filesystem
- OS课程大型试验,模拟文件系统,完成建立文件夹,新建文件,搜索、删除文件等功能。-OS large-scale test program to simulate the file system, complete the set up folder, new files, search, delete files and so on.
myshell
- 《操作系统—精髓与设计原理》一书中myshell编程项目,代码写得很清晰,纠错能力很强大,实现了基本的内部命令:cd、dir、help、echo、environ等,以及实现文件重定向、后台处理等功能。附有实验报告。-" Operating system- the essence and principles of design" , a book myshell programming projects, the code is written very clear, very
ucore-lab4
- Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验4:调度器。实验目的:熟悉ucore 的系统调度器框架,以及内置的Round-Robin 调度算法;基于调度器框架实现一个调度器算法(Stride Scheduling)。文件中包括源代码、实验指导书和实验报告。-Ucore is a small operatin
ucore-lab3
- Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验3:用户进程。实验目的:了解用户进程的关键信息;理解内核管理用户进程的方法;理解系统调用的过程。文件中包括源代码、实验指导书和实验报告。-Ucore is a small operating system for learning, the " Sparr
ucore-lab2
- Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验2:内存管理。实验目的:理解内存地址的转换和保护;理解页表的建立和使用方法;了解物理内存的管理方法;了解常用的减少碎片的方法;了解虚拟内存的管理方法。文件中包括源代码、实验指导书和实验报告。-Ucore is a small operating system fo
the-operating_system_report
- 用C++语言编写的4个小类型的操作系统课程实验。分别为用户接口实验,进程管理实验,存储器管理实验,和文件系统实验。内附源工程和实验报告。-Written in C++ language, the four small type of operating system course experiment. Experimental user interface, respectively, process management experiments, memory management expe
File-Manager
- CUIT课程试验,操作系统:文件管理 C-CUIT course test, the operating system: file management C++
simple-file
- 简单的文件系统试验源代码,可用于操作系统的大型实验-Simple test source code of the file system, the operating system can be used for large-scale experiments to ~
ytgdzcdelphi
- • Delphi源码,Delphi运通个人固定资产管理系统 ,数据库基于SQL2008,源代码相对是比较完整的,运通科技开发,系统使用有其它的控件,编译时会有提示,系统功能截图如上所示,实现的界面要比截图更漂亮,已生成的测试项目在AppPro文件夹中。-• Delphi source code, Delphi transport through individual fixed assets management system, Delphi transported th
USR-WIFI232-Setup
- WIFI TEST FILE RS232