roots
共 16 篇文章
roots 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 16 篇文章,持续更新中。
基于单片机的中草药抓药称量装置的设计
<p>针对中药药房以人工抓药为主造成的劳动强度大、效率低下、易出错等问题,设计了一种基于单片机的中草药抓药称量装置。该装置能完成对根、茎、叶、花、果实等各形态中草药的抓药和称量,安装简便,适应性强,具有一定的市场需求。</p><p>Because the main labor form of traditional Chinese medicine pharmacy is artificially
Power Over Ethernet
December 2007, San Jose, California: It seems a long time ago.<br />
I walked into a big networking company to head their small<br />
Power over Ethernet (PoE) applications team. Surprisingly,<br />
I
Optical+Access+Networks
The roots of this book were planted about a decade ago. At that time, I became<br />
increasingly convinced that wide-area and metropolitan-area networks, where much<br />
of my group’s research has b
Detection Algorithms for Wireless Communications
This book presents, in a unitary and novel perspective, some of the research work<br />
the authors have carried out over the last decade, along with several collaborators and<br />
students. The root
matlab function ---> find roots using fixed-point iteration
matlab function ---> find roots using fixed-point iteration
Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course in numeri
Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course
in numerical methods, Matlab, and technical computing. The emphasis is on in-
formed use of mathematical sof
Polynomial Root Finder is a reliable and fast C program (+ Matlab gateway) for finding all roots of
Polynomial Root Finder is a reliable and fast C program (+ Matlab gateway) for finding all roots of a complex polynomial.
This is a program that will let you calculate roots with the Quadratic formula (including complex ro
This is a program that will let you calculate roots with the Quadratic formula (including complex roots), Factorial of a number, Fibonacci series (and Pascals Triangle still under construction).
roots--一个轻量级的内存数据库系统。基于Hash Map的table设计。快速轻巧。
roots--一个轻量级的内存数据库系统。基于Hash Map的table设计。快速轻巧。
Toolbox for Numerical Computing with MATLAB (by Cleve Moler). Numerical Computing with MATLAB (
Toolbox for Numerical Computing with MATLAB (by Cleve Moler).
Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course
in numerical methods, Matlab, and technica
This program contains the iterative methods of finding solutions of the equation f(x)=0, which are a
This program contains the iterative methods of finding solutions of the equation f(x)=0, which are also known as the roots of the equation f(x)=0
The methods are:
-bisection
-false position
-newto
Summary: Newton-Raphson method for all real roots of the polynomial. MATLAB Release: R11 Descrip
Summary: Newton-Raphson method for all real roots of the polynomial.
MATLAB Release: R11
Description: This M-file calculates all the real roots of the given polynomial. It calls syn_division, a sy
In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots
In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f.
multipleshooting to find the roots of the non-linear functions
multipleshooting to find the roots of the non-linear functions
This library defines basic operation on polynomials, and contains also 3 different roots (zeroes)-fi
This library defines basic operation on polynomials, and contains also 3 different roots (zeroes)-finding methods that can handle quite large polynomials (>1000 coefs)
Implemented in ANSI C++ Te
Topics Practices: Programming and Numerical Methods Practice 1: Introduction to C Practice 2
Topics Practices:
Programming and Numerical Methods
Practice 1: Introduction to C
Practice 2: Cycles and functions
First part cycles
Part Two: Roles
Practice 3 - Floating point arithmeti