物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA) procedure, discrete uncapacitated facility location Vehicle routing: VRP, VRP with time windows, traveling salesman problem (TSP) Networks: Shortest path, min cost network flow, minimum spanning tree problems Geocoding: U.S. city or ZIP code to longitude and latitude, longitude and latitude to nearest city, Mercator projection plotting Layout: Steepest descent pairwise interchange (SDPI) heuristic for QAP Material handling: Equipment selection General purpose: Linear programming using the revised simplex method, mixed-integer linear programming (MILP) branch and bound procedure Data: U.S. cities with populations of at least 10,000, U.S. highway network (Oak Ridge National Highway Network), U.S. 3- and 5-digit ZIP codes
标签: location location-allocation Continuous alternate
上传时间: 2015-05-17
上传用户:kikye
基于内容的多媒体数据库检索算法,VP-Tree算法。
上传时间: 2015-05-18
上传用户:moerwang
---- Huffman 算法的不同实现 本目录下的程序用8种不同的方式实现了Huffman编码算法,这8种方式分别是 * huffman_a 使用链表结构生成Huffman树的算法,这是最基本的实现方法,效率最低。 * huffman_b 使用《数据结构》(严蔚敏,吴伟民,1997,C语言版)中给出的算法,将二叉树存放在连续空间里(静态链表),空间的每个结点内仍有左子树、右子树、双亲等指针。 * huffman_c 使用Canonical Huffman编码,同时对huffman_b的存储结构进行改造,将二叉树存放在连续空间tree里,空间的每个结点类型都和结点权值的数据类型相同,空间大小为2*num,tree[0]未用,tree[1..num]是每个元素的权值,生成Huffman后,tree[1..2*num-1]中是双亲结点索引。 * huffman_d 在huffman_c的基础上,增加预先排序的功能先用QuickSort算法对所有元素的权值从小到大排序,这样,排序后最前面的两个元素就是最小的一对元素了。我们可以直接将它们挑出来,组合成一个子树。然后再子树的权值用折半插入法插到已排序的元素表中, 保证所有结点有序。为了保证初始元素的顺序不变,我们另外使用了一个索引数组,所有排序中的交换操作都是在索引数组中进行的
上传时间: 2015-06-12
上传用户:xg262122
分享好书(good):台湾人的著作《Spring 技术手册》等 在网上找到了台湾java专家林信良的著作 《Spring 技术手册》的电子书和大家分享下~~~只是缺了AOP的介绍,不过已经很全面了,台湾技术书籍的特点:通俗易懂,深入浅出,结合实例~~~顺便也带上其它的几本Struts,Hibernate~~ 不过,全是繁体字的哦。。。。 另外,《Spring 技术手册》左边的index tree 是乱码!
上传时间: 2014-02-27
上传用户:hasan2015
Wavelets have widely been used in many signal and image processing applications. In this paper, a new serial-parallel architecture for wavelet-based image compression is introduced. It is based on a 4-tap wavelet transform, which is realised using some FIFO memory modules implementing a pixel-level pipeline architecture to compress and decompress images. The real filter calculation over 4 · 4 window blocks is done using a tree of carry save adders to ensure the high speed processing required for many applications. The details of implementing both compressor and decompressor sub-systems are given. The primarily analysis reveals that the proposed architecture, implemented using current VLSI technologies, can process a video stream in real time.
标签: applications processing Wavelets widely
上传时间: 2014-01-22
上传用户:hongmo
algorithm , tree hash table, b tree, Tas de Fibonnaci
标签: algorithm
上传时间: 2014-01-07
上传用户:aeiouetla
The software implements particle filtering and Rao Blackwellised particle filtering for conditionally Gaussian Models. The RB algorithm can be interpreted as an efficient stochastic mixture of Kalman filters. The software also includes efficient state-of-the-art resampling routines. These are generic and suitable for any application.
标签: filtering particle Blackwellised conditionall
上传时间: 2013-12-17
上传用户:zsjzc
eclipse 从入门到精通的源码,有了这个如果学会的话,可以毫无质疑的说我会SWT编程.包括:thread,button,canvas,combol,filllayout,griddata,progressbar,qq,tree,table,slider,
标签: filllayout griddata eclipse button
上传时间: 2015-08-06
上传用户:han_zh
演示对树的兄弟结点和子结点的添加和删除的方法。Swing组件JFrame, java.awt.event.* 包的使用ax.swing.* 包 的使用, javax.swing.tree.* 使用。
上传时间: 2015-08-13
上传用户:vodssv
在网上找到了台湾java专家林信良的著作 《Spring 技术手册》的电子书和大家分享下~~~只是缺了AOP的介绍,不过已经很全面了 台湾技术书籍的特点:通俗易懂,深入浅出,结合实例~~~不过,全是繁体字的哦。。。。 另外,《Spring 技术手册》左边的index tree 是乱码!但这里有个链接是在线文档,目录可以对应那上边的~~:http://www.javaworld.com.tw/conflue.../opensrc/Spring
上传时间: 2015-08-21
上传用户:520