资源列表
Bi_formula
- 二分法求方程的实根 很简单的一个程序 要不是为了下一个东西,我才不会上这么变态的网站!-dichotomy equation for the real roots of a very simple procedure but for the sake of the next one thing, I would not be such a metamorphosis on the website!
longgekuta
- 龙格库塔法的c++编程 n表示几等分,n+1表示他输出的个数-Runge - Kutta method of programming c said several sub n, n He said a number of output
code
- 偏微分方程的松弛迭代法,使用的是java编写的程序,和测试程序,非原创
trangle
- 对于符号三角形问题,符号三角形的第一行有n个符号。符号可以为“+”或“-”,以下每一行的符号由上行得到,2个同号下面都是“+”,2个异号下面都是“-”。如下图所示(第一行有4个符号的符号三角中的其中的一个): 符号三角形问题要求对于给定的n,计算有多少个不同的符号三角形,使其所含的“+”和“-”的个数相同。 Input 输入包含若干个测试用例。 对于每个测试用例,输入的一行是一个整数n(2<=n<=20),表示符
matlabmatrix
- 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Writ
lagran.rar
- 拉格朗日插值模拟曲线,基于matlab的程序,Lagrange interpolation simulated curve, based on the matlab procedure
sortowanie
- The function shows the image
dijstra_heap
- 可以通过此算法高效的生成最小生成树。是对dijstra算法的优化。 -This algorithm can efficiently generate the minimum spanning tree. Is dijstra algorithms.
value_of_pi
- 利用圆方程判断点是否落在圆内,输出求出的π值 -Circle equation to determine whether the use of points fall within the circle, the output value of π calculated
main
- 数据结构与算法 求集合A B的对称差-Collection of data structure and algorithm for getting the symmetric difference of AB
Single-table-transpose
- 利用单链表原来的空间将一个单链表就地转置。 设单循环链表的头指针为head,类型为node。逆置时需将每一个结点的指针域作以修改,使其原前趋结点成为后继 -Using single original space will form a single, table in situ transposed. A single list of head to head pointer, types of node. When will need to buy inverse ea
PrimeTest
- 判断一个大数是否是素数,本代码采用随机算法实现,是原来参加ACM竞赛是做过的题!-prime test