资源列表
ExcellRead
- matlab与excel数据的输入与输出。一个简单例子。-data input and output. A simple example.
solveequation
- 这是一个解方程的原代码,直接调用,很方便。-This is a solution of the original equation code called directly, very convenient.
RBSfan
- Problem D:合唱队形 Time Limit:1000MS Memory Limit:65536K Total Submit:1237 Accepted:437 Language: not limited Descr iption N位同学站成一排,音乐老师要请其中的(N-K)位同学出列,使得剩下的K位同学排成合唱队形。 合唱队形是指这样的一种队形:设K位同学从左到右依次编号为1,2…,K,他们的身高分别为T1,T2,…,T
3spline.txt
- 一个实现三次样条插值的C代码,希望对朋友们有用。
shouyinzhushou
- 根据系统全部零钱内钱币的信息,按钱币总张数最少的原则进行退币, 零钱总数:50元的10张,20元的20张,10元的50张,5元的100张,1元的100张,5角的200张,1角的500张,一角以下的可以丢弃。-According to the information system within all change coins, the coins, the total number of at least the principle of the coin, change the total n
erfenjiansuo
- 算法设计与分析实验:实现二分检索问题。界面友好,程序简单清晰,功能齐备。值得采纳!-Experimental Design and Analysis of Algorithms: the question of the realization of binary search. Friendly interface, simple and clear procedures, functions. Worthy of adoption!
boundaryMutation
- 这个程序主要是定边界条件的,为模糊计算中划定区域便于计算快并有解-this program mainly defined the boundary condition,and diffusion calculate very fast and have mucyate in this algorium
2
- 二叉排序树的创建与使用 (时间限制为:1000毫秒) 描述: 二叉排序树的定义是:或者是一棵空树,或者是具有下列性质的二叉树:(1)若它的左子树不空,则左子树上所有的结点值均小于它的根结点的值;(2)若它的右子树不空,则右子树上所有结点的值均大于或等于它的根结点的值;(3)它的左右子树也分别为二叉排序树。现要求根据输入的元素值,构造一棵二叉排序树,并输出其先序遍历、中序遍历和后序遍历结果。 输入: 输入第一行为测试用例个数n,接下来为n个测试用例,每个测试用例占两
zuixiaoshu
- 实用数据结构基础(第三版),实验八,最小生成书-Based the practical data structure (third edition), experimental eight, minimum spanning book
3_2
- 主元素 线性选择算法主元素的判定(分治策略) 设T[0:n-1]是n个元素的数组,如果其中某个元素x在整个数组中的出现次数超过n/2,则称x为数组T的主元素。 请设计一个分治算法,判断数组T={1,2,2,2,3,4,3,2,2,4,2,2,6,7,2,2}中是否存在主元素。 -main character
free-surface
- 稳定渗流计算的自由面生成程序,用于常规渗流有限元计算中自由面的生成成果-Steady Flow of free surface generation program for the formation of the free surface in the conventional seepage finite element calculation results
MultidimensionalPointer
- C中通过指针和数组名操作二维数组的区别与联系详细说明-Describe operating differences and relations of the two-dimensional array by pointer and array name in C
