资源列表
[数据结构常用算法] duoxiangshi
说明:编程求两个一元多项式的乘积。 输入 输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。 例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>, 输出 以指数递增的顺序输出乘积: <系数,指数>,<系数,指数>,<系数,指数>, 零<martinwok> 在 2024-12-26 上传 | 大小:200kb | 下载:0
[数据结构常用算法] guangyibiaofanxu
说明:广义表的反序 逆置广义表的递归模型如下: F(LS) = null 若 LS 为空 F(LS) = LS 若 LS 为原子,且 tail(LS) 为空 F(LS) = append( F(tail(LS)), head(LS) ) 若 LS->tag=0 ,且 LS->tp!=null F(LS) = append( F(tail(LS), F(hea<martinwok> 在 2024-12-26 上传 | 大小:216kb | 下载:0
[数据结构常用算法] tree
说明:本程序可以用三种方法建立二叉树,并实现相应功能。1、通过输入树的嵌套括号表示序列建立二叉树;2、根据前序遍历序列和中序遍历序列建立二叉树;3、建立哈夫曼树-This program can use three ways to establish a binary tree, and to achieve that function. 1, by entering the tree to establish a sequence of n<moon walker> 在 2024-12-26 上传 | 大小:55kb | 下载:0
[数据结构常用算法] Mylist
说明:链表小程序,可以合并两个升序的链表。 其他:插入、删除等链表基本功能。-List applets, you can merge two ascending the list. Others: insert, delete and other basic functions of the list.<moon walker> 在 2024-12-26 上传 | 大小:54kb | 下载:0
[数据结构常用算法] polynomial
说明:本程序实现一元多项式合并。本程序输入方式为按项输入,每输入一个项,会先提示输入项的幂,再提示输入项的系数。-This procedure combined to achieve a dollar polynomial. This procedure according to entry input methods for the input, one for each input item, it will first prompt e<moon walker> 在 2024-12-26 上传 | 大小:53kb | 下载:0
[数据结构常用算法] dazhengshu
说明:本人上传的是用分治法实现的大整数算法,采用的是数组形式。-I uploaded is to use divide and conquer to achieve a large integer arithmetic, using the array form.<林丽> 在 2024-12-26 上传 | 大小:352kb | 下载:0
[数据结构常用算法] zhaolingqian
说明:本人上传的是用贪心算法实现找零钱问题。贪婪算法的根本思想是逐步获得最优解。-I uploaded is to use greedy algorithm to find small change problem. Greedy algorithm is the fundamental idea is to gradually get the optimal solution.<林丽> 在 2024-12-26 上传 | 大小:550kb | 下载:0
[数据结构常用算法] simple_xy_wr
说明:利用F90接口创建nc格式文件,并写入一个虚构的2维数据-use F90 interface to create nc format file<yetsyu> 在 2024-12-26 上传 | 大小:1kb | 下载:0
[数据结构常用算法] simple_xy_rd
说明:利用Fortran 90 接口读取已经创建的nc文件,并且检验其读写是否正确-The use of Fortran 90 interface to read nc file has been created, and test its read and write correctly<yetsyu> 在 2024-12-26 上传 | 大小:1kb | 下载:0