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

搜索资源列表

  1. My.Msn.com全部客户端代码下载

    1下载:
  2. My.Msn.Com 的全站源代码,非常经典的东西。包括拖动,自动排序等实例-My.Msn.Com the station's source code, something very classic. Drag including, as examples of automatic sorting
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:66211
    • 提供者:黄华
  1. huffman_f

    0下载:
  2. huffman_f 在huffman_e的基础上,将排序改为利用堆排序原理选择最小的两个权值。也即,将所有元素的权值组织成堆后,每次堆内的根结点就是最小值了。每取出一个根结点后,就把堆尾元素调到根结点重建堆。取出两个最小值合并成一个子树后,再把子树作为叶子结点放到堆中,并让其上升到合适的位置,保持堆性质不变。因为每次不必完成整个排序过程,而只是组织成堆,因此,这种方法要比使用快速排序更快。上述算法参考了mg-1.2.1中Huffman编码的实现,见http://www.cs.mu.oz.au/m
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2201
    • 提供者:真实
  1. dataS2

    0下载:
  2. 数据结构综合实验,有各种排序算法和计算排序时间,最短路径算法,huffman编码解码.用图形界面实现.在jbuilder2006下运行通过.-comprehensive experimental data structure, various sorting algorithm and sorting time, the shortest path algorithm, Huffman encoding and decoding. Using a graphical interface to a
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:220044
    • 提供者:陈为
  1. no2

    0下载:
  2. 本程序是为了实现单向链表的就地逆置。主要功能:按照提示输入5个字母a-z,输出结果是这5个字母按照字母表的顺序的排序。-this program is to achieve a one-way linked list of locally inverse home. The main functions : following the prompts to import five letters a-z, this output is five letters of the alphabet,
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3673
    • 提供者:lucky100
  1. 分项案例

    0下载:
  2. 找到邮件列表文件中前十个最长的邮件地址,并排序输出到文件result.txt中-mailing list to find documents before the 10 longest-mail addresses and sort the output to a file which result.txt
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1441928
    • 提供者:鲁昕
  1. 找第k小算法程序

    1下载:
  2. 此代码查找序列中指定第几大小的程序,这将会在快速排序异步并行算法中用到。-this code sequence you specify the size of several of its procedures, which will be in the fast asynchronous parallel sorting algorithm used.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10474
    • 提供者:srx
  1. 高考录取管理系统

    0下载:
  2. <高考录取查询管理系统> 用于网上高考录取查询管理,学生可通过 INTERNET 查询自己被什么高校录取,查询时可按考号、姓名、 性别、考生地址、录取学校、录取专业、录取学校地址查询,查看时可按考号、姓名、考生地址、录取学校、 录取专业、录取学校地址排序,可留言。 管理员可增减被录取学生名单,查询考生被什么高校录取,查询时可按考号、姓名、性别、考生地址、录 取学校、录取专业、录取学校地址及高考分数查询,查看时可按考号、姓名、考生地址、录取学校、录取专业、
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:33340
    • 提供者:张宝
  1. MergeSort1

    0下载:
  2. 要求先对所输入序列进行扫描。输入序列为整形数据,用正序、逆序和不同乱序程度的不同数据作测试比较。 2)通过扫描,找出序列中已经存在的最大有序列,将原序列分为若干个有序子列。 3)用归并法,对“2”中有序子列进行归并。 4)本程序要求用顺序链表作为存储结构。 5)演示程序以用户和计算机的对话式执行,即在计算机终端上显示“提示信息”下,用户可由键盘输入待排序表的表长(0--100)和不同测试数据的组数(3-8)。每次测试完毕,列表显示测试结果。 -first requested
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2352
    • 提供者:发光
  1. t(OK)

    0下载:
  2. 该程序实现了图的先序、后序遍历和拓扑排序等,而且是界面输出。-the program to achieve the plan's first sequence, after the preorder and topological sorting, but it is the output interface.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:30783
    • 提供者:苏艳
  1. javaP198_8

    0下载:
  2. java螺旋排序,很简单的java小程序,仅供参考-sort, a very simple java small program is for reference only
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:2832
    • 提供者:2v
  1. 课程设计3

    0下载:
  2. 数据结构课程设计:冒泡排序算法的具体实现,用C语言编写-curriculum design data structure : Bubble Sort Algorithm realize the C language
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2630
    • 提供者:qin
  1. C++实现二叉树很好的例子

    0下载:
  2. 数据结构课程设计内容:模拟二叉排序树,用链表的形式实现二叉树.-curriculum design data structure : two simulated fork sort tree with Chain in the form of a binary tree.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1345
    • 提供者:王国强
  1. xjjgkspx

    0下载:
  2. 数据结构的作业之快速排序程序~已经通过编译了-data structure of operations, rapid sequencing procedures have been adopted to compile the
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7061
    • 提供者:孙伟
  1. linkin=linkout

    0下载:
  2. 在web信息检索中,为了计算网页在检索结果中的排序,可以用网页的authority和hubness来表示网页的重要程度。-in web information retrieval, in order to calculate the website of the search results, in order of can the authority's website and the website said hubness to the degree of importance.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:9857
    • 提供者:陈海山
  1. business

    0下载:
  2. 一个很好的控件,轻松实现多文件分割.Ehlib 3.6c FullSource for Delphi & BCB 著名的数据库连接控制,DBgrid增强VCL控件;支持多表头,多固定列,按表头排序,支持合计列,并支持直接打印。可以和PB的ataWindow媲美。 -a very good control, many documents easily separated. Ehlib FullSource for Delphi 3.6
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:40215
    • 提供者:金辉
  1. 学生信息管理系统111

    1下载:
  2. 这是一个运用C语言编写的功能相对强大的学生信息管理系统,具有添加、删除、查询、修改、排序等功能-This is a use of the C language function relatively strong student information management system, with add, delete, inquiries, modifications, sorting functions
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:10921
    • 提供者:hsf
  1. 企业职工管理系统2

    0下载:
  2. 这是个用C语言编写而成的职工信息管理系统,在VisualStudio C++的运行,具有职工信息添加,修改,排序,查询,删除等基本功能-This is a C language has been prepared by the union information management system, the C oriented Javascr ipt framework of the operation, workers have information to add, modify, sor
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:11862
    • 提供者:hsf
  1. 程序演示

    1下载:
  2. 可视化冒泡排序,其中包含了冒泡排序的具体算法,以及如何将结果通过可视化的编程工具C++Biulde实现-visualization Bubble Sort, which includes Bubble Sort of a specific algorithm, and how will the results of visual programming tools to achieve C Biulde
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:353398
    • 提供者:陈长俊
  1. 51_S1

    0下载:
  2. 在vc编程中的控件的listbox中按下某一列排序-vc programming in the listbox controls were out of a sort?
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:19016
    • 提供者:李风
  1. StraightInsertionSort

    0下载:
  2. 这是一个用C#编写的直接插入升序排序小程序。-This is a C# directly prepared by the insertion of small ascending order procedures.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6405
    • 提供者:nulis
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com