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

搜索资源列表

  1. QsortWithThreads

    1下载:
  2. 多线程和多进程快速排序,可以选择线程数量和进程数量,控制排序。-Multi-threaded and multi-process, quick sort, you can choose the number of the number of threads and processes to control the sort.
  3. 所属分类:Process-Thread

    • 发布日期:2016-04-18
    • 文件大小:24635575
    • 提供者:Huida Qiu
  1. NetSuper

    0下载:
  2. (1)搜索局域网内的所有活动的计算机,并将 显示这些计算机的IP地址,所属的域或者工作组. (2)搜索指定的某个计算机的共享资源. (3)搜索所有计算机的所有共享资源. (4)打开某个指定的计算机. (5)打开某个指定的共享目录. (6)将某个指定的共享目录映射到本地磁盘(映射网络驱动器). (7)将搜索到的计算机列表导出到文本文件,一目了然. (8)将搜索到的共享资源列表导出到文本文件. (9)搜索SQL Server服务器,将局域网中的所有的活动的
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:256790
    • 提供者:唐伟
  1. sort

    0下载:
  2. 算法导论中第二章所有排序的自己模拟,快速排序,堆排序,计数排序,最大最小数,选择第n个数-Introduction to Algorithms in the second chapter of its own simulation of all sort, quick sort, heap sort, counting sort, maximum and minimum number, select the first n numbers, etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:164802
    • 提供者:hongbingying
  1. sort

    0下载:
  2. 数据结构 实现冒泡、选择、插入、快速排序 使用vs2008工具 对于各种排序的原理进行了很详细的分解-Data structure to achieve bubble, selection, insertion, quick sort using the vs2008 tool for all kinds of sort of principle of a very detailed decomposition
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1421595
    • 提供者:zll
  1. vb_database

    1下载:
  2. 功能:智能查询、模拟查询当前目录下*.mdb数据库文件,可把查询结果用电子表格打开编辑,也可把打印查询结果。 历遍当前数据库下的数据表(暂时少于20个)供其选择,若只有1个,直接用之。单击数据网格时,将在条件输入处显示当前行数据;双击数据网格时,将按列排序!-Features: intelligent search, simulated query the current directory*. mdb database file, the query result can be opened
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:32660
    • 提供者:松公子
  1. zifusort

    0下载:
  2. 通过text的keyPress事件对字符用选择法 排序-The keyPress events through text characters with the chosen ranking method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:5651
    • 提供者:zhb
  1. sort_compare

    0下载:
  2. 各种排序方法的比较,分析其效率,方便选择-sort_compare
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1506
    • 提供者:菜鸟
  1. CP

    0下载:
  2. char* pOutInfo[]= { "欢迎使用学生成绩管理系统 v1.0\n", "请选择您的操作:\n【1】输入新记录\n【2】显示记录\n【3】查找\n【4】排序输出\n【5】插入新记录\n【6】删除记录\n【7】保存文件\n【0】退出系统\n", "您输入的功能有误,请查询后再输入!\n", "请输入 学号,姓名,分数1,分数2,分数3:\n", "操作完成!请继续使用!\n" } -char* pOutInfo [] = (" Welco
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1739
    • 提供者:
  1. mergeosrt

    0下载:
  2. 申请空间,使其大小为两个已经排序序列之和,该空间用来存放合并后的序列   设定两个指针,最初位置分别为两个已经排序序列的起始位置   比较两个指针所指向的元素,选择相对小的元素放入到合并空间,并移动指针到下一位置   重复步骤3直到某一指针达到序列尾   将另一序列剩下的所有元素直接复制到合并序列尾-Application space, so the size of the two already sorted sequences, and, after the merg
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:554
    • 提供者:马值
  1. BBST

    0下载:
  2. 为了实现信息管理系统,采用二叉排序数存储(路由等)结构信息,可以实现(二叉树)系统的插入、删除、排序、左旋转、右旋转等功能。作者在工作之余前后花了一周实现了所有接口代码,此程序将有助于深入理解二叉树的内涵和C语言基础,相信对你将是个不错的选择。-BBST
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1436
    • 提供者:刘春
  1. 13-1

    0下载:
  2. 该运行实例中可以动态的输入待排序序列的长度,这里选择的是60。随机数的种子设为396-abc
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2317
    • 提供者:周晓牧
  1. 13-2

    0下载:
  2. 该运行实例中可以动态的输入待排序序列的长度,这里选择的是60-abc
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:3228
    • 提供者:周晓牧
  1. SortAlgorithm

    0下载:
  2. 各种排序算法,经典的选择,冒泡,堆,归并,插入排序-Various sorting algorithms, the classical selection, bubble, heap, merge, insertion sort
  3. 所属分类:Console

    • 发布日期:2017-03-25
    • 文件大小:884326
    • 提供者:张前东
  1. SortCompare

    0下载:
  2. (1)待排序表的长度不小于100000;其中的数据用为随机数产生程序产生。 (2)从已学过的内部排序算法中选择至少5种算法,通过比较各种算法的关键字移动次数以及比较次数。至少用五组不同的输入数据作比较。 (3)最后对结果作出简单分析,包括对各组数据得出结果波动大小的解释。 -(1) length of the table to be sorted is not less than 100,000 one of the data used to generate the random
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:105015
    • 提供者:xiaojie
  1. 11

    0下载:
  2. 任务:用程序实现插入法排序、起泡法、选择法、快速法、合并法排序; 输入的数据形式为任何一个正整数,大小不限。 输出的形式:数字大小逐个递增的数列。 要求给出多组不同元素个数的输入数据,并用列表打印出每种排序下的各趟排序结果。每个排序法结束时应打印出其元素比较的次数和交换的次数。此程序需将结果用列表打印,一定要将其打印结果排列好。 -Tasks: A Program for insertion sort, bubble method, selection method, rapid
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:9216
    • 提供者:李燕
  1. paixu

    0下载:
  2. 设计一个程序,用于演示插入、交换、选择和归并等几类典型的内排序方法。要求如下: (1) 程序给出各种排序方法对于给定数据集的每趟排序结果。 (2) 采用简单形式进行各种排序方法的选择。 -Design a program for presentation to insert, exchange, selection and merging, etc. of the typical internal sorting method. Requirements are as follows
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4297
    • 提供者:daiyufeng
  1. suanfa

    0下载:
  2. 请选择操作: 1. 最近点对 2. 假币问题 3. 堆排序 4. 全源最短路径-Please choose: 1. Nearest points on 2. Counterfeiting problem 3. Heap sort 4. All source shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:424016
    • 提供者:晓剑
  1. sort

    0下载:
  2. 内部排序 用程序实现插入法排序、起泡法、选择法、快速法、合并法排序; 输入的数据形式为任何一个正整数,大小不限 -Internal procedures in order to achieve insertion sort, bubble method, selection method, rapid method, combined method sort the input data in the form of any positive integer, the size lim
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:133010
    • 提供者:Leon
  1. Double_List_and_Sort

    0下载:
  2. 双链表和排序,排序有四种,冒泡、插入、选择、折半-double list and sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1440
    • 提供者:amdly
  1. paixu

    0下载:
  2. 将直接插入、二分法排序、Shell排序、直接选择、冒泡排序、快速排序、堆排序、基数排序合并在程序中,由用户自由选择使用何种排序方式-Will be directly inserted, the dichotomy sort, Shell sort, direct selection, bubble sort, quick sort, heap sort, radix sort merge in the program, by the user the freedom to choose what
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:3330
    • 提供者:quiq
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com