搜索资源列表
Computmethod
- 有关计算方的经典算法的C程序,迭代、插值、各类积分公式,常微分方程的数值求解、Gauss列主元消去法-side of the calculation of the classical algorithm C procedures, iterative, interpolation, all integral formula, and often the numerical solution of differential equations. Gauss out PCA elimination
3_6
- 高斯-赛德尔迭代法--源代码,这是我的课程设计作业,有点幼稚,请指教-Gauss - Seidel iterative method -- source code, this is my course design work, a bit naive, please enlighten
chaos
- 用VC++实现数字图象迭代混沌加密方法-with VC digital image iterative method Chaotic Encryption
Desktop
- 主要用C++算法写数值分析几种方法 几种迭代法的相互差异和源代码-Is mainly used C++ algorithm for numerical analysis of several ways to write several iterative method of mutual differences and the source code
MRICP2.0.tar
- This the MRICP driver for player/stage. This Driver is used as a localizer and Occupancy Grid Map Builder using simple Bayesian Probability Update. It uses Iterative closest Point method to allign laser scans and estimate the change of pose-This is t
1
- 1. 编程序 用迭代法求a的立方根,求立方根的迭代公式为 ::Xi+1=(2*Xi)/3+a/(3*Xi*Xi) 假定X的初值为a,迭代到|Xi+1-Xi|<10的-5次方为止. 显示a=3,27的值,并通过调用pow(a,1.0/3)函数加以验证.。 -Programmed iterative method to find the cube root and cube root iteration formula :: Xi+1 = (2* Xi)/3+ a/(3* Xi* X
Jacobi
- 数值计算方法中的一个上机实验,雅克比迭代法,一份很详细的实验报告,包括源码-Numerical methods in an experiment on the computer, Jacobi iterative method, a very detailed lab report, including source code
Gausssader
- 高斯赛德尔迭代求解方法,是一种数值结算方法,仅仅大家参考学习,希望大家多多提出意见,加强交流。-High Sisaideer iterative solution method is a numerical method of settlement, only reference study, we hope the advice, strengthen exchanges.
ghsss
- 用Visual C++实现的高斯—赛德尔迭代法 很好用的-With Visual c++ implementation of gauss- seidel iterative method is very useful
goolyou
- matlab逆broyden迭代法计算方程,推荐给大家 不错的-Matlab inverse broyden iterative method to calculate equation, recommend to you good
AES_CMAC
- 通过C语言实现的AES CMAC加密和解密算法。上传文件为完整的VC6工程目录。AES加密算法即密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院 (NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。AES 算法基