资源列表

« 1 2 ... .31 .32 .33 .34 .35 2336.37 .38 .39 .40 .41 ... 2656 »

[数据结构常用算法search

说明:比较binary search和sequential search两种算法-hope it helps
<郭函数> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法FindMin

说明:给定一个N*N 的方形网格,设其左上角为起点,坐标为(1,1),X 轴向右为正,Y 轴向下为正,每个方格边长为1。一辆汽车从起点出发驶向右下角终点,其坐标为(N,N)。 在若干个网格交叉点处,设置了油库,可供汽车在行驶途中加油。汽车在行驶过程中应遵守如下规则: (1)汽车只能沿网格边行驶,装满油后能行驶K 条网格边。出发时汽车已装满油,在起点与终点处不设油库。 (2)当汽车行驶经过一条网格边时,若其X 坐标或Y 坐标减小,则
<李学江> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法tongjixiangguan

说明:用C语言写的很简单的用于计算统计相关量的程序。-Written in C language with very simple statistical correlation is used to calculate the amount of the program.
<陈旭> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法n

说明:输入广义表表示法表示的二叉树的字符串,以#作为字符串结束标志,将广义表形式的字符串创建为链式存储结构的二叉树,并中序遍历该二叉树,输出中序遍历的序列-Enter the generalized form of binary notation string, with# as a string end marker, the generalized form of the string table storage structure to
<伍凤云> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法m

说明:输入广义表表示法表示的二叉树的字符串,以#作为字符串结束标志,将广义表形式的字符串创建为链式存储结构的二叉树,并先序、中序和后序遍历该二叉树,输出先序、中序和后序遍历的序列 -Enter the generalized form of binary notation string, with# as a string end marker, the generalized form of the string table storage
<伍凤云> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法List-operations

说明:主要包括两个方面,一个是要利用链表的插入运算建立线性链表,并利用链表的查找、删除、输出等基本运算反复实现这些操作,另一个方面就是要建立两个链表,把它们合并成一个线性表。-Mainly include two aspects, one is to use a linked list into a linear list operations, and use the search list, delete, export and othe
<邱凌云> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法huffman

说明:从文件中读入字符集大小n,以及n个字符和n个权值。构建哈夫曼树,对每个字符生成哈夫曼编码。从文件中读入需编码的字符串,利用哈夫曼编码,对字符串进行编码,编码结果保存在文件。-The character read from the file set size n, and n-n character and the right values. Construction of Huffman tree generated Huffman c
<伍艳权> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法dfs

说明:斐波那契 斐波那契 斐波那契-Fibonacci Fibonacci Fibonacci Fibonacci Fibonacci
<zhwj> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法complex

说明:简单的排序信息隐藏算法 首先将信息序列排序 对于待隐藏的一位信息,如果信息是‘0’,那么使用偶数位置的数来隐藏信息,否则使用奇数位置的数来隐藏信息。 一旦奇数位置(或者偶数位置)用完,则把剩下的偶数位置(或者奇数位置)重新分配奇偶位置。然后执行第2步。 最后会剩下一个数,这个数不能够隐藏信息,但是需要将这个数放到最后。 -Information Hiding in a simple sorting sequence
<wangjing> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法SIRT

说明:此程序为井间层析成像sirt算法,该算法能保证反演过程的稳定性,并提高迭代的收敛速度-This program sirt hole tomography algorithm can guarantee the stability of inversion and improve the convergence rate of iteration
<yehua> 在 2024-11-16 上传 | 大小:1kb | 下载:1

[数据结构常用算法1

说明:三角形的面积算法 三角形的面积算法-Area of ​ ​ the triangle algorithm
<阿三> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法1087

说明:ZOJ 1087 Cracking the code http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=1087
<Sean > 在 2024-11-16 上传 | 大小:1kb | 下载:0
« 1 2 ... .31 .32 .33 .34 .35 2336.37 .38 .39 .40 .41 ... 2656 »

源码中国 www.ymcn.org