资源列表

« 1 2 ... .30 .31 .32 .33 .34 2335.36 .37 .38 .39 .40 ... 2656 »

[数据结构常用算法heap

说明:HEAP SORT IMPLEMENTATION IN C
<zeolite> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法ZUOYE2

说明:编号为1,2,…,n的n个人按顺时针方向围成一圈,每个人携带一个密码c(正整数)。开始任选一个正整数为报数上限值m,从第一个人开始顺时针自1依次报数,当报数为m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人出列为止,请输出出列的序列。-Numbered 1,2, ..., n of n individuals clockwise circle, each person
<cch> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法bbb

说明: 算法都是一致,但顺序不一样,这直接点明了链表操作的核心——顺序,链表的算法主要难在顺序上。 逆序操作中,要将一个指针指向前一个节点,中间必然断开,这就需要两个指针指向断开处的一前一后。 上面两个程序都是这样,不同在于指针移动的位置。-i no englisk
<肌肤上> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法long_factorial

说明:两个大整数相乘,由于long int型的位数也不够,所以要用数组来表示,此程序即是这个功能。-Multiplying two large integers, the number of bits as long int type is not enough, so use an array to indicate that this procedure is this.
<青青> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法AVL

说明:This is an AVL Tree Algorithm for graphs
<mori> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法shunxubiaodecaozuo3.18

说明:可以实现顺序表的创建和基本操作,对才接触数据结构的人在理解和自己编程上有帮助-Can be achieved in order to create the table and the basic operations, the only access to the data structure in the understanding and help on their own programming
<clard> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法string-pailie-c

说明:C语言版的字符串排列算法,计算并输出字符串排列和个数-C language version of the string alignment algorithms, calculations and output the string arrangement and number of
<yangqiang> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法string-pailie-cPP

说明:C++版本的字符串排列算法,输出各种不同的排列,同时给出排列数-C++ version of the string alignment algorithms, the output of various different arrangements, and gives the number of arranged
<yangqiang> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法MRELFFT

说明:执行分裂基(split-radix)频率抽取(DIF)FFT算法,希望为同仁提供便利。-Implementation of split-based (split-radix) decimation in frequency (DIF) FFT algorithm in the hope that my colleagues facilitated.
<yuanman> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法BST-Binary-search-tree

说明:This BST algorithm,Binary Search Tr-This is BST algorithm,Binary Search Tree
<mori> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法huffman00

说明:数据结构实验:哈弗曼编码,在vc环境下实现,用c++编写-huffman tree
<李雪薇> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法sorting

说明:有一首长诗,被打乱成一个一个小片段,幸运的是每段都有重复的句子,要求输入这些片段后,能够输出有序的诗歌。-In this project we write a program to sort many unsorted segment files
<郭函数> 在 2024-11-16 上传 | 大小:1kb | 下载:0
« 1 2 ... .30 .31 .32 .33 .34 2335.36 .37 .38 .39 .40 ... 2656 »

源码中国 www.ymcn.org