搜索资源列表
shellsort
- 数据结构希尔排序的C代码,给学习数据结构的同仁一点帮助.
1-1
- c++二、通过将其元素插入到双向链表中的方法对数组A进行排序。算法对链表的当前操作位置进行维护,当需要插入表项时,若新元素比当前位置值要大,则往前移动;若小则往后移动。编写函数DoubleSort实现上述排序算法。 template <class T> void DoubliSort( T a[], int n)
phone
- 在本次试验中需要注意基址寄存器BX的移动方法,对以字为单位的数组,BX的移动方式 是每移动一次加2或者减2 另外函数调用的过程中需要小心PUSH和pop的调用是否安全,例如在name_sort中pop CX的 时候没有先Push CX,导致了name_sort函数不可以调用 此程序使用比较高效的方法只是对号码单的首地址进行排序,为此开辟了一个地址数组 AdTable,类似C语言中的指针数组 在每个名字的前面存有每个名字的长度,有利于对名字进行比较,体现了空间
sort_C++_asm
- 三种排序算法,分别用C++和汇编语言实现以对比-Three sorting algorithms, respectively, using C++ And assembly language to achieve a contrast
student
- 这是大一老师让自己做的小程序,基本涵盖了C++书中的基本知识点,数组,输入输出文件流,排序,继承-This is the first year to allow teachers to do their own little program, basic C++ covers the basic knowledge of the book, the array of input and output file stream, sorting, inheritance, etc.
guibing
- 这是一个归并的C++源码,这个函数用来将两个排好序的数组进行合并,进行合并排序-This is a merge C++ source, this function is used to merge the two sorted array merge sort
SORT
- 树的排序,用于在C或C++中编程实现树或图地排序和查找,应用的知识为数据结构-tree sort
c
- 选择法排序,由大到小,由小到大,任意排列,都是有效的-yes ,it is good
cnmbd
- 计算工程完成的关键路径 说明: AOE 网络是有向无环加权图,其中顶点表示事件,弧表示活动,权表示活动持续的时间,通常可以用来估算工程完成的时间,即图中从开始点到结束点之间最长的路径对应的时间。请完成一个程序,完成下列任务: 1 、计算 AOE 网络对应的拓扑排序。如果排序结果不唯一,请输出按照从小到大的顺序排列的结果。从小到大的顺序就是输入的节点序列顺序(参见下面关于输入格式的说明)。如图1中满足要求的拓扑排序是: a-b-c-d-e-f-g-h-k ,图2中满足要求的拓扑排序
1
- 插入排序法,运用C++程序编写的,包括从小到大和从大到小两种方法-Insertion Sort
Desktop
- 任意三个数的排序问题的C++程序,以及任意两个数的加法程序,已打包-The the scheduling problem C++ program of the number of any of the three, as well as any two-digit addition program has packaged
Cyuyandaima
- 改程序包,包含以下五个C程序内容,对数组进行排序,求100之内的素数,数组的逆序输出,杨辉三角和计算一维数组中所有元素的平均值-Change the program package, contains the following five C program content, to sort the array, and 100 primes, reverse output array, mean value of all elements of the Yang Hui triangle an
WinnerTree-
- 用c++编写的锦标赛排序代码,有排序实现和运用-The Championships Sort code written with c++, sort to achieve and use
CPP
- c++经典小程序,也是c++二级考试经常考到的小程序。包括:骑士旅行,回文,筛选,快速排序等程序。-c++ the classic small program, also c++ secondary examination often to test the applet. Include: Knight s Tour, palindrome, screening, quick sort program.
ztt
- 简单的C程序,有计算年月日,排序,杨辉三角-Simple C program, there is the calculation date, sort, Pascal' s triangle, etc.
2.3QUICK-paixu
- 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick Sort (Quicksort) is an improvement on the bubble sort. Presented by the CAR Hoare in
paixu
- 该算法是用c语言实现排序,该算法实现效果较好。-The algorithm is c language sorting, the algorithm is better.
School-management-system
- 学籍管理系统,采用C语言编写,可以实现的功能:成绩查询,成绩录入,排序,删除学生信息以及添加学生信息-School management system, using C language, can realize the function: query results, performance input, sort, delete and add student information student information
C
- 实现杨辉三角的输出,字符指针检测回文,字符数组检测回文,字符串按要求排序,哥德巴赫猜想的验证等C语言程序,亲测有效-Print Pascal s Triangle Goldbach conjecture verification The method of judging character array palindrome
c-language
- 压缩包中代码是几个比较基础的利用指针方法处理数据的代码,如进行数字的排序,换序,字符类型的辨别-Compressed code are a few more basic approach to the use of the pointer data codes, such as digital sort, change order, character type of discrimination