搜索资源列表
regex3.8a.tar
- Open source for regula expre
bisection
- Bisection, Newton, Regula falsi method applied in matlab
RegulaFalsi
- Regula falsi method applied in matlab
numeric_tool
- That s a numeric tool which can be use to solve some numeric problems. Tool has newton raphson, regula false and some numerical way like them-That s a numeric tool which can be use to solve some numeric problems. Tool ha
ALGO2-3
- Algo2-3.c C program for implementing Algorithm 2.3 Algorithm translated to C by: Dr. Norman Fahrer IBM and Macintosh verification by: Daniel Mathews NUMERICAL METHODS: C Programs, (c) John H. Mathews 1995
EnrollmentSystem
- Enrollment System v1.0 This a complete enrollment system that you can use in recording a students information. I started working with this project using MS Access. You can benefit the use of a parent/child to grand
ZhengZeBiaoDaShi
- C#里面的调用常用的正则表达式,有word说明文件,程序调试通过了。-C# regula formula。
NM
- matlab file computes for NM-RF (Regula-Falsi) method and Secant
A.Blind.MPEG-2.Video.Watermarking.Robust.to.Regula
- Abstract—Based on the observation that low-frequency DCT coefficients of an image are less affected by geometric processing, we propose a new blind MPEG-2 video watermarking algorithm robust to camcorder recording.
PerformanceEvaluation
- This paper carries out a performance evaluation of numerical algorithms on non-linear equations by implementing newton-raphson, bisection and regula-falsi algorithms using c-This paper carries out a performance evaluatio
root
- Chapter 2. The Solution of Nonlinear Equations f(x) = 0 Algorithm 2.1 Fixed Point Iteration Algorithm 2.2 Bisection Method Algorithm 2.3 False position or Regula Falsi Method Algorithm 2.4 Approximate Loca
Regula-Falsi-Method
- a c++ program that computes for the roots of a polynomial using the regula-falsi method.
regula_falsi
- calculation program system of linear equations by the method of the regula falsi
nonlinear-equations
- 非线性方程求根程序,含割线法、试位法、不动点迭代法、NEWTON-Raphason方法等,还有详细的误差分析,和各种方法示意图-this program is intended for nonlinear equations,including the regula method/secant method/fix point method/newton-raphson method and so on
NEWTON
- this source code is about regula this is use in computation numeric for student
Numerical_alculation_method
- 数值计算方法的MATLAB示例,用于方程根的数值求解,包括了牛顿迭代和割线法等等。-newton,regula,secant method
3
- 介绍 了 基于二值图像的目标边界跟踪算法及其在红外成像型 G I F 中的应用,并将算法与利用微 分算子检测 目 标边缘的传统算法 进行 了比较, 通过仿真表明目 标跟踪算法较传统算法不仅能够准 确、 有序地检测出目标的整个边缘,实现图像信息的压缩,而且能够比较好的去除图像中的小块噪声。- T racing edge algo r i th m based o n b inary im age and its applicati
275-A-Loss-Free-Resistor-Based-Approach-to-Regula
- An electronic ballast, to regulate the power in an Electrodeless Induction Lamp, based on the Loss Free Resistor (LFR) concept is presented here. It consists of two stages. The first one, a boost converter, behaves like
NumericMethod
- Implementation Bisection, Newton Raphson and Regula Falsi methods in Matlab
Regula Falsi Method
- Regula Falsi/ False Position method is used to find root of equation.