资源列表
CountWordFreq
- 英文文章词频统计,内附有essay可测试,注释详细(Word frequency statistics in English articles you can test with the essay)
os
- 操作系统中文版和英文版课件,还有习题,想学习好操作系统的同学可以下来用用。-Chinese version and English version of the operating system software, as well as exercise, want to learn a good operating system down to use with students.
FileSystem
- 模拟UNIX系统的文件管理功能,通过完成操作系统子系统——文件管理系统的设计,进一步增强对操作系统相关原理的理解;增强操作系统设计的技巧,提高解决实际操作系统的设计能力;-Analog UNIX system file management functions, by completing the operating system subsystem- design file management system, further enhance the understanding of the
OS-3
- 大学操作系统-多进程共行的进程调度程序,包括文档和代码-OS mutl thread schedule
Sam18UCOSIIITest
- STM32f407 移植UCOSIII,确保正确,使用MDK512编译-STM32f407 u79FB u690DUCOSIII uFF0C u786E u4FDD u6B63 u786E uFF0C u4F7F u7528MDK512 u7F16 u8BD1
80386
- 这是本关于保护模式下变成的电子书,设计很多CUP设计原理。是理解操作系统的必看书-This is a protected mode on the e-books into the design a lot of design principles CUP. Is to understand the operating system will read
tinyos
- 嵌入式无线微小操作系统资料,包括tiny操作系统的学习资料和CC2440的资料以及MSP430的资料-wireless tiny operating system
Kindergarten
- Residential property management system is a service to owners and property management system
331510
- 小型的学生考试系统,可以连接生成可知性文件-Small student examination system can be connected to generate a document knowability
Yiyuyk.rar
- 易语言六种远控源码,代码集成了远控视频查看CMD 键盘记录等源代码,简单试用语言写的远控程序源代码..主要是应用服务器/客户/数据报等组件,The easy language six kinds of remote control source code incorporates a remote control video view CMD keyloggers source code, the simple trial language to write the remote control
jet40
- JET40操作系统辅助软件。没有这个软件,很多脚本都支持不了。-JET40,IS MICROSOFT!
Dining-philosophers-problem
- 哲学家就餐问题是一道十分经典的进程同步问题。该道题旨在解决当资源有限时(可能产生死锁),如何有效地避免死锁的问题。本实验选取“and”型信号量的解决办法,只有当哲学家具备同时拿到左右两只筷子的能力时,才能吃饭。否则,若则学家只能能够拿到一只筷子时,他只能放弃这只筷子,供其他可能需要这只筷子的哲学家使用。这样,只有哲学家左右两人均不进食时,该哲学家才有吃饭的权利。采取这种方法可以有效地避免死锁的产生。-The dining philosophers problem is a very classi