搜索资源列表
delphiwnlym
- 这本来是我为一个商业PDA产品开发的日历程序,最近移植于PC机上, 所以算法和数据部分是用纯C++写的,不涉及MFC,所有的代码都是以短节省存储空间为主要 目的.很高兴你对这些代码有兴趣,你可以随意复制和使用些代码,唯一有一点小小的 愿望:在你使用和复制给别人时,别忘注明这些代码作者:-)。程序代码也就罢了, 面的数据可是我辛辛苦苦从万年历上找出来输进去的。-I used to do this as a commercial product development PDA cale
dwqdsort111
- 1)实现以下常用的内部排序算法并对它们的时间效率进行比较: 必做(6种):起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序; 选做:折半插入、二路归并、基数排序等等; 2)函数首部要求:void XXXXSort(char **list, int len, int n, int *c, int *s) 其中: a) XXXXSort为排序函数名,具体如下: 起泡排序BubbleSort 直接插入排序InsertSort 简单选择排序Sele
yl2nl
- 阳历转农历 /*************************************************************************** 致看到这些源代码的兄弟: 你好! 这本来是我为一个商业PDA产品开发的日历程序,最近移植于PC机上, 所以算法 和数据部分是用纯C++写的,不涉及MFC,所有的代码都是以短节省存储空间为主要目 的. 很高兴你对这些代码有兴趣,你可以随意复制和使用些代码,唯一有一点小小的 愿望:在你使用
Sort
- VC实现。各种排序算法,插入排序,选择排序,交换排序,快速排序,希尔排序,归并排序等。-VC implementation. Various sorting algorithms, insertion sort, selection sort, exchange sort, quick sort, Hill sort, merge sort and so on.
f
- c++排序的ppt文件,包括希尔,冒泡等!比较详细!-c++ sort of ppt documents, including Hill, bubble and so on! More detail!
Hill_sort
- 希尔排序是一种常用的排序算法,与冒泡排序相比,其效率有了很大提高-Hill is a common sort of sorting algorithm, compared with the bubble sort, its efficiency has been greatly improved
cipher
- 用于实现各种古典加密法,包括凯撒,置换,列置换,仿射加密法,vigenere加密法和现代加密法中的DH密钥交换,RSA,DES加密法等等操作-Used to implement a variety of classical cryptography, including Julius Caesar, replacement, column permutation, affine cipher, vigenere encryption method and encryption method in
5
- 数据结构的各种排序算法的源程序 包括直接插入排序,希尔排序,冒泡排序,堆排序等。有中文注释,顺利通过编译。而且有算法的比较和改进。-Data structure of the source of various sorting algorithms, including direct insertion sort, Hill sort, bubble sort, heap sort and so on. With Chinese translations, passed compilatio
Data-structure-Code
- 数据结构主要内容的c语言实现 包含线性表,链表,树,希尔排序等等重要数据结构的编程事例-Main data structure of c language contains a linear table, list, tree, hill sort of programming so important examples of data structures
Algorithms
- 实现了插入算法,选择算法,希尔算法,快速排序,树等等,并对其进行了比较,-Insertion algorithm to select the algorithms, the Hill algorithm, quicksort, trees, and so on, and were compared
GPS-The-First-Global-Satellite-Navigation-System-
- GPS is a topic of worldwide interest. And we do mean worldwide. Bob Champoux, while using GPS technology to survey a construction site in Antarctica, noticed an emperor penguin watching a hilltop some distance away. The curious pengu
hill-climbing-for-4-6-8
- 实现QC-LDPC码字的cycle的search功能,算法为hill climbing算法,能有效去除QC-LDPC码字里长为4,6,8的环,使得码字有较好纠错的性能-Realization of QC-LDPC codeword cycle of search functions, algorithms for the hill climbing algorithm, can effectively remove the QC-LDPC codeword length of 4,6,8 in
Normal-Algorithm
- 在本文章里面,有各种举出算法的C语言实现 1、大数阶乘 2、大数乘法 3、任意进制转换 4、最大公约数 5、最小公倍数 6、快速傅里叶变换 7,字符串的替换,查找,截取 8、叉乘法求多边形的面积 9、快速,希尔,选择等各种排序 10、二叉树,链表,链栈 11、二分查找 12、求解线性方程组,也叫中国余数定理 13、求点到直线距离 14、Prim算法求最小生成器 15、判断点与直线的关系,俩条直线的关系 16、求排列组合数,俩矢量角度
排序算法
- 冒泡排序、快速排序、希尔排序、堆排序等等常用的排序算法。C/C++实现(Bubble sort, quick sort, Hill sort, heap sort, and so on, commonly used sorting algorithm. C/C++ implementation)
狸捉兔子问题
- (狸捉兔子)围绕着山顶有10个洞,狐狸想要吃兔子,兔子说:“可以,但必须找到我,我就藏身于这10个洞中,你从10号洞出发,先到1号洞找,第二次隔1个洞找,第三次隔2个洞找,以后如此类推,次数不限。”但狐狸从早到晚进进出出了1000次,仍没有找到兔子。问兔子究竟藏在哪个洞里?((fox hunting rabbits) around the 10 hole in the top of the hill, the fox wanted to eat the rabbit, the rabbit sa