Welcome![Sign In][Sign Up]
Location:
Search - java queue

Search list

[TreeView金笛JAVA版短信开发控件 V2.1

Description: 1、异步操作方式。设备连接和短信发送均采用异步方式,即容器程序调用连接函数或发送函数后立即返回。由控件自行完成连接或发送过程,当操作完成后,将执行结果以事件的形式通知容器程序。 2、内部包含收发缓冲队列。控件可以同时接受容器程序较多的发送请求,控件将这些发送请求放到一个发送队列中,控件依次逐个执行该发送队列,并将执行结果以事件的形式通知容器程序。控件包括了内部发送队列和内部接收队列,并且提供了队列的处理情况的访问方法,根据这个特性,容器程序可以连续提交多个短信发送请求; 3、支持多个控件并行工作。在一个程序中使用可以使用多个短信控件(即同时连接多个GSM Modem设备)时,如果要发送一条短信,容器程序可优先选择发送队列为空的短信控件发送,或者选择发送队列中剩余发送条数最少的短信控件发送。 -1, asynchronous mode of operation. Connectivity and equipment were used to send messages asynchronous modes, namely containers Invoking connecting function or sent immediately after the function returns. By linking its own control or sent to the process, when the operation is completed, the results will be implemented in the form of Vessel notification procedures. 2, the internal transceiver contains a buffer queue. Controls can also accept containers of this process more requests, these controls will be placed in a request sent this cohort, the controls were sent individually to implement the queue, and will result in the implementation of the notification procedures containers. Internal controls include the sending queue and receive internal queue and the queue for the treatment of the a
Platform: | Size: 107472 | Author: 马艳飞 | Hits:

[JSP/Javajavaparase

Description: 一个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 book prices is the suffix expression calculated infix to suffix
Platform: | Size: 8192 | Author: 站长 | Hits:

[JSP/JavaDFS_BFS

Description: java的DFS(Depth-first search )和BFS(Breadth-first search)的实现-the DFS (Depth-first search) and BFS (Breadth-first search) Implementation
Platform: | Size: 6144 | Author: Rachel | Hits:

[JSP/Javabankqueue

Description: java编写的一个多线程程序,模拟银行排队.-prepared in a multithreaded process that simulates the bank queue.
Platform: | Size: 8192 | Author: 毛伟 | Hits:

[Data structsQueue111

Description: JAVA数据结构与算法之队列小应用程序-Java data structures and algorithms queue small applications
Platform: | Size: 6144 | Author: 张忠良 | Hits:

[Windows Developjava_stack

Description: 用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。-Realize the stack and queue in the structure of the data with java. It s a applet programe which can demonstrate realizing the way concretly of the stack of the structure of the data through practical operation .
Platform: | Size: 18432 | Author: 吴强 | Hits:

[Windows DevelopInsertion_stack

Description: 用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。-An applet program, which use java to implement the stack and queue data structure. It can be used to demonstrate the implement of stack.
Platform: | Size: 5120 | Author: 吴强 | Hits:

[TreeView金笛JAVA版短信开发控件 V2.1

Description: 1、异步操作方式。设备连接和短信发送均采用异步方式,即容器程序调用连接函数或发送函数后立即返回。由控件自行完成连接或发送过程,当操作完成后,将执行结果以事件的形式通知容器程序。 2、内部包含收发缓冲队列。控件可以同时接受容器程序较多的发送请求,控件将这些发送请求放到一个发送队列中,控件依次逐个执行该发送队列,并将执行结果以事件的形式通知容器程序。控件包括了内部发送队列和内部接收队列,并且提供了队列的处理情况的访问方法,根据这个特性,容器程序可以连续提交多个短信发送请求; 3、支持多个控件并行工作。在一个程序中使用可以使用多个短信控件(即同时连接多个GSM Modem设备)时,如果要发送一条短信,容器程序可优先选择发送队列为空的短信控件发送,或者选择发送队列中剩余发送条数最少的短信控件发送。 -1, asynchronous mode of operation. Connectivity and equipment were used to send messages asynchronous modes, namely containers Invoking connecting function or sent immediately after the function returns. By linking its own control or sent to the process, when the operation is completed, the results will be implemented in the form of Vessel notification procedures. 2, the internal transceiver contains a buffer queue. Controls can also accept containers of this process more requests, these controls will be placed in a request sent this cohort, the controls were sent individually to implement the queue, and will result in the implementation of the notification procedures containers. Internal controls include the sending queue and receive internal queue and the queue for the treatment of the a
Platform: | Size: 107520 | Author: 马艳飞 | Hits:

[Shop supermarket software system2212

Description: 源程序可使用Jdk1.3以上的任何版本编译和运行主类是Simulator也可以在eclipse环境下直接编译和运行。 顾客队列服务模拟系统-Jdk1.3 source can be used over any version of compiler and run the main category is Simulator can also eclipse environment directly translated and running. Customer service Queue System Simulation
Platform: | Size: 22528 | Author: VIVI | Hits:

[JSP/Javatingchechangwenti

Description: 简单的停车场管理程序,运用了队列与栈来进行车辆存储与停车管理计费-simple car park management procedures, the use of Queue and Stack to the vehicle storage and parking management Billing
Platform: | Size: 46080 | Author: liu | Hits:

[ICQ-IM-ChatA_simple_chat_tool

Description: 一个简单的用java编写的聊天工具,用socket类处理通信部分 1. 运行server.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 8888 打开服务器 8888也可以改为任意端口号 2. 运行client.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 打开客户端 3. 主要类说明: Server.java 等待用户连接,连接后为当前用户创建ServerListener对象 ServerListener.java 接受用户请求,并将消息移入消息队列 Sender.java 消息发送器,用循环不断检查消息队列中是否有新消息,有则发送消息,被发送的消息移出队列 Client.java 接受信息,提供与界面之间的接口函数 Chat.java 主要是用户界面 -with a simple preparation of java chat tools, with socket type handling a part of communication. server.bat or running the command line input (to the Public for directory) : java-jar Chat.jar 8888 Open Server 8888 can also read arbitrary port 2 . client.bat or running the command line input (to the working directory) : java-jar Chat.jar Open Client 3. main categories : Server.java waiting for users to connect, after connecting to the current users to create object ServerListener ServerListener . java user request, the information will be relocated Message Queue Sender.java news transmitters, cyclic Message Queue constantly check whether there are new news, then send messages the news was sent out of Queue Client.java receive information, interface provides the interface between Chat.java m
Platform: | Size: 26624 | Author: ZX | Hits:

[Software EngineeringFCFS

Description: 完整的造作系统课程设计报告,附带源代码 FCFS进程处理机调度-integrity of the curriculum design artificial systems, ancillary source code FCFS queue processor scheduling process
Platform: | Size: 27648 | Author: 武建 | Hits:

[JSP/Javajava

Description: 数据结构java描述,链表,栈,队列,图,树,-Java data structure description, linked lists, stacks, queues, maps, trees,
Platform: | Size: 167936 | Author: | Hits:

[OtherLC

Description: 算法中一个经典问题:背包问题的优先队列算法实现。-Algorithm for a classical problem: Knapsack Problem realize the priority queue algorithm.
Platform: | Size: 3072 | Author: 莫海波 | Hits:

[JSP/Javaqueue

Description: Java queue of linked list. thanks
Platform: | Size: 1024 | Author: yanogcode | Hits:

[JSP/JavaQueue

Description: 用java实现的队列操作,其中包括增加,删除,修改及查询操作-Queue operations using java implementation, including add, delete, modify, and query operations
Platform: | Size: 1024 | Author: keane | Hits:

[JSP/JavaQueue

Description: Java queue sourcecode Man-Java queue sourcecode Man!!
Platform: | Size: 4096 | Author: paper | Hits:

[JSP/JavaJAVA线程池实验报告.docx

Description: 用JAVA实现一个线程池,线程池在初始状态下没有任何工作线程。当工作队列中有未执行的任务时,分一下两种情况处理: . 如果线程池中工作线程数目为MAX_SIZE,那就什么也不做; . 如果线程池中工作线程数目小于MAX_SIZE,那么创建一个工作线程,使它执行新任务。 对于线程池中空闲的工作线程,如果其闲置时间超过TIMEOUT秒,就销毁该线程。(A thread pool is implemented with JAVA, and the thread pool has no working thread in the initial state. When there is an un - executed task in a work queue, two cases are dealt with: If the number of working threads in the thread pool is MAX_SIZE, then nothing will be done. If the number of working threads in the thread pool is less than MAX_SIZE, then a working thread is created to make it perform a new task. For the idle working thread in the thread pool, the thread is destroyed if it is idle for more than TIMEOUT seconds.)
Platform: | Size: 220160 | Author: 阿火儿 | Hits:

[JSP/Javajava数据结构

Description: 压缩包中包含了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)
Platform: | Size: 51200 | Author: 惜笑 | Hits:

[JSP/JavaFloatingHeadArrayBoundedQueue

Description: Implement Queue with floating head bounded Array.Enqueue employee objects (created by reading the emp.txt file) in Queue and dequeue.
Platform: | Size: 3072 | Author: kirkchris | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net