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

搜索资源列表

  1. aaa5

    0下载:
  2. RA控制分拣系统的另一个源代码实现:),可以在该公司的RSLogix5000软件下运行-RA control of the sorting system to achieve another source :) in the company's software running RSLogix5000
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:118390
    • 提供者:周路
  1. QUIKSORT

    0下载:
  2. 快速排序,动态生成数组,然后通过算法实现排序-Quick Sort, dynamic generation array, then sorting algorithm
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:12136
    • 提供者:李飞
  1. MergeSortShow

    0下载:
  2. 数据结构(C++版)的演示程序,详细演示归并排序的具体调用过程-data structure (C + + version) demonstration program, a detailed presentation of specific merge sorting process called
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:45390
    • 提供者:znb
  1. xml_popup

    0下载:
  2. 对xml+xsl实现分页排序的改进,使支持对所有数据进行排序 以往见过的利用xml+xsl来实现分页排序的基本都只能本页内排序,而不能对所有数据进行排序,究其原因,简单分析如下: xml+xsl分页原理:在xsl中,遍历节点的时候,可以获取当前节点的位置,而且还能限制显示特定位置的节点,例如有18条记录,可以在xsl中设置只显示第1-6条,也可以设置只显示第7-12条,再配合客户端脚本,就可以动态改变xsl文档中控制显示指定位置节点的属性,从而实现分页(具体见代码)。不过这个有一点就
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:21675
    • 提供者:liuyong
  1. student_score_managementbyscott

    0下载:
  2. 这是一个简单的学生成绩管理系统。是我写的第一个可以称的上系统的程序。涉及到了才语言中的文件操作,排序操作等等。-This is a simple student performance management system. Yes, I wrote the first one can be called a system-on procedures. It only relates to the language file manipulation, sorting operation, and
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:2361
    • 提供者:zx
  1. yueguang

    0下载:
  2. 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2489430
    • 提供者:罗成芝
  1. paixu_c

    0下载:
  2. 多种排序方法的c实现和查找。入门看看还可以-various methods of sorting and searching c achieve. Portal can also see
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11055
    • 提供者:江汉
  1. yes

    0下载:
  2. 完成统计聚点个数的算法步骤 用一维数组记录各个聚点的象素点数 用快速排序方法对数组排序 按计算平均象素点数 在外存中用文件的形式保存所有数据 -complete statistics accumulation of the number of steps algorithm dimensional array with a record of each meeting point of the pixel points rapid sequencing methods u
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3003
    • 提供者:
  1. Delphi_1016

    0下载:
  2. 《Delphi算法与数据结构》源码 Delphi开发人员Julian Bucknall从实用角度为广大程序员提供了有关使用算法和数据结构的一个详尽的介绍。Bucknall先从算法性能的讨论开始,涵盖了诸如数组、链表和二叉树等内容。这本书强调了查找算法(如顺序和二分查找),另外也重点介绍了排序算法(包括冒泡排序、插入排序、希尔排序、快速排序和堆排序),此外还提供了有关的优化技术。不仅如此,作者还介绍了散列和散列表、优先队列、状态机和正则表达式以及诸如哈夫曼和LZ77等数据压缩技术。 随附光
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:148649
    • 提供者:Bob
  1. bhfit

    1下载:
  2. 输入学期总数 学期的学分上限 课程数 拓扑排序所形成的课程先修关系的边数 课程号及其学分 在各学期学期负担尽量均匀和 课程集中在前几个学期进行排课两种条件下进行排课-importation of the total semester credit semester courses ceiling few topological sorting as a result of the pre-course edge courses, and credits in the semester to
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2413
    • 提供者:houny
  1. 2006102420

    0下载:
  2. 排序方法,实现简单排序,原码,有说明文档。-sorting method, a simple ranking, the original code and documentation.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1298
    • 提供者:杨琳琳
  1. 20051207205008421

    1下载:
  2. 编写一个程序,采用单链表表示集合(集合中不存在重复的元素),利用例2.4的算法将其按递增方式排序,构成有序单链表。求这样的两个集合的并、交和差。-prepared a procedure, single chain said pool (pool, there is no duplication of elements), 2.4 cases using the algorithm based on the progressive sorting, orderly single-chain f
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:248191
    • 提供者:情缘
  1. yakun

    0下载:
  2. 归并排序,算法分析与设计第二章分治法思想的归并排序算法实现,用C++写的.-merge sorting algorithm analysis and design of the second chapter ideological divide-and-conquer method of merging ranking algorithm, C writes.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:824
    • 提供者:zn
  1. SortingMethodsSolution

    0下载:
  2. 实现排序操作,通用的排序实现,具有很好的参考价值-sorting operation to achieve, achieve universal ranking is a good reference value
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:38780
    • 提供者:chrisguo
  1. C_Source

    0下载:
  2. 内容包括: 打开一个文件用于读或写,分析文件名,使用快速排序例程进行排序,向正在执行的程序发送一个信号,改变数据段空间位置,非局部转移,以指定频率打开PC扬声器 ,正切函数,转换一个无符号长整型数为字符串,送格式化输出到一流中 ,返回窗口内水平光标位置等 -include : open a file for reading or writing, analysis, and the use of rapid sorting routines for sorting, being impl
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:28829
    • 提供者:Jawen
  1. zsort

    0下载:
  2. 一个把给定矩阵(图像)按ZigZag排序的算法,高级程序员编写,非常精炼,可供图像处理编程人员参考。-put to a fixed matrix (Image) by permutation sorting algorithm, senior programmer preparation, very refined image processing program for reference.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:25451
    • 提供者:RF
  1. C++Algorithm_sort

    0下载:
  2. C++通用算法之排序,其中包括排序算法,排序元素的查找,字典式比较,极值元素求解-C definitive ranking algorithm, including sorting algorithm, ranking elements of search, dictionary, Extreme Solution elements etc.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7159
    • 提供者:牛亚
  1. tupopaixu

    0下载:
  2. 图的DFS遍历,以及两种拓扑排序的实现,一种是DFS拓扑排序,另一种是无后继结点的拓扑排序-map DFS traversal, and the two topological sorting the realization DFS is a topological sorting, Another is no subsequent node of topological sorting
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15503
    • 提供者:jasmine
  1. sorttable1

    0下载:
  2. 一个Javascr ipt 的类库,用于table内容排序。使用很方便,不用每次都去调用数据库了。 特别适合多表查询的排序。加上<tbody>的style.display 切换,也可以实现分页。 -of a Javascr ipt library for the content of sorting table. Very easy to use, do not have to call each time the database. Especially suita
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:2447
    • 提供者:comm
  1. sort4

    0下载:
  2. 此程序为四种排序算法的时间比较,选择,冒泡,插入排序,还有一份实验报告 -procedure for the four sorting algorithm of the time, choice, Bubble, insertion sort, and an experimental report
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:66552
    • 提供者:李冰月
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 50 »
搜珍网 www.dssz.com