搜索资源列表
systemtest
- 本程序是操作系统课程实验的死锁的检测与解除。解除方式采用撤销进程的方法。全部用数组实现。在ubuntu(linux)下编译通过。为本人原创。每次撤销个代价最小的死锁进程,释放其所拥有的资源。 所有数据都是可以自行设置的,包括进程个数,资源种类数,各进程的代价等。-This procedure is the operating system course experiment Deadlock Detection and disarmament. The lifting of the way
translatorHTML2RTF
- This a HTML to RTF translator. This translator is done in LEX and YACC. You need to pass to the translator the html file and the application will output a file formatted in rtf style according to the html you ve entered. For using: lex file.l, yacc
Exo4
- MPI with c simulation on linux/ubuntu
Compile_linux_kernel
- Ubuntu 12.10下编译Linux内核的详细步骤,内容为操作系统课程设计实验一的实验报告(为保护隐私缺少两张实验结果截图请自行补充)。-Ubuntu 12.10 Linux kernel compile detailed steps, the content of courses on operating system design experiments an experimental report (for the protection of privacy is missing tw
njitClientForLinuxOS_1.20
- 该代码可以使inode用户在Linux操作系统(如UBUNTU等)中登陆并使用华为802.1X校园网,能兼容支持目前最新的iNodePC5.2(E0408)客户端版本的加密认证。其中自动保持连接的发包时间可手动修改。-The code allows the inode user landing and using Huawei 802.1X campus network in the Linux operating system (eg UBUNTU, etc.), it can compati
MySQL
- linux 下数据库MYsql的安装,其中详细描述了ubuntu下mysql的安装步骤,和数据库的建立,包括添加数据库,设置权限的密码等-the mysql instal describe
lab3-final
- MIT JOS LAB3调试好的代码,在linux-ubuntu 通过qemu测试,实验得分满分。-MIT JOS LAB3 debugged code, linux-ubuntu by qemu test, test scores out.
Ubuntu下ssh互信任连接配置
- 在使用linux Ubuntu操作系统 进行MPI并行计算时需要配置多台互信任机,此为配置文档及实例(linux Ubuntu Mpich2 mpi)