资源列表

« 1 2 ... .05 .06 .07 .08 .09 1810.11 .12 .13 .14 .15 ... 2656 »

[数据结构常用算法eeeee

说明:实现基于二叉树表示的算术表达式实现基于二叉树表示的算术表达式-eeeeaaaaaaaaaaaaaannnnnnnnnnnnnnnnnnnn
<代林> 在 2024-10-04 上传 | 大小:400384 | 下载:0

[数据结构常用算法duoxiangshi

说明:编程求两个一元多项式的乘积。 输入   输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。   例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>, 输出   以指数递增的顺序输出乘积: <系数,指数>,<系数,指数>,<系数,指数>,   零
<martinwok> 在 2024-10-04 上传 | 大小:204800 | 下载: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-10-04 上传 | 大小:221184 | 下载:0

[数据结构常用算法search

说明:索引顺序表查找,索引顺序查找即分块查找,是将顺序表分成诺干块。-Indexed sequential table lookup, the index in order to find that the search block is to the order of the table is divided into Nokan blocks.
<张蓓蓓> 在 2024-10-04 上传 | 大小:4096 | 下载: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-10-04 上传 | 大小:56320 | 下载:0

[数据结构常用算法Mylist

说明:链表小程序,可以合并两个升序的链表。 其他:插入、删除等链表基本功能。-List applets, you can merge two ascending the list. Others: insert, delete and other basic functions of the list.
<moon walker> 在 2024-10-04 上传 | 大小:55296 | 下载: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-10-04 上传 | 大小:54272 | 下载:0

[数据结构常用算法dazhengshu

说明:本人上传的是用分治法实现的大整数算法,采用的是数组形式。-I uploaded is to use divide and conquer to achieve a large integer arithmetic, using the array form.
<林丽> 在 2024-10-04 上传 | 大小:360448 | 下载: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-10-04 上传 | 大小:563200 | 下载:0

[数据结构常用算法ranksort

说明:这是一个用CUDA平台实现的简单的排序。具有参考价值-This is a simple to use CUDA platform of the sort. With a reference value
<wanghaha> 在 2024-10-04 上传 | 大小:1024 | 下载:0

[数据结构常用算法simple_xy_wr

说明:利用F90接口创建nc格式文件,并写入一个虚构的2维数据-use F90 interface to create nc format file
<yetsyu> 在 2024-10-04 上传 | 大小:1024 | 下载: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-10-04 上传 | 大小:1024 | 下载:0
« 1 2 ... .05 .06 .07 .08 .09 1810.11 .12 .13 .14 .15 ... 2656 »

源码中国 www.ymcn.org