搜索结果
找到约 86 项符合
CalCulation 的查询结果
按分类筛选
- 全部分类
- matlab例程 (16)
- 数学计算 (5)
- 单片机编程 (4)
- *行业应用 (4)
- 文件格式 (4)
- 其他行业 (3)
- Java编程 (3)
- 文章/文档 (3)
- 加密解密 (3)
- 技术资料 (3)
- PCB相关 (2)
- 可编程逻辑 (2)
- GPS编程 (2)
- 网络 (2)
- 书籍源码 (2)
- 汇编语言 (2)
- 单片机开发 (2)
- 软件设计/软件工程 (2)
- 人工智能/神经网络 (2)
- 数值算法/人工智能 (2)
- 多媒体处理 (1)
- 模拟电子 (1)
- 通信网络 (1)
- 数据结构 (1)
- 微处理器开发 (1)
- 系统设计方案 (1)
- 其他嵌入式/单片机内容 (1)
- 压缩解压 (1)
- 通讯编程文档 (1)
- 通讯/手机编程 (1)
- VHDL/FPGA/Verilog (1)
- 其他 (1)
- Linux/Unix编程 (1)
- 编译器/解释器 (1)
- 嵌入式/单片机编程 (1)
- 3G开发 (1)
- 技术教程 (1)
- VIP专区 (1)
Java编程 Implement the following integer methods: a) Method celsius returns the Celsius equivalent of a Fahr
Implement the following integer methods:
a) Method celsius returns the Celsius equivalent of a Fahrenheit calculation
celsius = 5.0 / 9.0 * ( fahrenheit - 32 )
b) Method fahrenheit returns the Fahrenheit equivalent of a Celsius the calculation
fahrenheit = 9.0 / 5.0 * celsius + 32
c) Use the metho ...
数学计算 Coaxial feed structures are widely used in ultra-wide band antennas . This paper modeled the charact
Coaxial feed structures are widely used in ultra-wide band antennas . This paper modeled the characteristic of the monopole antenna feeded by coaxial line by FDTD in the time-domiain,which showes that . Firstly, it introduced the theory of the arithmetic and the particularly realization in the calcu ...
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, recursive quadrature ...
matlab例程 im2dat.m is used to convert images to data which can be plotted using the standard MATLAB functions.
im2dat.m is used to convert images to data which can be plotted using the standard MATLAB functions. This is very handy if you have plots on hardcopy and you want to convert them into data that MATLAB can use. The scanned image can be analysed by this function and the output will allow you to perfor ...
matlab例程 Quaternions are hypercomplex numbers (that is generalizations of the complex numbers to higher dimen
Quaternions are hypercomplex numbers (that is generalizations of the complex numbers to higher dimensions than two). For an introduction, refer to the Wikipedia article on Quaternions.
Quaternion toolbox for Matlab&reg extends Matlab&reg to allow calculation with matrices of quaternions in almost t ...
数学计算 observable distribution grid are investigated. A distribution grid is observable if the state of th
observable distribution grid are investigated. A distribution
grid is observable if the state of the grid can be fully determined.
For the simulations, the modified 34-bus IEEE test feeder is used.
The measurements needed for the state estimation are generated
by the ladder iterative technique. Two ...
文件格式 solvin Parbolic forms of PDE explicitly. The error is O( h2+k2) or O(2,2) , it doesn鈥檛 develop the
solvin Parbolic forms of PDE explicitly.
The error is O( h2+k2) or O(2,2) , it doesn鈥檛 develop the explicit local truncation error because it is unconditionally unstable and should not be used in any calculation.
数值算法/人工智能 This program incorporates the FV method for solving the Navier-Stokes equations using 2D, Cartesian
This program incorporates the FV method for solving the Navier-Stokes equations using 2D, Cartesian grids and the staggered arrangement of variables. Variables are stored as 2D arrays. SIMPLE method is used for pressure calculation. UDS and CDS are implemented for the discretization of convective te ...
文件格式 This section describes the development and extension of a basic power flow program in Matlab. To th
This section describes the development and extension of a basic power flow program in Matlab. To the extent feasible, complex vector operations are used, even for the calculation of the Jacobian matrix .