资源列表
单根牛顿切线法2
- 我们的作业 计算方法里面的牛顿切线法求根,(单根情况)。-our operations inside the calculation method Newton tangent Root, (single).
erchalianbiao
- 若在二叉链表的结点中只增设一个双亲域 以指示其双亲结点,则在遍历过程中能否不设栈? 试以此存储结构编写不设栈进行中序遍历的递推形 式的算法。
Split_radix
- FFT的分裂基算法,很详细的注释,花了两天的时间。希望对大家有帮助-The Split-radix FFT algorithm, a very detailed notes, spent a couple of days. We want to help
4
- ACM模拟试题 饮食问题 附件中有详细的题目要求和运行通过的源代码-ACM mock examination papers eating problems are detailed in the annex to the subject requirements and run through the source code
matlab-BPSK
- matlab BPSK 调制与解调,BPSK 调制与解调-matlab BPSK modulation and demodulation, BPSK modulation and demodulation
BP
- BP神经网络 采用Matlab工具箱函数建立神经网络-BP neural network Established using Matlab neural network toolbox functions
bahuanghou
- 八皇后是学习c或者c++入门的同学都会接触到的,这个给大家当个模板吧。-Eight queens to learn c or c++ entry students are exposed to this as a template for everyone.
Kalman_filter
- 这是最基本的卡尔曼滤波器的实施。卡尔曼滤波器的测量位置,速度和加速度,估计真实的资料中的。这个例子使用的Scilab。-This is the most basic implementation of a Kalman filter.For measured position, velocity and acceleration, the Kalman filter estimates the true datas.This example works with Scilab.
shannon
- 香农编码的C语言实现,这里的程序比较简单,适合初学者练习写代码用-The Shannon coding in C language, the procedure is relatively simple, suitable for beginners to practice writing code
equacao_reta
- algoritmo da Equacao da reta
1153304_4_1_(1).cpp
- 根据高斯和高斯列主元消元的数值计算方法,编写C++程序,来求解一般矩阵方程的计算及其相关运算。-According to Gauss and out PCA Gaussian elimination numerical methods, the preparation of C++ program to solve the general matrix equation calculations and related operations.
BinaryTree
- 给出二叉树的先序遍历和中序遍历,递归构造出二叉树并打印结果-Given binary tree preorder and inorder traversal, recursive binary tree constructed and print the results