资源列表
migongwenti
- 迷宫问题。以一个 m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论 起点就是方阵中的(1,1)终点就是(m-1,n-1) -Maze. With an m* n matrix, said the long labyrinth of 0 and 1, respectively, the maze of paths and obstacles. Designing a program, for any se
12
- c编写的链表连接函数,上课时学的,上传试试 -c write the list to connect function, class, learn, try uploading
fibonacci
- 优化的fibonacci数列计算程序,可以较短时间计算出较大的数字-Fibonacci series, optimization program that can calculate the short time a large number of
Seidel-iteration
- 这是计算方法中的一个实验,其主要功能是实现赛德尔迭代-This is an experiment in the calculation, and its main function is to achieve Seidel iteration
gaojinduchufa
- C++写的 高精度除法 的代码实现,分享给大家一起学习用,跟乘法一起看比较好-Written in C++ code to achieve high-precision division, to share with everyone learning to use, with the multiplication look better with
matrix
- matrix addition, multiplication, transpose
SZFX_8
- 幂法求矩阵特征值,矩阵已内置,可修改为其他输入方式-The power law matrix eigenvalue matrix has built-in, can be modified to other input
upward_continuation
- 实现位场数据的向上延拓运算,有效的消除数据中的噪音及浅部干扰。-Realize the potential field data upward continuation operator, effectively eliminate the noise in the data and shallow interference.
Calculate_the_number_of_kernel
- Volterra 级数,用于非线性建模,其中核需要自己确定,还有记忆长度-Volterra series for nonlinear modeling, in which the core needs to set itself, as well as memory length
xianjiefa
- 数值计算弦截法求根,原创代码,有注释,有例子,分享,其实不难-Seeking the roots of secant method of numerical calculation, the original code, comments, there are examples, share, it is not difficult
sequence-node
- 数据结构习题代码:假设以带头结点的循环链表表示队列,并且只设一个指针指向队尾元素结点而不设头指针,试编写相应的队列初始化、入队列、出队列和判断队列状态的算法。-Assuming lead to circular list node represents a queue, and only set up a pointer to the tail element nodes instead of being the head pointer, try to prepare the correspo
A-simple-equation
- 使用python语言,解决了简单的一元二次方程的求解问题-Using the python language, to solve the problem that solve the simple a yuan quadratic equation
