CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - 队列

搜索资源列表

  1. e82

    0下载:
  2. JAVA实现队列的出队,代码简单易懂,要的拿去-JAVA team to achieve a queue, the code easy to understand, take it to the
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4757
    • 提供者:prince
  1. Chap04

    0下载:
  2. 这是关于队列堆栈的问题,比较详细的描述了队列问题和堆栈问题的实现和应用-This is a problem on the queue, stack, queue more detailed descr iption of the problem and the problem of implementation and application stack
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:20312
    • 提供者:yangai
  1. TRUCKWOKE

    0下载:
  2. JAVA实现汽车运输模拟,模拟过程是采用队列实现。程序简单易懂,方便初学者学习-java impliment truck
  3. 所属分类:Java Develop

    • 发布日期:2017-05-02
    • 文件大小:958987
    • 提供者:yjb
  1. search-file

    0下载:
  2. 2. 设计一个程序,实现文件查找。文件查找操作是一项非常基本的操作,一般的文件查找操作采用递归算法,实际上是采用“深度优先”的策略。请设计一个基于“广度优先”算法的文件查找程序。 提示:由于要找的文件往往距离待查文件夹最近的文件加中。因此,基于“广度优先”算法的文件查找的效率会优于“深度优先”算法。可以将待搜索的文件夹放入一个队列,然后列出该文件夹下所有成员:如果是文件,则与查找条件进行匹配;如果是文件夹,则将其放入队列。在次从队列头取文件夹,执行同样逻辑,直到队列为空。 - De
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:716
    • 提供者:guang
  1. cx6

    0下载:
  2. java中的工具类和一些算法,如递归,排序,查找,链表,队列,堆栈等-java classes and some of the tools in the algorithms, such as recursion, sorting, searching, linked lists, queues, stacks, etc.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:44098
    • 提供者:xyzlxtx
  1. Process

    0下载:
  2. 任务1:进程调度 1 设计目的 (1)要求学生设计并实现模拟进程调度的算法:时间片轮转及先来先服务。 (2)理解进程控制块的结构。 (3)理解进程运行的并发性。 (4)掌握进程调度算法。 2 设计要求 在多道程序运行环境下,进程数目一般多于处理机数目,使得进程要通过竞争来使用处理机。这就要求系统能按某种算法,动态地把处理机分配给就绪队列中的一个进程,使之运行,分配处理机的任务是由进程调度程序完成的。一个进程被创建后,系统为了便于对进程进行管理,将系统中的所有进程按其状
  3. 所属分类:Applet

    • 发布日期:2017-03-24
    • 文件大小:4969
    • 提供者:heartBeat
  1. Calculator

    0下载:
  2. 队列练习1如果当前字符不是一个有效的操作符,就认为它是一个数的一部分-Queue QueueException
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:970
    • 提供者:xw
  1. PacketSwitchedNetworkSimulation

    0下载:
  2. 分组交换网络中离散事件仿真(包括单一队列模拟和网络模拟),计算其丢包率以及延迟。-Build a discrete-event simulator for a packet-switched network and to evaluate its performance, in terms of loss rate and delay, under two operational scenarios.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:17047
    • 提供者:Jane
  1. Java_11183501

    0下载:
  2. 《Java数据结构和算法》(第2版)介绍了计算机编程中使用的数据结构和算法,对于在计算机应用中如何操作和管理数据以取得最优性能提供了深入浅出的讲解。全书共分为15章,分别讲述了基本概念、数组、简单排序、堆和队列、链表、递归、进阶排序、二叉树、红黑树、哈希表及图形等知识。-" Java data structures and algorithms" (2) describes computer programming, data structures and algorithms
  3. 所属分类:Java Develop

    • 发布日期:2017-05-27
    • 文件大小:10084927
    • 提供者:张久刚
  1. queue

    0下载:
  2. 队列代码,可以把不同的对象放入队列中去,实现先进先出-Queue code, you can put different objects into the queue to achieve FIFO
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-16
    • 文件大小:12031
    • 提供者:yangchangqi
  1. queue

    0下载:
  2. 通过继承Vector类实现队列,方便,简单,易懂-Vector class implements the queues through inheritance, convenient, simple, easy to understand
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:6698
    • 提供者:yangchangqi
  1. HairCutTest

    0下载:
  2. 自己实现的一个java的理发店系统,主要是队列数据结构的应用-Own implementation of a java barber shop system, mainly the application of the queue data structure
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:110533
    • 提供者:Leofly
  1. LogAnalyzer

    0下载:
  2. 选择日志文件类型,比如队列日志分析和日志异常检测。对其进行分析,并显示统计结果-Select the log file type, such as log analysis and log queues anomaly detection. Analyze, and display the results
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3833
    • 提供者:张新莹
  1. Queue

    0下载:
  2. 用java实现的队列操作,其中包括增加,删除,修改及查询操作-Queue operations using java implementation, including add, delete, modify, and query operations
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:738
    • 提供者:keane
  1. aa

    0下载:
  2. 判断一个字符串序列是否是回文的函数,要求只使用堆栈,不使用队列-Determine whether a string is palindrome sequence of functions, requiring only the use of the stack, do not use the queue
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1262
    • 提供者:178203
  1. ww

    0下载:
  2. 涉设计顺序队列至少用一个内存空间解决假溢出问题,成员函数要有构造函数,入队列,出队列,非空否,并设计函数测试-Involved in the design queue order to solve at least leave with a memory overflow, member functions have a constructor, into the queue, the queue is not empty if, and design function test
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:1618
    • 提供者:178203
  1. stru_baseSort

    0下载:
  2. 桶排序的java描述。文件中,包含了我自己定义的链式队列、桶排序主程序。-Bucket sort java descr iption. File contains the definition of the chain of my own queue, bucket sort the main program.
  3. 所属分类:Applet

    • 发布日期:2017-04-03
    • 文件大小:8963
    • 提供者:lwp
  1. dogdisk

    0下载:
  2. 1.多文件队列批量上传,友好的上传进度条,完整的上传进度信息. 2.实现了文件在线压缩解压功能(可以压缩成zip格式,可以直接解压缩RAR文件格式) 3.实现了新建文件夹,以及删除文件和文件夹.-1 batch multi-file upload queue, friendly upload progress bar, complete upload progress information. 2. To achieve a file compression decompression
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-06-03
    • 文件大小:15826850
    • 提供者:zheng
  1. jQueryUpLoadiify

    0下载:
  2. jQuery UpLoadify批量上传源码 jquery uploadify批量上传中文版,FALSH按钮一次选择多个文件上传 可以使用uploadify的buttonText来设置中文按钮 上传后保留队列 上传完成后返回上传后的URL -jQuery UpLoadify source jquery uploadify bulk upload bulk uploads the Chinese version, FALSH button to select more than
  3. 所属分类:JavaScript

    • 发布日期:2017-03-28
    • 文件大小:173413
    • 提供者:
  1. PP

    0下载:
  2. 本人原创的,粗略的简写的队列的基本操作,主要是数据元素的入队和出队的-Queue operation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:761
    • 提供者:Smith
« 1 2 3 45 6 7 8 9 »
搜珍网 www.dssz.com