搜索资源列表
FDTD-WireAtenna1
- 3D-FDTD程序计算平行双阵子,可以调整阵子间距和阵子半径。以达到设计一定仰角的目的。-3D-FDTD calculated parallel ago, spacing can be adjusted stream and stream radius. Designed to achieve a certain elevation purposes.
couple_line
- FDTD法计算平行耦合双微带线电容电感参数的程序-FDTD method parallel microstrip line coupling capacitance - inductance parameters of the process
MathEx
- 常用计算机图形学算法.包括射线,球,直线,与轴平行包围盒相交计算,常用矩阵运算等.
123
- 基天子matlab的双缝干涉从单缝(线光源)发出的单色光射到与之平行的双缝上,即可在双缝屏后获得来自双缝(相干光源)的两束相干光在空间叠加,用光屏承接后可获得干涉图样(在一定范围内出现等间隔明暗相间的平行干涉条纹;用白光做实验则可获得彩色干涉图样).如果能在计算机上模拟出来.对
Crosstalk_f
- 该程序用于计算n根平行导线间的串扰,程序结构及说明见程序内。源可以是单频的或脉冲的(这里给出的是频域的)。频率、波形、线长、电源及负载阻抗均可在用MATLAB编写的语句中方便地修改。但必须输入导线系统每单位长度的电感、电容矩阵。
chaoliujisuan
- 一个典型的直角坐标牛顿拉夫逊法程序,用于电力系统的潮流计算,程序可计算带PQ节点、PV节点、平行支路、接地支路、非标准变比变压器支路的电力系统潮流,通用性良好。-A typical Cartesian coordinate procedures Newton Raphson method for power system load flow calculation, the program calculates the node with the PQ, PV nodes, the parall
parallel_coupledfiler
- 平行耦合线计算程序。本程序可对常见平行耦合微带滤波器的奇偶模阻抗进行准确计算,建议微波专业人员按需下载。-Parallel coupled line calculation program. This program can be parallel coupled microstrip filter for common mode impedance of the parity accurately, the proposed microwave professionals on-demand
Level.surface.paralle.calculation.corrections
- 水准面不平行性改正数的计算Level surface is not parallel to the calculation of corrections -Level surface is not parallel to the calculation of corrections
ParallelSquareCapacitance
- 在mtlab下,运用矩量法计算两平行方板电容,并分析电容随两方板边长和两方板之间距离的变化-In mtlab, compution of two parallel side plate capacitor, and capacitance of the two sides of edge length and the distance between the two sides change board
MATLABwork
- 光学设计:半导体激光器动态特性计算,LED电流—电压特性曲线仿真,高斯光束透镜变换特性的分析,光波在介质面上反射折射仿真计算,平行平面腔模的迭代解法-Optical Design: semiconductor laser dynamics calculations, LED current- voltage characteristics simulation, transformation properties of Gaussian beam analysis of the lens, li
ParallelSquare
- 运用矩量法,计算平行方板(互联和非互联)的电参数,源代码详细-Using the method of moments to calculate the parallel side plates (Internet and non-Internet) the electrical parameters, source code detailed
FD-matlab
- 用有限差分法计算静电场问题,两平行的无限大极板接地,在它们中间平行放置一半极大的极板,该极板接电位为V,求解该静电场的分布.-Electrostatic field problems using finite difference method, the two infinite parallel plates grounded, among them, placed parallel to the great half of the plate, the plate then potentia
parallel-unequalleng
- 基于fortran语言的平行偶极子互耦计算-Mutual coupling calculation based on the fortran language parallel dipole
calculating_Green_functions
- 理论地震学:平行层状介质理论地震图计算源程序-Theoretical seismology: the parallel layered media seismograms source
parallel_coupledfiler
- 输入滤波器说要参数,包括带宽,活波损耗,通带波纹计算平行耦合线滤波器阻抗-Calculate the parallel coupled line filter impedance
XIANQUAN
- matlab函数实现任意位置平行线圈的互感值计算-matlab function anywhere in parallel to achieve the mutual inductance value of the coil
couple_Lpfg
- 计算两根平行的长周期光纤光纤光栅之间的偶和效率与光栅长度以及光栅之间的偏移量offset的关系-calculating the coupling efficiency of two parallel identical long-period fiber gratings
matlab-rotating-calculation
- EasySolve: 求取线性方程组AX+B=0的一组解,若解唯一则直接返回该解,若解不唯一则从解集中随机返回一组 程序会根据方程信息自动计算返回的解的合适数量级和随机中心的偏移量,使得返回随机解的大小合适于调用它的程序。 OrnoBasis: 根据输入向量的维度,返回该维度下的一组标准正交基底,输入的列向量组中的有效向量(非零、线性无关)会被标准正交化并作为基向量、按旧有顺序排在增补列向量的前边。 RotaObj: 任意维度下(>=2)的点集的保形旋转(不变形的旋转,
椭球面弧长计算
- 根据经度纬度,计算卯酉圈半径、子午圈半径、纬圈半径、子午圈弧长、平行圈弧长和梯形图幅面积。
二维空间点线线线距离
- 基于GIS空间分析的简单入门,二维空间内点到线的距离使用的矢量法实现,线与线的距离使用线方程法,先判定是否平行然后计算距离。两个CPP文件,用于VC6.0实现。