CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - queue java

搜索资源列表

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

    0下载:
  2. 1、异步操作方式。设备连接和短信发送均采用异步方式,即容器程序调用连接函数或发送函数后立即返回。由控件自行完成连接或发送过程,当操作完成后,将执行结果以事件的形式通知容器程序。 2、内部包含收发缓冲队列。控件可以同时接受容器程序较多的发送请求,控件将这些发送请求放到一个发送队列中,控件依次逐个执行该发送队列,并将执行结果以事件的形式通知容器程序。控件包括了内部发送队列和内部接收队列,并且提供了队列的处理情况的访问方法,根据这个特性,容器程序可以连续提交多个短信发送请求; 3、支持多个控件
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:107472
    • 提供者:马艳飞
  1. A_simple_chat_tool

    3下载:
  2. 一个简单的用java编写的聊天工具,用socket类处理通信部分 1. 运行server.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 8888 打开服务器 8888也可以改为任意端口号 2. 运行client.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 打开客户端 3. 主要类说明: Server.java 等待用户连接,连接后为当前用户创建ServerLi
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:27322
    • 提供者:ZX
  1. safmq.src.0.5

    0下载:
  2. 一个简单实用的开源C++消息中间件SAFMQ - [软件开发] - [开源 消息中间件 SAFMQ ] 2006-11-23 在很多网络应用中,尤其那些服务器有时不在线的应用中,将客户端的数据变更按照产生顺序同步到服务器的操作是比较复杂的。为了解决这种问题,可以采用消息中间件产品(例如Windows的MSMQ还有IBM的MQ),但是这种产品比较庞大而且花费不少,对于小规模应用而言没有必要。 SAFMQ(全称为Store and Forward Message Queue)是一
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:225446
    • 提供者:童小军
  1. Queue111

    0下载:
  2. JAVA数据结构与算法之队列小应用程序-Java data structures and algorithms queue small applications
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6165
    • 提供者:张忠良
  1. java_stack

    0下载:
  2. 用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 pra
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:18343
    • 提供者:吴强
  1. OrderedArray

    0下载:
  2. 用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。-An applet program, use java to achieve stack and queue in data structure. It can be used to demonstrate the implement of the stack.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10636
    • 提供者:吴强
  1. Insertion_stack

    0下载:
  2. 用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.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5807
    • 提供者:吴强
  1. iocp.rar

    0下载:
  2. IOCP是一种高性能的网络编程框架,在面对大的服务压力的时候,用传统的accept来维持连接处理事务,服务效率会严重变低,系统主要用来维护上下文切换了.所以用IOCP来实现网络功能,类似于java里的连接池功能,让连接来排队等候处理.例子代码可用bcb调试,因为里面没有bcb的选项,只能选VC了.,IOCP is a high-performance network programming framework for services in the face of great pressure,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-25
    • 文件大小:39892
    • 提供者:刘格斯
  1. ms0b

    0下载:
  2. MS0B provides the capability to perform administration tasks on a queue manager by sending and receiving WebSphere MQ messages. -WebSphere MQ Java classes for PCF
  3. 所属分类:Communication

    • 发布日期:2017-05-02
    • 文件大小:632084
    • 提供者:Joseph Yeung
  1. stackqueue

    0下载:
  2. this how we make stack and queue in java.
  3. 所属分类:Editor

    • 发布日期:2017-04-15
    • 文件大小:6286
    • 提供者:neyna
  1. Equipment_Manage

    0下载:
  2. 运用操作系统中的防止死锁算法(银行家算法)来实现设备和进程间的协调,让他们自动申请设备,处理设备请求,还有生成等待队列,完成队列,设备状态查看。-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
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:40382
    • 提供者:师颖
  1. jingdiansuanf

    0下载:
  2. 二叉树的递归与非递归遍历(Java描述),高效实现Josephus算法,合并有序链表,基于队列实现的基数排序,栈.回溯.迷宫问题求解。5个算法的源程序。-Recursive and non recursive binary tree traversal (Java descr iption), efficient algorithms to achieve Josephus, merging sorted linked list, queue-based implementation of ra
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:81493
    • 提供者:liujin
  1. stack_rana

    0下载:
  2. this data structure in java stack queue tree all in one-this is data structure in java stack queue tree all in one
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:11824
    • 提供者:omar
  1. DuiLie

    0下载:
  2. 用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.
  3. 所属分类:Printing program

    • 发布日期:2017-03-26
    • 文件大小:3196
    • 提供者:STS
  1. Archive

    0下载:
  2. A simple priority queue, array priority queue, and a binary heap. Used for implementation with databases written in java.
  3. 所属分类:Other Databases

    • 发布日期:2017-03-30
    • 文件大小:3806
    • 提供者:ptf4u07
  1. java-Using-Array-for-Queue

    0下载:
  2. 用java语言中的数组来实现队列,其中扩容方法为在原数组的基础上乘以2,另外也测试了用java中Vector类实现队列。-Array using java language java Vector class queue queue, which expansion method is superior to the original array 2, is also tested.
  3. 所属分类:Home Personal application

    • 发布日期:2017-11-06
    • 文件大小:2753
    • 提供者:刘昭强
  1. Queue

    0下载:
  2. THIS QUEaaa java on indonesian language
  3. 所属分类:Other systems

    • 发布日期:2017-12-07
    • 文件大小:1174
    • 提供者:SemFu
  1. Queue

    0下载:
  2. class written for queue by netbeans java programming
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:16457
    • 提供者:n
  1. queue

    0下载:
  2. This a JAVA program showing queue data structures concept in detailed manner. Its very simple to code and implement. -This is a JAVA program showing queue data structures concept in detailed manner. Its very simple to code and implement.
  3. 所属分类:Other systems

  1. queue

    0下载:
  2. 这是我最近自己做的一个JAVA程序,请各位多多指教,谢谢了()
  3. 所属分类:其他小程序

    • 发布日期:2018-04-22
    • 文件大小:542720
    • 提供者:pasfink
« 12 »
搜珍网 www.dssz.com