资源列表
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
huanxingduilie
- 环形队列,数据结构课程,已通过编译,C语言编码,VC 2008-Circular queue data structure courses, compile C language coding, VC 2008
lightshiftB
- ICCAVR,单片机, AVR单片机,跑马灯程序,应用于开发-ICCAVR, microcontroller, AVR microcontroller, Marquee program, used to develop
insertionsort
- 一个插入排序的实现-Implementation of an insertion sort
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
Implemention3
- 该算法提供一种快速的在数组中查找最大值以及最小值的方法,从算法的角度上改进了其时间复杂度和空间复杂度,具有相对较好的性能。-The algorithm provides a fast method to find the maximum and minimum values in the array, improving its time complexity and space complexity of the algorithm from the point o