资源列表
Power-Fctor-correction-ALgorithm
- power factor correction Algorithm
shell_sort
- 一种关于希尔算法的新解法,其空间复杂度大大减小。-A new solution algorithm Hill about its space complexity is greatly reduced.
helixMatrix
- 生成螺旋片的小程序,转自萝卜网站,供大家切磋学习!-To generate a small spiral-chip process, carried carrot website for everyone to learn learn!
Main
- Algorithm of dichotomy method
zopplitz_solution
- 该程序是徐世良程序集上面一个求解多元一次的程序,希望对大家有一点儿帮助-you can use it to solove a nonlinear equation
Cpp1
- 牛顿迭代的c语言程序,牛顿迭代法是求方程根的重要方法之一,其最大优点是在方程f(x) = 0的单根附近具有平方收敛,而且该法还可以用来求方程的重根、复根,此时线性收敛,但是可通过一些方法变成超线性收敛。另外该方法广泛用于计算机编程中。 -Newton iteration c language program, Newton' s law is an important way to find one root of the equation, its greatest advantag
LU_DecomME1
- MATLAB 数值分析,矩阵分解实例,LU分解-MATLAB numerical analysis, matrix factorization example, LU decomposition
lightshiftB
- ICCAVR,单片机, AVR单片机,跑马灯程序,应用于开发-ICCAVR, microcontroller, AVR microcontroller, Marquee program, used to develop
Newton_int
- 数值分析计算程序例子,牛顿基本插值法,注意如果插值次数n过高会产生龙格效应导致误差过大。-Numerical analysis program example, Newton interpolation, pay attention to the interpolation times n Runge effects lead to too high will produce error is too large.
Untitled
- 多天线系统小区用户最佳预编码顺序的确定.介绍了一种在实际下行广播信道中采用脏纸编码(DPC)设计系统的方法,其 中基站发送端为多天线,接收端为单天线。主要的目标是在下行信道中满足每个用户的最小 速率要求和最大误码率要求的条件下最小化总体的传输功率-Cell users the best pre-coding sequence to determine a multi-antenna system. Describes an actual downlink broadcast channe
floyd
- 用floyd算法实现求任意两点之间的最短路程。运筹学中带权图中两点间的最短路程算法。-Floyd algorithm using the shortest distance between any two points.