资源列表

« 1 2 ... .48 .49 .50 .51 .52 2553.54 .55 .56 .57 .58 ... 2656 »

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

说明:计算方法中一种牛顿迭代法的算法,C程序代码-Calculation method one kind Newton iteration algorithm, C code
<laviequev> 在 2024-12-27 上传 | 大小: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
<李梦渊> 在 2024-12-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法test5

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

[数据结构常用算法b

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

[数据结构常用算法8sort

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

[数据结构常用算法BSTree

说明:搜索二叉树实现,使用C++ 模板,在linux g++环境编译正确-binary search tree code in c++
<zwp> 在 2024-12-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法nHuangHou

说明:队列式分支界限法实现的n皇后问题,采用文件的方式输入输出-Queue-type branch and bound method to achieve the n-queens problem, using the method of file input and output
<黄东浪> 在 2024-12-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法INSERT

说明:插入排序,非常适用,并且有完整的算法分析-Insertion sort, very suitable, and a complete analysis of algorithms
<syl> 在 2024-12-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法heap-sort

说明:利用系统生成随机数,然后将生成的随机数进行堆排序堆排序-heap sort
<杨星> 在 2024-12-27 上传 | 大小:1kb | 下载:0
« 1 2 ... .48 .49 .50 .51 .52 2553.54 .55 .56 .57 .58 ... 2656 »

源码中国 www.ymcn.org