CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - merge
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - merge - List
[
Windows Develop
]
dwqdsort111
DL : 0
1)实现以下常用的内部排序算法并对它们的时间效率进行比较: 必做(6种):起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序; 选做:折半插入、二路归并、基数排序等等; 2)函数首部要求:void XXXXSort(char **list, int len, int n, int *c, int *s) 其中: a) XXXXSort为排序函数名,具体如下: 起泡排序BubbleSort 直接插入排序InsertSort 简单选择排序SelectSort 快速排序QuickSort 希尔排序ShellSort 堆排序HeapSort 折半插入BInsertSort 二路归并Merge2Sort 基数排序RadixSort b) list为二维字符数组的头指针,该二维数组的规格为:char list[n][len] 每行用于存放一个字符串(最大长度为len-1),共n行; c) c用于返回关键字比较次数; d) s用于返回移动次数; 3)要求把各种排序函数做成函数库(文件名统一为:sort.c),用统一提供的主程序进行调用和测评。 -a) achieve the following commonly used internal sorting algorithm as well as their time efficiency comparison : regimen (6) : bubble sort, direct insertion sequence and simple choice sorting, quick sort, Hill, ranked Heap Sort; elected to do : half of insertion, two-way merge. Sort base, and so on; 2) function first requirement : void XXXXSort (char ** list, int len, int n, int * c, int * s) which : a) XXXXSort sort of a function name, as follows : bubble sort BubbleSort direct insertion sort InsertSort simple choice ranking Sele ctSort Quick Sort QuickSort Hill Sorting ShellSort Heap Sort HeapS ort half insert BInsertSort two-way merge Merge2Sort radix sort Radi xSort b) list for the two-dimensional array of characters in the first indicator, the two-dimensional array specifications : cha
Date
: 2008-10-13
Size
: 10.05kb
User
:
战天
[
Windows Develop
]
0421
DL : 0
多项式的乘法和加法的实现,可以自动合并同类项-polynomial multiplication and addition of the realization, it will automatically merge similar items
Date
: 2008-10-13
Size
: 7.43kb
User
:
weiboxun
[
Windows Develop
]
AVLTreefinal
DL : 0
演示动态平衡二叉树(AVL Tree)的系统.GUI环境,在Windows环境下运行,有二叉树的插入,增加,删除,修改,合并,分裂等功能.-demonstration dynamic binary tree (Tree AVL) system. GUI environment. in the Windows operating environment, a binary tree insertion, add, delete, modify, merge, split, and other functions.
Date
: 2008-10-13
Size
: 1.72mb
User
:
有D
[
Windows Develop
]
MergePrint
DL : 0
microsoft word mail merge print
Date
: 2008-10-13
Size
: 92.95kb
User
:
myname
[
Windows Develop
]
divfile
DL : 0
一个将大文件分割的程序,并可自动生成批处理文件,双击批处理文件就可将多个小文件合并-The big document file divide procedure, and may automatically live the batch processing document, double-clicks the batch run document to merge many small files
Date
: 2008-10-13
Size
: 85.91kb
User
:
张南
[
Windows Develop
]
WinMerge202-src
DL : 0
会将两个文件内容做比对,并在相异之处以高亮度的方式显示-The two documents will be more than content to do right, and punishable by differences of high-brightness display
Date
: 2025-12-20
Size
: 1004kb
User
:
zeiming
[
Windows Develop
]
divfile
DL : 0
一个将大文件分割的程序,并可自动生成批处理文件,双击批处理文件就可将多个小文件合并-The big document file divide procedure, and may automatically live the batch processing document, double-clicks the batch run document to merge many small files
Date
: 2025-12-20
Size
: 86kb
User
:
张南
[
Windows Develop
]
dwqdsort111
DL : 0
1)实现以下常用的内部排序算法并对它们的时间效率进行比较: 必做(6种):起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序; 选做:折半插入、二路归并、基数排序等等; 2)函数首部要求:void XXXXSort(char **list, int len, int n, int *c, int *s) 其中: a) XXXXSort为排序函数名,具体如下: 起泡排序BubbleSort 直接插入排序InsertSort 简单选择排序SelectSort 快速排序QuickSort 希尔排序ShellSort 堆排序HeapSort 折半插入BInsertSort 二路归并Merge2Sort 基数排序RadixSort b) list为二维字符数组的头指针,该二维数组的规格为:char list[n][len] 每行用于存放一个字符串(最大长度为len-1),共n行; c) c用于返回关键字比较次数; d) s用于返回移动次数; 3)要求把各种排序函数做成函数库(文件名统一为:sort.c),用统一提供的主程序进行调用和测评。 -a) achieve the following commonly used internal sorting algorithm as well as their time efficiency comparison : regimen (6) : bubble sort, direct insertion sequence and simple choice sorting, quick sort, Hill, ranked Heap Sort; elected to do : half of insertion, two-way merge. Sort base, and so on; 2) function first requirement : void XXXXSort (char** list, int len, int n, int* c, int* s) which : a) XXXXSort sort of a function name, as follows : bubble sort BubbleSort direct insertion sort InsertSort simple choice ranking Sele ctSort Quick Sort QuickSort Hill Sorting ShellSort Heap Sort HeapS ort half insert BInsertSort two-way merge Merge2Sort radix sort Radi xSort b) list for the two-dimensional array of characters in the first indicator, the two-dimensional array specifications : cha
Date
: 2025-12-20
Size
: 10kb
User
:
战天
[
Windows Develop
]
0421
DL : 0
多项式的乘法和加法的实现,可以自动合并同类项-polynomial multiplication and addition of the realization, it will automatically merge similar items
Date
: 2025-12-20
Size
: 174kb
User
:
weiboxun
[
Windows Develop
]
AVLTreefinal
DL : 0
演示动态平衡二叉树(AVL Tree)的系统.GUI环境,在Windows环境下运行,有二叉树的插入,增加,删除,修改,合并,分裂等功能.-demonstration dynamic binary tree (Tree AVL) system. GUI environment. in the Windows operating environment, a binary tree insertion, add, delete, modify, merge, split, and other functions.
Date
: 2025-12-20
Size
: 9.99mb
User
:
有D
[
Windows Develop
]
compositor
DL : 0
排序算法 插入 快速 快速随机 合并 桶排序-Insert the quick sort algorithm merge barrels rapid random sort
Date
: 2025-12-20
Size
: 3kb
User
:
yunaldinho
[
Windows Develop
]
MergePrint
DL : 0
microsoft word mail merge print
Date
: 2025-12-20
Size
: 93kb
User
:
myname
[
Windows Develop
]
MergeDatagridHeader_src
DL : 0
Merge DataGrid TiTle
Date
: 2025-12-20
Size
: 14kb
User
:
majianhu
[
Windows Develop
]
c9-2008jun11-pencil
DL : 0
Segmentation image with method merge and split
Date
: 2025-12-20
Size
: 946kb
User
:
Doanh
[
Windows Develop
]
frame_merge
DL : 0
this source is YUV sequence merge program. It works windowsxp console application.-this source is YUV sequence merge program. It works windowsxp console application.
Date
: 2025-12-20
Size
: 11.81mb
User
:
hong
[
Windows Develop
]
merging_repositories
DL : 0
many times it very hectic to merge two repositories in SVN. here you will find the easy way to do that. :)
Date
: 2025-12-20
Size
: 5kb
User
:
itsdipak
[
Windows Develop
]
SortingAlgorithms
DL : 0
Sorting Algorithms Selection Sort Insertion Sort Bubble Sort Merge Sort
Date
: 2025-12-20
Size
: 2kb
User
:
3d Master
[
Windows Develop
]
Project-report-on-split-and-merge
DL : 0
Description about split and merge techniques.
Date
: 2025-12-20
Size
: 235kb
User
:
binu
[
Windows Develop
]
Merge-sort
DL : 0
合并排序算法,使用分治法,VC++6.0下经典排序算法。-Merge sort algorithm using a divide-and-conquer method, VC++6.0 under classical sorting algorithms.
Date
: 2025-12-20
Size
: 28kb
User
:
李俊杰
[
Windows Develop
]
Project-report-on-split-and-merge
DL : 0
Description about split and merge techniques.
Date
: 2025-12-20
Size
: 235kb
User
:
percentin
«
1
2
3
4
5
6
7
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.