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

搜索资源列表

  1. main

    0下载:
  2. 产生随机数,并队随机数进行排序.利用随机函数产生N个随机整数(20000以上),对这些数进行多种方法进行排序。-Using random functions to generate 30,000 random integers, the use of insertion sort, bubbling sort, select sort, quick sort, heap sort, merge sort and other sorting methods to sort and sort eac
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:796
    • 提供者:tan
  1. school

    0下载:
  2. 成绩数据库管理系统. 1.能够实现菜单显示、菜单选择、编辑(录入、插入、修改、删除等)、查找、显示、求总成绩、按总成绩排序(高→低)并显示、装入数据文件、数据文件存盘、退出、为数据动态分配存储空间[10.3.1]等功能。 2.至少分为主、子两个模块,其中主控菜单必须在主模块中。 3.主控程序用CASE结构,显示用宏指令,排序用子程序并且在子模,其它功能随意。 4.数据用结构定义,并单独存在一个文件中(文件扩展名随意)。 5.排序子程序要求:十(ASCII)→ 二 →排序(二进
  3. 所属分类:Database system

    • 发布日期:2017-04-04
    • 文件大小:206034
    • 提供者:wangyonghui
  1. algorithmcode

    0下载:
  2. 计算机算法程序,欧拉图,汉密顿回路,kruscal,红黑树,排序算法源代码。-Computer algorithm , Euler , Hamilton circuit, kruscal, red and black tree, sorting algorithm source code.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:9207
    • 提供者:liuchang
  1. libkdtree_0.7.0

    0下载:
  2. 一个KD-tree的类STL模板库,版本为0.7.0-libkdtree++ is an STL-like C++ template container implementation of k-dimensional space sorting, using a kd-tree.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:111913
    • 提供者:黄常标
  1. paixu

    0下载:
  2. 数据结构里的经典算法的模拟,内部排序算法的模拟等,以程序的形式给出然后比较各种算法的好坏-Data structure of the classical algorithm simulation, the simulation of the internal sorting algorithm, so as to give the form of procedures for comparing various algorithms then mixed
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:220912
    • 提供者:李海涛
  1. sort_zjz044100134

    1下载:
  2. 一问题描述 设计一个测试程序比较几种内部排序算法的关键字比较次数和移动次数以取得直观感受。 二 基本要求 [1] 对起泡排序、直接排序、简单选择排序、快速排序、希尔排序、堆排序算法进行比较 [2] 待排序的元素的关键字为整数。其中的数据要用伪随机产生程序产生[如10000个],至少用5组不同的输入数据做比较,再使用各种算法对其进行排序,记录其排序时间,再汇总比较。 [3] 界面友好,易与操作。采用菜单方式进行选择。 [4] 选做内容 ① 对不同表长进行比较
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:683047
    • 提供者:xuqijun
  1. paixu

    0下载:
  2. 实现各种内部排序,包括: 1、直接插入 2、简单选择 3、快排 4、堆排序 输入待排数字后,菜单选择排序方式,部分排序有主要排序步骤。 -Implementation of various internal sort, including: one, directly into the 2, 3 easy selection, fast row 4, HEAPSORT input figure to be ranked, the menu select Sort by,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1807
    • 提供者:focus
  1. quickSort

    0下载:
  2. vc++2005编写的快速排序算法,将随机产生的一组数进行排序,学习参考一下,不错的.-vc++2005 prepared Quicksort algorithm, will be a group of randomly generated numbers sorting, refer to study, not bad at all.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:106610
    • 提供者:昌隆
  1. bugtrack_aspt

    0下载:
  2. BugTrack is a basic, yet fully functional web based Bug Tracking system that you may use as a framework to create an expanded system or use as is . Great for small teams working on software projects. Features include: - Search by Project, Assi
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-27
    • 文件大小:72745
    • 提供者:Johnny
  1. NumericalRecipesC

    0下载:
  2. 包含了当代科学计算过程中涉及的大量内容:求特殊函数值、随机数、排序、最优化、快速傅里叶变换、谱分析、小波变换、统计描述和数据建模、偏微分方程数值解、若干编码算法和任意精度计算等-Includes calculation of contemporary science involved substantial elements: seeking a special function values, random numbers, sorting, optimization, fast Fourie
  3. 所属分类:Wavelet

    • 发布日期:2017-06-13
    • 文件大小:20571769
    • 提供者:mtx
  1. CmyPX

    0下载:
  2. 对话框实现读入文件,对文件数据排序,输出和保存排序后数据。-Read into the file dialog implementation, sort of file data, the output after the data sorting and preservation.
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:3833728
    • 提供者:chafanglong
  1. sort

    0下载:
  2. 设计一个Visual C++程序实现几种排序方法,要求输入一组数组之后,可以算出其几种排序的结果,即,依次为:直接插入排序,希尔排序,冒泡排序,快速排序,简单选择排序,堆排序,归并排序。 -To design a Visual C++ procedures for implementation of several sorting methods, for the importation of a group of the array, you can calculate the n
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:7059
    • 提供者:韩小寒
  1. paixu

    0下载:
  2. 排序算法是一个算法改进的小程序,对算法的优化和改进有很大的好处,希望对大家有帮助-Sorting algorithm is an algorithm to improve the small procedures, Optimize and improve the algorithm has great advantages, in the hope that everyone has to help
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:40391
    • 提供者:李四
  1. All_Sort

    0下载:
  2. 包涵大部分的排序算法的C语言实现,包括插入排序,选择排序,堆排序,快速排序等-Covered most of the sorting algorithm of the C language implementation, including the insertion sort, selection sort, heap sort, quick sort, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1175
    • 提供者:lili
  1. AVL_TREES_best_example

    0下载:
  2. The applet illustrates the behaviour of binary search trees, Searching and Sorting Algorithms, Self-adjusting Binary Search Trees, Symmetric binary B-trees,聽Data structure and maintenance algorithms
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:200185
    • 提供者:mojamazica
  1. QuickSort2

    0下载:
  2. Quicksort Applet demonstrates procedure of sorting and sorting using Quick sort algorithm.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7138
    • 提供者:mojamazica
  1. showtraf-1.6.0-src

    0下载:
  2. 一个网络协议分析器,具有统计数据包、排序等功能!-A network protocol analyzer, with statistical data packets, sorting and other functions!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2418581
    • 提供者:jhm
  1. En29_200851313207271

    0下载:
  2. 本软件由www.En29.com 搜集整理,本站不承担任何技术 ║ ║ 及版权问题。本站只收集免费软件,破解软件,绿色软件在 ║ ║ 本站下载任何软件仅提供学习参考,不得用于商业用途,请 ║ ║ 在下载后在24小时内删除。本站不保证软件的完整性和是否 ║ ║ 隐含病毒,请自行调试及杀毒,如不同意本条款请勿使用-This software www.En29.com collected by the sorting out, this site does not undert
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-23
    • 文件大小:6931565
    • 提供者:花花
  1. listdemo

    0下载:
  2. list控件的功能的改进,排序设置每个单元颜色-list of functions to improve control, sorting the color settings of each unit ... ...
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:52651
    • 提供者:leepaul
  1. sort

    0下载:
  2. isual basic 七种排序算法模块(4KB)-isual basic sorting algorithm of seven modules (4KB)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3914
    • 提供者:liuguoliang
« 1 2 ... 34 35 36 37 38 3940 41 42 43 44 ... 50 »
搜珍网 www.dssz.com