资源列表
solve-equations-using-Newton-method
- 使用牛顿法求解方程的根,使用C语言编写,开发环境为visual C-Root using Newton' s method for solving equations, using C language development environment for visual C++
Main
- 纸牌游戏 [ 问题描述 ] 编号为1-52张牌,正面向上,从第2张开始,以2为基数,是2的倍数的牌翻一次,直到最后一张牌;然后,从第3张开始,以3为基数,是3的倍数的牌翻一次,直到最后一张牌;然后…从第4张开始,以4为基数,是4的倍数的牌翻一次, 直到最后一张牌;...再依次5的倍数的牌翻一次,6的,7的直到 以52为基数的翻过。 [ 基本要求 ] 模拟上述过程,输出这时正面向上的牌。-card games [descr iption] No. 1-52 cards face
cs_code
- 常见压缩感知算法汇总,L1,OMP,GP-Common used compressed sensing algorithm summary, L1, OMP, GP
code
- 光滑粒子法简单算例 ,一维激波管 和 二维腔内剪切流动-Smoothed Particle Hydrodynamics simple example, the shock tube one-dimensional and two-dimensional cavity shear flow
Gauss-Seidel-method
- 使用高斯塞德尔数值算法解方程组的解,一般可结合牛顿法使用-Szczecin Del numerical solution algorithm for solving equations, Newton' s method can be combined with general use
FUNGSI-REKURSIF
- Fungsi Rekursif dengan menerapkan contoh Menara Hanoi (Bahasa Indonesia)
Numerical-methods
- 数值计算方法:二次插值、多项式拟合、改进欧拉法、矩阵分解法、列主元素消去法、四阶龙格库塔法、-Numerical methods: quadratic interpolation, polynomial fitting, improved Euler method, matrix factorization, out the main elements of elimination, the fourth-order Runge-Kutta method.
Romberg
- 求积分的优化算法,优点更准确,实现简单,算法实现理想-Romberg algorithm
Google
- Aplicacion de app Engine.. Alumno UNSA PERU
LAPACK_Users_Guide-djvu-version
- 著名数学计算软件库LAPACK的官方说明文档,DJVU电子书版本。-The famous mathematical computing software library LAPACK official documentation, DJVU eBook.
Kaimal-fensu
- kaimal谱的叠加法生成的风速时程程序-Kaimal spectrum superposition method to generate wind speed time-history program
lu
- 矩阵相乘的LU算法,采用行连续划分策略,MPI并行实现。-LU matrix multiplication algorithm, using line continuous partitioning strategy, MPI parallel implementation.