搜索:Formulas
找到约 15 项符合「Formulas」的查询结果
结果 15
按分类筛选
https://www.eeworm.com/dl/652/473756.html
文章/文档
This is Math Formulas & Tables. Maybe useful.
This is Math Formulas & Tables.
Maybe useful.
https://www.eeworm.com/dl/670/135470.html
生物技术
The ICA/BSS algorithms are pure mathematical formulas, powerful, but rather mechanical procedures: T
The ICA/BSS algorithms are pure mathematical formulas, powerful, but rather mechanical procedures: There is not very much left for the user to do after the machinery has been optimally implemented. The successful and efficient use of the ICALAB strongly depends on a priori knowle ...
https://www.eeworm.com/dl/534/479973.html
其他
实现复杂的数字公式识别
实现复杂的数字公式识别,The number of complex formulas to identify
https://www.eeworm.com/dl/648/361692.html
单片机开发
Generating Fractals with SSE/SSE2 You probably have heard about fractals before. They are beautiful
Generating Fractals with SSE/SSE2
You probably have heard about fractals before. They are beautiful pictures such as the one shown above. Any fractal can be described using iterative formulas. So you can generate a fractal by evaluating these formulas and finding the color of eac ...
https://www.eeworm.com/dl/532/487006.html
书籍源码
以前在VB6水晶报表里设置了个参数@aa
以前在VB6水晶报表里设置了个参数@aa,在代码处写 Cry1.Formulas(1) = "aa= 123 ",则可在报表处显示出来。”
你这样应该是公式
https://www.eeworm.com/dl/516/469925.html
DSP编程
This sample program generates two sine waves called X and Y. It will then calculate the normalized
This sample program generates two sine waves called X and Y.
It will then calculate the normalized magnitude and phase of
the two waveforms using the following formulas:
Mag = sqrt(X^2 + Y^2)/sqrt(GainX^2 + GainY^2)
Phase = (long) (atan2PU(X,Y) * 360)
The pro ...
https://www.eeworm.com/dl/510/36473.html
无线通信
光纤_dB_衰减和测量介绍
This document is a quick reference to some of the formulas and important information related to optical technologies. It focuses on decibels (dB), decibels per milliwatt (dBm), attenuation and measurements, and provides an introduction to optical fibers.
https://www.eeworm.com/dl/571/20668.html
模拟电子
如何设计升压转换器MAX17597峰值电流模式控制器
Abstract: This application note describes how to design boost converters using the MAX17597 peakcurrent-mode controller. Boost converters can be operated in discontinuous conduction mode (DCM) orcontinuous conduction mode (CCM). This operating mode can affect the component choi ...
https://www.eeworm.com/dl/542/493760.html
其他书籍
A large body of computer-aided techniques has been developed in recent years to assist in the proce
A large body of computer-aided techniques has been developed in recent years to assist
in the process of modeling, analyzing, and designing communication systems . These
computer-aided techniques fall into two categories: formula-based approaches, where the
computer is used to ev ...
https://www.eeworm.com/dl/665/347556.html
matlab例程
迭代自适应Simpson
迭代自适应Simpson,Lobatto积分
In almost every standard book on numerics quadrature algorithms like the adaptive Simpson or the adaptive Lobatto algorithm are presented in a recursive way. The benefit of the recursive programming is the compact and clear representation. However, ...