搜索资源列表
DataStructuresAndAlgorithms(JAVA)
- 此书从介绍JAVA基础到数据结构与算法基础,并结合JAVA给予实例演习,从线性表,链式表,栈与队列,递归,讲到树,图,并以JAVA实例演习各种查找,排序算法.实为一本难得的好书,现与大家共同分享.-From the introduction to the book based on JAVA based data structures and algorithms, and give examples with JAVA exercises, from the linear form, chai
cx6
- java中的工具类和一些算法,如递归,排序,查找,链表,队列,堆栈等-java classes and some of the tools in the algorithms, such as recursion, sorting, searching, linked lists, queues, stacks, etc.
java-simulation
- A model simulation with java.With queues and with a general clock.
queue
- 通过继承Vector类实现队列,方便,简单,易懂-Vector class implements the queues through inheritance, convenient, simple, easy to understand
LogAnalyzer
- 选择日志文件类型,比如队列日志分析和日志异常检测。对其进行分析,并显示统计结果-Select the log file type, such as log analysis and log queues anomaly detection. Analyze, and display the results
Queue-Simulation
- Discrete-time bank queue simulation in JAVA As part of the MSc course I’m currently undertaking, there’s a great need to understand optimality of processes and operations. One of them is the problem of queues while serving customers. The followi
priorityqueue
- Priority Queues is the Queue which mainly used priorty based programs
AutomobileIMIE
- Applet program for sorting using stacks n queues
noty-master
- noty是一个很有用的jQuery插件,用于创建 alert, success, error and confirmation 信息提示框,替换浏览器标准的对话框。每个提醒都是添加队列并进行显示的。-noty is a useful jQuery plugin for creating alert, success, error and confirmation prompt box, replace the browser standard dialog box. Each reminder
AbstractQueuedSynchronizer
- Provides a framework for implementing blocking locks and related synchronizers (semaphores, events, etc) that rely on first-in-first-out (FIFO) wait queues for Andriod.
javaparase
- 一个java源代码包,其中包括快速排序,队列和后缀表达式的计算,XML生成程序,为一个解析XML文件程序做了书价格的计算,是后缀表达式计算,中缀转后缀.-A Java source code package, including quick sort, queues, and the calculation of postfix expression, XML generator, as a parse the XML file application to do the calculation
map-system
- 电子地图系统,实现了地图界面的设计、、本地文件浏览、地图定位、队列等功能,能实现地图查找、记录保存等功能-Electronic map system, implement the map interface design, and the local file browsing, map location, queues, and other functions, can realize maps, records, etc
Chapter09
- Heaps & Priority Queues Implementations and Apps.
queues
- 实现队列的各种操作,初始化、添加队尾、删除队头等操作-Queue to achieve a variety of operations, initialization, add the team tail, delete first-class operation team
NettyServer缓存到队列由单独线程处理
- NettyServer收取数据存库缓存到队列由单独线程处理(NettyServer receives data storage, caches to queues, and is handled by separate threads)
queues
- coursera普林算法1作业二,2017年9月开课,测试满分(the second assignment of Algorithm part 1 from princeton)