搜索资源列表
骑士巡游
- 本程序是著名的骑士巡游问题,利用了最小度优先和回溯算法,-this procedure is the famous parade Cleveland, the use of the least priority and backtracking algorithms,
ThreadTestsAllInOne
- \"多线程的例子\"包括了多线程的各个方面,都是教学中积累的经典例子与实际应用的例子:同步、睡眠、 挂起、唤醒、优先级、线程组,线程与Swing……(另附相关技术文档) 使用方法:因为开发工具为eclipse3.1,所以这些工程文件都可以直接导入。-"multithreading example" will include multithreading in all aspects, Teaching is a classic example of accumu
ReaderLoveWriter
- 读者写者进程JAVA编写,读者写者进程,写者优先,采用JAVA编写。读入文件,定义线程。-readers who write Java preparation process, the process of the readers who write, write priority, prepared using Java. Reading into the paper, the definition thread.
ProcessCall
- 操作系统中的进程调度,进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:先进先出调度算法;基于优先数的调度算法;最短执行时间调度算法 确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:当前执行进程;就绪队列;等待队列 -operating system process scheduling, process simulation scheduling procedures : Assuming a 10 CPU in the process of impl
mndsfg
- 这是简单优先文法分析的全部源代码 fejgdmuhf军宣队复活-priority, this is a simple grammar analysis of all source code fejgdmuhf military announced the revival of team
Vt
- 算符优先算法的界面实现,选择是编译原理清华版-operator interface priority algorithm achieved, the choice is compiled version of the principle of Qinghua
threadmanegaer
- 多线程管理系统,可用于售票服务和排队服务的优先级等等,java实现-multithreading management system can be used for ticketing services and the priority queue levels, and so on, to achieve java
Azureus_2.4.0.0_source
- 一个基于JAVA的多torrent下载程序,可以手动设置某个torrent的优先权,加入了irc聊天室,增加了一些基本的irc命令,可以看见在线人数和ID,支持多tracker url,对于多tracker发布的torrent可自动切换,并可以手动更改tracker url。-a Java-based multi-torrent download, can manually set a torrent of priority to the irc chat room an increase of
sleep
- Write a Java program that demonstrates a high priority thread using sleep to give lower priority threads a chance to run
JavatestThreadPriority
- 一个用Java编写的测试线程的优先级别的演示程序.-a Java test prepared by the level of priority threads demonstration program.
SearchDemonstration
- 实现搜索算法,广度深度优先等-search algorithm to achieve the breadth, depth and other priority
Bounce1
- 一个用JAVA编写的多线程小球运动的东西,希望大家能对多线程运行的原理以及优先级等问题有更深入的理解-with Java to prepare a multi-threaded ball movement things, I hope you will run right multithreading, and the principle of priority issues such as a more in-depth understanding
BP_GA_PSOforjava.zip
- BP_GA_PSO是利用JAVA开发的一个小程序,分别给出了BP算法,GA算法,以及PSO算法的JAVA源程序,并分别利用三个算法同时解决XOR问题,使用户能够直观的观察三个算法的优劣。,BP_GA_PSO is the use of JAVA development of a small procedure, respectively, are given BP algorithm, GA algorithm, and the PSO algorithm JAVA source and use
java
- 编程,作业调度算法,先来先服务短作业优先-Programming, job scheduling algorithms, first-come first-serve priority short homework
calculator
- 计算器设计(运用词法分析&语法分析方法):1、为每种可能识别出来的合法单词创建一个类,类的属性包括该单词的各别码及值。 2、构建异常类,以实现计算器的容错性能。 3、构建一个词法分析类,用之提取单词。 4、构建表达式中各单词间的优先关系表。 5、构建一个语法分析类,对表达式进行规约。此类调用词法类获取单词,查询优先关系表进行规约操作。 6、构建一个计算类,调用语法分析类以实现计算。 7、构建一个GUI类,设计好操作界面,并内置计算类,以实现界面操作计算功能。 -Cal
expresstest
- 表达式计算代码,按优先级计算输入的表达式,支持括号,阶乘号,暂不支持三角函数!--Expression calculating code, it can calculate inputed expression by priority ,and supports parenthesis, factorial sign, and it does not support trigonometrical functions for now!
MemCachePak
- 一宗队列算法,带有优先级调度的缓存替换算法-A queue algorithm, priority scheduling with cache replacement algorithm
Priority
- Priority(基于优先级的进程调度)-Priority (priority-based process scheduling)
Priority.Java.code.core.technology
- Java核心技术Priority设计经典代码Priority Design Classic Java code for the core technology -Priority Design Classic Java code for the core technology
Priority-Queue
- priority queue using java