搜索资源列表
一元多项式
- 一元多项式相加数据结构算法-sum of one yuan polynomial algorithm data structure
longint1111
- 任意长整数相加问题 任意输入两个任意长的整数进行相加 可以得出正确结果,-arbitrary sum of long integer problem indiscriminate importation of two arbitrarily long integer can be drawn together for the right result,
3x3填质数问题
- 3X3填质数问题,在一个3×3的矩阵中填写1-10的数字,保证上下左右相加都是质数-3X3 fill several quality problems in a 3 3 matrix to fill in the figures 1-10, ensuring that all about is the sum of the number of quality
JAVA完善后的多项式相加
- 完善以前的JAVA实现的多项式相加 提供了输入系数和次数的控制-perfect before JAVA sum of the polynomial coefficients for the input and frequency control
9二叉树
- 几乎包括二叉树的所有编程算法,其中有二叉树的先中后序递归与非递归遍历算法,由先序与后序建立二叉树,层次遍历,求叶子结点数,总结点数,树的深度与宽度。-including binary tree almost all programming algorithm, these binary tree after the first sequence which recursive and non - recursive traversal algorithm, and by the first se
accept
- 数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in
mergeinS
- merge sort give a set S of n integers and another integer x, determine whether or not there exits two elements in S whose sum is exactly x.-merge sort give a set of S n integers and anot her integer x, determine whether or not there exits two elemen
chagnshengjiangjun
- 常胜将军 现有21根火柴,两人轮流取,每人每次可以取走1至4根,不可多取,也不能不取,谁取最后一楰火柴谁输。请编写一个程序进行人机对弈,要求人先取,计算机后取;计算机一方为“常胜将军”。 *问题分析与算法设计 在计算机后走的情况下,要想使计算机成为“常胜将军”,必须找出取 关键。根据本题的要求枷以总结出,后走一方取子的数量与对方刚才一步取子的数量之和等于,就可以保证最后一个子是留给先取子的那个人的。 据此分析进行算法设计就是很简单的工作,编程实现也十分容易。-everlas
CollegeWizard
- 这是我写的数据结构的课设,是一个可视化的校园导航的模型,其中图的组织存储是用的多重邻接表,之前网上我只见到过简单数笔的原理介绍,没有人用它来实现图的操作(是我没有看到),所以选择它来做图,主要是技术上的尝试,其操作过程较一般组织结构复杂-I wrote this is the data structure of the classes were created a visualization of the campus navigation model map which store is th
size-compute
- 数据结构常用的算法,实现四则运算相加的,供大家参考-data structure commonly used algorithm, and the sum of four of the operation, for your reference
duoxiaingadd
- 数据结构常用的算法,实现多项式相加的,供大家参考-data structure commonly used algorithm, and the sum of the polynomial, for your reference
sum
- 数据结构,两个矩阵求和,c语言编写,不是c
sum(c)
- 数据结构课件,很有用的,保证让你不会后悔
subsum.rar
- 回溯法求子集和问题, 在回溯过程中利用了剪枝 ,The back track method to solve the sub sum problem
Sum
- 本段程序简单的描述了一下C++教程上关于求和的算法-This section describes the procedures for a simple tutorial on what C++ algorithm on the sum
The-sum-of-Multinomial
- 数据结构中的一元多项式相加,多于考研算法实现很重要。后续部分将在后期上传!-The sum of Multinomial
sum
- 一元多项式的计算代码,是C++初学者的宝典,希望对大家有帮助。-the C++,sum of the yi yuan duoxiangshi.
The-sum-of-the-cross-linked-list
- 十字链表的相加 十分实用 值得你去借鉴 谢谢 互相学习-The sum of the cross-linked list is very useful
Sum
- This mathimatic s of sum program using GUI -This is mathimatic s of sum program using GUI
Maximum sum of subarray
- 题目描述:给定一个数组a[0,...,n-1],求其最大子数组(长度>=1)和 输入描述:第一行一个整数n(1<=n<=5000),然后依次输入n个整数(每个整数范围[-5000, 5000]) 输出描述:输出一个整数表示最大子数组和 样例输入:5 1 -1 1 1 -1 样例输出:2(Topic descr iption:Given an array a[0,..., n-1], find its maximum sum of suba