资源列表

« 1 2 ... .22 .23 .24 .25 .26 527.28 .29 .30 .31 .32 ... 2656 »

[数据结构常用算法Restructuring

说明:从键盘内任意输入两个有序的不减线性表,分别构建线性单链表,然后将这两个线性单链表重新组合为一个有序的不减线性单链表,按照链表顺序依次输出重组链表的数值。-Any input from the keyboard and orderly unabated two linear tables were constructed linear single linked list, then the two linear reassembled
<刘燕> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法Poker

说明:首先将扑克牌按照一定的顺序依次排列好,然后分别将第一张拿到下面,翻开第二张,再将第三张拿到下面,翻开第四张以此类推,使得翻开的顺序依次为1、2、3、4、5、6、7、8、9、10、11、12、13。求初始的排列顺序是什么。-First, the cards are arranged according to a certain order of good, and then were the first to get the follow
<刘燕> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法Curve-fitting

说明:计算方法中一种关于曲线拟合算法的C程序代码-Calculation method one kind on curve fitting algorithm C program code
<laviequev> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法Least-squares

说明:计算方法中的一种最小二乘算法,C程序代码-A calculation method least squares algorithm, C code
<laviequev> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法Newton-iterative

说明:计算方法中一种牛顿迭代法的算法,C程序代码-Calculation method one kind Newton iteration algorithm, C code
<laviequev> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法p126_2

说明:邮箱问题:150个邮箱,从邮箱2开始,打开所有偶数编号邮箱的门,接着从编号3开始,每隔3个邮箱,若门关着则打开,开着则关闭,随后每隔4个重复此过程,再每隔5个重复此过程,如此下去。判断最后哪些邮箱关着-E-mail questions: 150 mailboxes from the mailbox 2 starts, open the door all the even-numbered mailbox, and then start
<李梦渊> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法test5

说明:编写一段程序,使其可以满足一元稀疏多项式的表示以及加法运算功能. 其要求如下: (a) 多项式以指数递增的顺序输入。 (b) 设计的数据结构应有利于表示任意一元稀疏多项式。 (c) 输出的原始多项式及运算结果。 -Write a program so that it meets one yuan sparse polynomial representation and an adder function whose
<李梦渊> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法sorting-and-decision-algorithms

说明:文档包括生成随机数组的方法、简单排序算法的实现以及闰年个数的计算方法,适合初学者掌握简单排序算法的原理,为更进一步学习数据结构打下良好的基础。-Document includes an array of methods to generate a random, simple sorting algorithm and method of calculating the number of leap years, suitable fo
<刘争辉> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法1

说明:设有n件工作分配给n个人,将工作i分配给第j个人所需要的费用为Ci。试 设计一个算法,为每一个人都分配1件不同的工作,并使总费用达到最小。-suppose n pieces of work are arranged to n persons, it costs Ci to arrange work i to people j. design a algorithm to make it cost least and to make su
<lch> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法b

说明:01背包问题——求最大值 非常的实用算法-01 knapsack problem- seek the maximum
<jqctbu> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法8sort

说明:8种排序法,希尔排序,二分法等,c语言编写 -Eight kinds of sort write by C
<S> 在 2025-01-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法CreateTree

说明:用递归方法创建二叉树的算法,会提示某节点左儿子和右儿子的输入,避免一次输入所有节点导致出错的情形-Recursive method to create the binary tree algorithm, a node will be prompted son left and right inputs son, enter all the nodes to avoid a situation that caused the error
<rj> 在 2025-01-24 上传 | 大小:1kb | 下载:0
« 1 2 ... .22 .23 .24 .25 .26 527.28 .29 .30 .31 .32 ... 2656 »

源码中国 www.ymcn.org