Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - shell
Search - shell - List
数组排序的经典程序shell。-Sorting an array of classic shell procedures.
Date : 2008-10-13 Size : 1.13kb User : 徐玉功

大约有10种排序方法,如堆排序、快速排序、归并排序、插入排序、外壳排序、选择排序、早泡排序、线性排序、地址选择排序和基排序。我自己提出了一种简化的快速排序。-about 10 species of sequencing methods, such as heap sort, quick sort, merge, in order to insert sequencing, shell sort, select, in order of ranking as foam, linear ordering, sequencing and address choice-based ranking. I propose a simplified Quick Sort.
Date : 2008-10-13 Size : 4.63kb User : 宁华锋

本程序用于有限元方法中空间8节点单元刚度矩阵的计算,并通过文本文件实现数据间的传输,在VB中通过shell函数来调用fortran的程序,实现二者的混合编程。
Date : 2008-10-13 Size : 7.47kb User : qwe

用希尔算法实现的排序-Hill with the ranking algorithm
Date : 2008-10-13 Size : 833byte User : 郑庆宁

数组排序的经典程序shell。-Sorting an array of classic shell procedures.
Date : 2025-12-22 Size : 1kb User : 徐玉功

用希尔算法实现的排序-Hill with the ranking algorithm
Date : 2025-12-22 Size : 1kb User : 郑庆宁

本程序用于有限元方法中空间8节点单元刚度矩阵的计算,并通过文本文件实现数据间的传输,在VB中通过shell函数来调用fortran的程序,实现二者的混合编程。 -This procedure for the finite element method in space for 8-node element stiffness matrix calculation, and through text files between data transmission, in VB through shell function to call fortran procedure, the two realize mixed language programming.
Date : 2025-12-22 Size : 7kb User : qwe

排序 得分排行 選擇、插入、氣泡排序 Shell 排序法 - 改良的插入排序 Shaker 排序法 - 改良的氣泡排序 Heap 排序法 - 改良的選擇排序 快速排序法(一) 快速排序法(二) 快速排序法(三) 合併排序法 基數排序法-Sort ranked scoring option, insert, Bubble Sort Shell Sort- Insertion Sort Shaker improved sorting method- the improved bubble sort Heap Sort- choose sort improved rapid sequencing method (a) quick sort method (b) the quick sort method (c ) merge sort method to sort the base method
Date : 2025-12-22 Size : 680kb User : a29768

Runs a shell on the first unused tty-Runs a shell on the first unused tty。。。
Date : 2025-12-22 Size : 1kb User : 朱文博

对以下6种常用的内部比较排序算法进行比较,气泡排序,直接插入排序、简单选择排序、快速排序、shell排序、堆排序。
Date : 2025-12-22 Size : 2kb User : 于翔

常见JScript排序算法,包括bubble冒泡排序,selection选择排序,insertion插入排序,shell谢尔排序,quick快速排序(递归),stackQuick快速排序(堆栈),merge归并排序,heap堆排序等。-Sort JScript
Date : 2025-12-22 Size : 2kb User : lil

排序算法的C语言实现(其中包括插入排序、归并排序、快速排序和SHELL排序的实现及各排序算法所需时间的比较)-Sorting algorithm to achieve the C language (including insertion sort, merge sort, quick sort and the realization of SHELL Sort sorting algorithm and the time required for comparison)
Date : 2025-12-22 Size : 14kb User :

通过Java语言实现了选择、插入、冒泡、希尔、快速、归并、堆、基数等8种排序算法-Java based selection, insertion, bubble, shell, quick, merge, heap, radix sorting algorithm
Date : 2025-12-22 Size : 11kb User : 陈昱安

This contains an implementation of the Shell Sort technique/algorithm in C. The user can utilize this for performing Shell Sorting technique in C.
Date : 2025-12-22 Size : 1kb User : Raviola

This contains an implementation of the Selection Sort technique/algorithm in C. The user can use this to implement Shell Sorting in C.
Date : 2025-12-22 Size : 1kb User : Raviola

主要在VC6.0上用MFC完成的排序算法和搜索算法: 首先弹出一个对话框,上面有排序前和排序后的编辑框,在排序前编辑框中输入整型数组,然后选择排序的方法,点排序按钮即将排序好的数组呈现在排序后的编辑框中。 排序顺序分“升序”和“降序”,排序方法总共7种,分别是:冒泡排序,简单选择排序,直接插入排序,希尔排序,快速排序,堆排序和基数排序。这些方法都是用c++实现的。还有一个搜索的功能,分别可以“线性搜索”和“二分搜索”,线性搜索时从排序前的数组中搜索,二分搜索时从排序后的数组中搜索,且必须为升序排序后的数组。 -Mainly in the MFC with VC6.0 on the completion of sorting algorithms and search algorithms: First of all pop up a dialog box where there are sort of pre-and post-sorting edit box, in the sorting box, enter the former editor of integer array, and then select the sort method, point sort button will sort the array presented in good order after the edit box in. Sort order into "ascending" and "descending" sorted a total of seven kinds, namely: bubble sort, simple selection sort, direct insertion sort, Shell sort, quick sort, heap sort, and radix sort. These methods are implemented using c++. There is also a search function, respectively, can "line search" and "binary search", a linear search from the sorted array before the search, two points from the sorted search after the search array, and must be sorted in ascending array.
Date : 2025-12-22 Size : 845kb User : 阿表

各种排序算法 Title: Eight Sorting Algorithms Description: Bubble sort, selection sort, insertion sort, radix exchange sort, quick sort, shell sort, shaker sort. shows number of comparisons, time taken This file came from Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=5570&lngWId=3 The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL. -Title: Eight Sorting Algorithms Description: Bubble sort, selection sort, insertion sort, radix exchange sort, quick sort, shell sort, shaker sort. shows number of comparisons, time taken This file came from Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=5570&lngWId=3 The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
Date : 2025-12-22 Size : 147kb User : ggg

管壳式换热器设计:固定管板式热力计算,强度校核,阻力校核。-Shell and tube heat exchanger design: Fixed Tube thermodynamic calculation, strength check, the resistance check.
Date : 2025-12-22 Size : 4kb User : 母冬冬

shell排序法范例 ! By Perng 1997/8/29-examples of shell sort ! By Perng 1997/8/29
Date : 2025-12-22 Size : 1kb User : liuxiaoyan

Shell a sorting of array
Date : 2025-12-22 Size : 37kb User : Hagen
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.