资源列表
Data_N
- 高斯方程的解法,使用VC++编程实现。内含具体事例,能立刻使用。-Solution Gauss equation, using VC++ programming. Contains specific examples, can be used immediately.
NLPforCQSDP
- 二次半定规划的非线性规划算法源代码,比内点算法快很多。-Based on the change of , an augmented lagrangian algorithm to solve convex quadratic SDP is proposed. The algorithm’s distinguishing feature is a factorization, the gradient method and an exact linesearch procedure. The c
liangzisuichuansuanfa
- 粒子势垒隧穿算法,与退火原理基本一样,这是解决旅行商问题的源代码。-Particle tunneling barrier algorithm, and annealing the same basic principle, which is to solve the traveling salesman problem' s source code.
Monituihuosuanfa1
- 模拟退火算法求解最优解问题,通过matalab程序实现。-Simulated annealing algorithm to solve the optimal solution of problem by matalab program implementation.
gaosi
- 高斯-赛德尔迭代法求解方程组,通过matlab编程实现。-Gauss-seidel iterative method for solving equations, by matlab programming.
tabu
- 通过禁忌算法求解最优解的问题,可以计算最小值。-Through the tabu algorithm to solve the optimal solution of the problem, the minimum value can be calculated.
four-Interpolation
- 数值计算中常用的四钟插值代码,包括牛顿、拉格朗日、艾米特插值等-Numerical calculation commonly used four clock interpolation code, including Newton, Lagrange, Amit interpolation
TSP_tabu
- This project includes solving of TSP with Tabu Search Algorithm. It has been codded for final term project
Spoj
- Solution for some Problems in Spoj
Turbo_Tst
- 使用itpp通信库自己编写的Turbo码的仿真程序,包括完整的turbo码的编解码函数。交织采用随机交织(自编函数)。6分钟跑完500万个点,解码迭代次数为5次。之前的matlab程序比这个点少,还跑了3个小时。-Use itpp communication libraries have written Turbo code simulation program, including the full codec function turbo codes. Intertwined with ra
bisect_C
- 二分法的C程序实现。研究单变量非线性方程f(x)=0的二分法求解及此方法的收敛性,根据误差估计确定二分次数并进行求解。-Dichotomy of C program. Research univariate nonlinear equation f (x) = 0 dichotomy solving and convergence of this method to determine the binary frequency error estimate based on and solved
bisect
- 二分法的Matlab程序实现。求解非线性方程f(x)=0的问题。而方程f(x)是多项式或超越函数又分为代数方程或超越方程。-Dichotomy Matlab program. Solving nonlinear equations f (x) = 0 problems. The equation f (x) is a polynomial or a transcendental function is divided into algebraic equations or transcenden
