搜索资源列表
BisectionMethod
- Bisection method in C#. Program can be easily altered for different equations, intervals, interval increments, solved to your specified required accuracy, within your desired number of iterations.
NewtonsMethod
- Newtons method in C#. i.e. solve an equation using formula: Pn+1 = Pn - f(Pn)/f (Pn). Program can be easily altered for different equations, solved to your specified required accuracy, within your desired number of iterations.
shannon
- shannon编码.cpp Shannon编码采用了先对概率分布排序后,再进行取码长,码长的选取方式是对概率累和取以2为底的对数形式。这种编码具有一定的局限性,当概率很接近时,码长会去到相等的长度。-shannon coding. cpp Shannon coding uses the first order of probability distribution, after taking further code length, code length selection method is
Optimization3
- secant method and Newton-Lagrange method
Gauss-Average-inverse-method
- 有关大地测量方面的高斯平均引数法反算,希望对大家有用-For geodetic Gauss Average inverse method, we hope to be useful
Gauss-Average-method-is-considered
- 有关大地测量方面的高斯平均引数法正算,希望对大家有用-For geodetic Gauss Average method is considered, we hope to be useful
Factory-Method
- 设计模式中重要的工厂模式,简单工厂模式是类的创建模式,又名静态工厂方法,是由一个工厂类根据参数来决定创立出哪一种产品类的实例-Important design patterns factory pattern is a simple factory pattern to create a class model, also known as a static factory method, is a factory class to decide according to the paramet
Neighbor-search-method
- 一种用近邻搜索法解决VRP问题的源代码,可以解决多种问题-Source code of a nearest neighbor search method to solve the VRP problem
Energy-detection-method
- 这是一个能量检测法根据陈曦西安电子科技大学的硕士论文认知无线电中的频谱感知算法研究所得,公式也按照里面的编写 -This is an energy detection method according to Chen Xi, Xi' an University of Electronic Science and Technology Master' s thesis in cognitive radio spectrum sensing algorithm research, f
CSharpWebbrowserusing-the-common-method
- C#中的WebBrowser控件的使用常用方法 -C# WebBrowser control using the common method
iteration-method
- 解线性方程组的迭代法 雅可比迭代、高斯—赛德尔迭代、超松弛迭代法 -Solving linear equations iterative method Jacobi iteration, Gauss- Seidel iteration SOR method
Lagrange-interpolation-method-
- 运用拉格朗日插值方法C语言编程,按照提示输入参数进行计算-Lagrange interpolation method using the C programming language, follow the prompts to enter the parameters were calculated
Bubble-sort-method
- 冒泡排序法,根据数组的冒泡排序法,比较两个字符串的大小,再交换字符串。-Bubble sort, bubble sort method based on the array, compare two strings size, then swap strings.
LDPC-gallager-construction-method-
- LDPC码的gallager构造法实现,-LDPC codes gallager construction method to achieve,
direct-sampling-method
- 在球坐标系(r,w1,w2)下产生球面上均匀分布的随机坐标点的直接抽样方法。-In spherical coordinates (r, w1, w2) is generated uniformly distributed random sphere coordinates direct sampling method.
The-least-square-method
- 最小二乘法代码,利用最小二乘法可以简便地求得未知的数据,并使得这些求得的数据与实际数据之间误差的平方和为最小-least square method
Catch-method
- 该程序是在C语言的编译环境下来探索追赶法求解线性方程组。-The program is to explore the pursuit method for solving linear equations in C language compiler environment down.
Jacobi-iterative-method
- 该程序是在C语言的编译环境下探索利用Jacobi迭代方法求解线性方程组。-The program is to explore the environment in the C language compiler using Jacobi iterative method for solving linear equations.
Conjugate-Gradient-Method-source
- 共轭梯度法源程序,可以再vc++下进行运行-Conjugate Gradient Method source
C-language-to-achieve-SOR-method
- Jacobi_Gauss-Seidel法求解方程的C语言程序-Jacobi_Gauss-Seidel method for solving the equation of the C language program
