搜索资源列表
msnmlib-1.2.2-src
- jmsn是一个完整的JAVA应用程序,下载解压后可以直接运行,运行的界面跟微软的MSN Messenger很类似,包括操作上都非常一致,如果你的操作系统是Linux或者其他那都可以直接用它来替代微软的程序。另外一个是msnm-lib,这个就是我们今天要介绍的API,它仅仅是一个开发包,在jmsn组件中已经包含了这个包。 -jmsn is a complete Java application that can be downloaded directly unpacked run, run
operation_out
- 对《分布式操作系统》书中外“科手术调度系统”的java实现,重点在于临界区的概念的实践-right "distributed systems" foreign books "surgery scheduling system" to achieve the java, with a focus on the critical areas of the concept of practice
javachart2
- 一个很好用的java聊天程序。用jbuilder 做的一个练习,支持QQ的用户图标,重编译后能用于其它操作系统-a good use of java chat program. JBuilder do with a practice, support QQ user icon can be re-compiled for other operating systems
双、多机通信
- 解压密码是:happyseesee@163.com 操作系统课程设计 用java写的双机通信与多机通信-extracting passwords are : happyseesee@163.com courses on operating system design using java write-machine communications and multi-machine communication
tips
- 操作系统实验(java) 设计一个模拟若干售票网点的售票程序。 (1) 可以在任一网点查询; (2) 给出售票信息。-experimental operating system (java) design simulation of a number of ticket outlets ticketing procedures. (1) can be in office for a network; (2) gives ticket information.
cxyms
- C++/Java/数据库/操作系统/数据结构/职业策划/等等都有详细说明-C / Java / database / operating system / data structure / vocational planning / and so on details
JavaSourseManager
- 使用JAVA编写的操作系统实验-内存资源管理和释放模拟程序-use Java to prepare the experimental operating system-memory resources management and the release of Simulation Program
ProcessDeployProject
- 操作系统课程实习之进程调度模拟实现--采用时间片轮转算法(JAVA版)-training courses on operating system simulation scheduling a process to achieve -- time-use Web algorithm (Java version)
nachos-java.tar
- 最重要的国外操作系统设计源码,实现了操作系统的最基本功能,对学习系统设计帮助相当大-The most important source of foreign operating system design, implementation of the basic operating system functions, system design of the study to help a large
TinyOS
- 基于T i n y O S 的无线传感器网络体系结构 无线传感器网络WSN(Wireless Sensor Network) 由部署在监测区域内大量廉价的传感器节点组成,通过 无线通信方式形成multi2hop 自组织的网络系统,其目的是协作地感知、采集和处理网络覆盖区域中感知 对象的信息,并发送给观察者。本文从分析无线传感器节点Mica 和其上运行的操作系统TinyOS 出发, 着重描述无线传感器网络节点应用程序体系结构和消息通信机制。 -T iny OS-ba
disk_attemper
- 模拟操作系统的磁盘读取,按照不同的磁盘调度算法,进行比较磁盘调度的效果,并用图显示出来。-simulate mircosoft system disk attemper
Java~VRML_Design
- Windows、Unix操作系统HTTP服务器架设,并以专栏形式,对java及HTTP、VRML等语言进行介绍。-Windows, Unix operating system to set up HTTP server, and to form columns of java and HTTP, VRML and other languages are introduced.
Equipment_Manage
- 运用操作系统中的防止死锁算法(银行家算法)来实现设备和进程间的协调,让他们自动申请设备,处理设备请求,还有生成等待队列,完成队列,设备状态查看。-The use of the operating system to prevent deadlock algorithm (banker' s algorithm) to achieve coordination between equipment and processes so that they can voluntarily apply
Banker
- 操作系统银行家算法的java程序。。。需要的朋友可以下载。-OS banker algorithm java program. . . Need a friend can be downloaded.
TestReaderAndWriter
- 操作系统中读者写者问题的模拟实现采用java多线程方式实现-Reader and Writer(Reader First)
java-Calculation
- 要求实现类似Windows操作系统里面的标准计算器。在此基础上实现部分科学性的功能。-Required to achieve the standard calculator similar to the Windows operating system inside. On this basis, the part of the scientific functions.
java-time-and-date
- 实现类似Windows操作系统控制面板“日期和时间”的功能。它显示1980-2099年内某月的日历(含月、日、星期),可以反应闰月情况。并显示当前系统时间。并允许用户重新设置当前计算机系统年月日的时间。并附有程序设计报告。极力推荐。-Similar to the Windows operating system control panel " date and time" . It shows a month during 1980-2099 calendar (includin
java-os
- 此次操作系统,本人使用java中的多线程来模拟多进程共享临界资源。java中多线程就是一个类或一个程序执行或管理多个线程执行任务的能力,每个线程可以独立于其他线程而独立运行,当然也可以和其他线程协同运行,一个类控制着它的所有线程,可以决定哪个线程得到优先级,哪个线程可以访问其他类的资源,哪个线程开始执行,哪个保持休眠状态。对临界资源Critical_Resources类进行操作方法声明为synchronized,当方法被该关键字声明后,也就意味着,如果这个资源类被加锁,只有一个对象得到这个类的锁
java基础笔记
- 关于Java的一些讲解及知识,J2SE基础,JVM,操作系统,TCP/IP等等一些Java相关知识点(Some explanations and knowledge about Java)
哲学家
- 用java模拟哲学家吃饭的算法,加深对操作系统的学习理解。(Using java to simulate the algorithm of philosophers' eating, we can deepen our understanding of the operation system.)