搜索资源列表
金笛JAVA版短信开发控件 V2.1
- 1、异步操作方式。设备连接和短信发送均采用异步方式,即容器程序调用连接函数或发送函数后立即返回。由控件自行完成连接或发送过程,当操作完成后,将执行结果以事件的形式通知容器程序。 2、内部包含收发缓冲队列。控件可以同时接受容器程序较多的发送请求,控件将这些发送请求放到一个发送队列中,控件依次逐个执行该发送队列,并将执行结果以事件的形式通知容器程序。控件包括了内部发送队列和内部接收队列,并且提供了队列的处理情况的访问方法,根据这个特性,容器程序可以连续提交多个短信发送请求; 3、支持多个控件
MultilevelFeedbackQueue
- 操作系统实验、多级反馈队列、java swing-Operating System Experiment, multi-level feedback queue, java swing
javaparase
- 一个java源代码包,其中包括快速排序,队列和后缀表达式的计算,XML生成程序,为一个解析XML文件程序做了书价格的计算,是后缀表达式计算,中缀转后缀-A java source code package, including the quick sort, queue and the suffix for calculating expressions, XML generation process, a procedure to resolve XML document has done a
DRMPlayer
- public void playerUpdate(final Player p, final String event, final Object eventData) { // queue a call to updateEvent in the user interface event queue Display display = Display.getDisplay(midlet) display.callSerially(new Runnable() {
stackqueue
- this how we make stack and queue in java.
K
- Implementations of a queue in C with algoritmo BFS, that calculates the minimum distance in a graph.
queueTheory_src
- Queue Theory simulation in statistic. java source
Queue
- exercise using array on queue.java-exercise using array on queue.java
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
stack
- 这是用数据结构建立的堆栈和队列,以及一些简单的算法。-This is a data structure used to establish the stack and queue, as well as some simple algorithms.
FTPClient
- 用Eclipse来开发FTP上传与下载。在“本地”菜单中可对本地资源进行上传、重命名、删除等操作。 在“远程”菜单中可对FTP文件夹中的资源进行上传、重命名、删除等操作。 在界面下方有三个选项卡,分别记录当前下载文件、已上传文件及已下载文件。在队列选项卡中,可对当前正在下载的任务进行暂停、删除、清空、上下移动等操作。 -To use Eclipse to develop FTP uploads and downloads. In the " local" menu
queue
- Java queue of linked list. thanks
DuiLie
- 用LinkedList实现一个队列的所有操作: 入队\出队\求队列长度\判断队列是否为空\打印队列等-Implement a queue using LinkedList all operations: entry team \ out the team \ demand queue length \ to determine whether the queue is empty \ print queues, etc.
Test_Crawler
- 网络爬虫,主要根据种子网页来爬去其他的网页-test crawlar
DVDVendingMachine
- A java implementation of a DVD vending machine. Not a visual demo, but on where the use of queue s and there functions are demonstrated -A java implementation of a DVD vending machine. Not a visual demo, but on where the use of queue s and there fun
Queue
- This a Java code explaining about Queue concept.-This is a Java code explaining about Queue concept.
Circular-Queue
- circular queue using arra in java implementation
Queue
- 用java实现的队列操作,其中包括增加,删除,修改及查询操作-Queue operations using java implementation, including add, delete, modify, and query operations
JAVA线程池实验报告.docx
- 用JAVA实现一个线程池,线程池在初始状态下没有任何工作线程。当工作队列中有未执行的任务时,分一下两种情况处理: . 如果线程池中工作线程数目为MAX_SIZE,那就什么也不做; . 如果线程池中工作线程数目小于MAX_SIZE,那么创建一个工作线程,使它执行新任务。 对于线程池中空闲的工作线程,如果其闲置时间超过TIMEOUT秒,就销毁该线程。(A thread pool is implemented with JAVA, and the thread pool has no worki
java数据结构
- 压缩包中包含了java链表、树、栈、队列四种数据结构和相关代码,希望有需要的盆友可以看到(The compression package contains the Java list, tree, stack, queue four data structures and related code, hope that the need for the basin friends can see)