搜索资源列表
KillProcess
- 杀进程.很好的杀exe程序的类,对于初学java的年轻人来说很有用-the class is to kill process .it is a useful code for kill a process .that si fun.
process
- 利用JAVA将进程(读过程和写过程)互斥实现,源代码,-Using JAVA to process (read process and write process) mutex implementation, source code,
PHP.URL.design.process.code
- PHP网址缩短设计程序经典代码PHP URL shortening the design process classic code -PHP URL shortening the design process classic code
Process
- 任务1:进程调度 1 设计目的 (1)要求学生设计并实现模拟进程调度的算法:时间片轮转及先来先服务。 (2)理解进程控制块的结构。 (3)理解进程运行的并发性。 (4)掌握进程调度算法。 2 设计要求 在多道程序运行环境下,进程数目一般多于处理机数目,使得进程要通过竞争来使用处理机。这就要求系统能按某种算法,动态地把处理机分配给就绪队列中的一个进程,使之运行,分配处理机的任务是由进程调度程序完成的。一个进程被创建后,系统为了便于对进程进行管理,将系统中的所有进程按其状
IA
- Markov Decision Process in java
Process-scheduling-to-achieve
- 本程序运用java语言模拟线程间的调度,在原随机调度的基础上实现轮转调度,优先级调度,处理各线程间的调度关系,并试着用信号量实现线程的锁定和释放。-This program threads using java language simulation scheduling, dispatching the former on the basis of random rotation scheduling, priority scheduling, process scheduling of th
Domain-name-sale-process.Rar
- 域名出售程序.rar分享给大家,希望有需要的尽快下载!-Domain name sale process. Rar
Stochastic-process.
- 应用随机过程研究生课程的答案毛用才胡奇英版-Stochastic process.
process
- 进程模拟程序代码,包括动态优先级算法,反馈算法,-Process simulation code
teaching-process-of-personal-blog
- 基于php和mysql的博客系统完整教程,轻轻松松设计自己的个性博客。-teaching process of personal blog
complete-the-landing-process-
- 项目02_使用JSP完成简单的登陆程序(代码+笔记)-Project the 02_ use JSP to complete the landing process (code+ notes)
Hand-painting-process
- 手工绘制程序代码,代码都经本人调试过,都能用的-Hand-painting process
Hadoop-coding-process
- PPT现场讲述云计算的垂直搜索解决方案hadoop的coding过程-Hadoop coding process
Java-Process-and-Thread-Model-Test
- java进程线程创建压力和性能测试,包括不同条件下创建进程、线程数量、时间上的比较与分析。-java Process and Thread Model Test, include pressure and performance test
aidl-Cross-process-calls
- 这两天在学习aidl跨进程调用,研究了一天终于写出了个helloword……开发aidl跨进程调用,主要分以下步骤: 1.创建.aidl文件-该文件(YourInterface.aidl)定义了客户端可用的方法和数据的接口。 2.在makefile文件中加入.aidl文件-(Eclipse中的ADT插件提供管理功能)Android包括名为AIDL的编译器,位于tools/文件夹。 3.实现接口-AIDL编译器从AIDL接口文件中利用Java语言创建接口,该接口有一个
process
- 一个小型的操作系统,关于进程,内存的仿真系统-A small operating system, on the process, the memory emulation system
java-process-control
- java流程控制个人总结,适合于初学者学习借鉴,有关复合语句,if语句if else语句while语句for循环-java process control
process-lab
- 关于进程的管理,包括源代码和图形界面,希望客观评价!-Management, including source code and graphical interface, objective evaluation on the process!
Create-and-delete-Process
- c语言模拟实现进程的创建和撤销 将代码拷贝进行运行-c language simulation process creation and revocation copies of the code run-
Process
- (1)从键盘输入当前系统的资源信息,包括当前可用资源,每个进程对各类资源的最大需求量,每个进程当前已分配的各个资源量和每个进程尚需要的各个资源量,并显示出结果在界面上。 (2)输入进程请求,按照设计好的安全性算法进行检查,得到结果并输出整个执行过程的相关信息和最终结果(主要包括资源分配表和安全序列) (3)要求要有各种异常的处理,程序的可控制性和可连续性执行。包括对进程的存在有无检查,请求向量的不合法检查,试分配失败后的数据恢复和重新接受进程请求等。 -(1) Enter th