搜索资源列表
Giaotrinh_FORTRAN
- Fortran - Tóm tắ t nộ i dung mô n họ c Các khái niệ m và yế u tố trong ngô n ngữ lậ p trình FORTRAN. Các câ u lệ nh củ a ngô n ngữ FORTRAN. Cơ bả n về chư
BSPLINE.ZIP
- C++ src for simple b-spline curve algorithm
B
- bezier曲面和曲线的算法及vc下程序实现-surfaces and bezier curve algorithm and procedures to achieve under vc
AR_spectrla_analysisissatisfactory
- 本文主要介绍在PCI图像采集系统的基上,由B超序列图像重建出全方61 t4型心动图。通过梯度算法、曲线拟合算法等图像处理技术获得心动图波形函数,采用自回归谱估计分析获得较为满意的结果。谱分析方法为心脏病的临床诊断提供了一种新的方法。 -This paper mainly introduces the PCI-based image acquisition system, the B-sequence of images from the reconstruction of a full si
soft-barron-s60
- Coefficients a and b control the low and high frequency ranges that the watermark affects. Because of the watermark invariant properties, we embed the watermark only in the Fourier descr iptor magnitude. We use the inverse Fourier transform of the Fo
bspline
- B-spline curve creation
5
- 目前牵引变压器差动保护原理在某些因素的影响下并不能准确地区分变压器内部故障和外部故障,可能造成保护误动或拒动,危及电气化铁道系统的安全运行。针对这一现状,建立了计及铁芯非线性特性和磁滞效应而又无需铁芯的B-H曲线数据的牵引变压器模型,提出了一种通过参数辩识理论来辩识牵引变压器绕组参数实现牵引变压器微型机保护的方法。该方法能有效地区分内部故障、外部故障和励磁涌流。仿真计算表明了该方法的正确性和可行性。-Traction transformer differential protection pri
Byangtiaoquxian
- B样条曲线,算法,及其结果示意截图,很具体-B-spline curve
zhongxindianchuizhicichang
- 中心点垂直磁场,使用matlab已有的erf误差函数,图形已绘制,绘制偏b比偏t的曲线-The center point of the vertical magnetic field using matlab existing erf error function, the graphics have been drawn, draw partial b than partial t curve
fractal-use
- 分形的练习一 ①Koch曲线 用复数的方法来迭代Koch曲线 clear i 防止i被重新赋值 A=[0 1] 初始A是连接(0,0)与(1,0)的线段 t=exp(i*pi/3) n=2 n是迭代次数 for j=0:n A=A/3 a=ones(1,2*4^j) A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a] end plot(real(A),imag(A)) axis([0 1 -
CurvrFitting
- 非晶态硅Forouhi-Bloomer模型参数拟合计算 半导体材料对光的吸收作用用k表示。材料的k一般都会随着入射光的波长的改变而改变。其变化规律因材料而异,但是对于同一类型的材料常可以用一种模型来表示。但是对于特定的材料,其模型参数的确定常的通过曲线拟合的方法得到的。 题目: 对于非晶态的硅,其K满足如下模型: 其中A、B、C为系数,且均大于零,并满足4C-B2>0 Eg为禁带宽度,值为1.3 ev , E为能量。 现已知一组E对应的
Ecc
- 椭圆曲线参数,方便椭圆曲线取基点和阶,a,b的值免去不必要的运算。-Elliptic curve parameters to facilitate take bp and bands of the elliptic curve, a, the value of b to avoid unnecessary operation.
knot
- procedure for finding chord length. it will help draw a curve for b-spline
The-conversion-matrix
- 本文研究了bezier曲线与b样条曲线间的转换矩阵的生成-This paper studies the transformation matrix between the bezier curve with b-spline curve generated
OPTICAL-waveguidehomework2neffuestc
- 根据条形光波导折射率数据,分别针对宽高比a:b为1:1与 2:1两种情形,设计分析 : 1. 满足单模与双模传输的 波导尺寸范围。(需要 给出色散曲线) 2. 针对两种情形,选取你 认为最佳的波导尺寸, 计算对应的模折射率。 (计算时假设上、下包 层均很厚)-According to the refractive index of the optical waveguide stripe of data, respectively, for an aspect
bianyaqi
- 简介:负载曲线的平均负载系数越高,为达到损耗电能越小,要选用损耗比越小的变压器;负载曲线的平均负载系数越低,为达到损耗电能越小,要选用损耗比越大的变压器。将负载曲线的平均负载系数乘以一个大于1的倍数,通常可取1-1.3,作为获得最佳效率的负载系数,然后按βb=(1/R)1/2计算变压器应具备的损耗比。 -Introduction: the average load factor of the load curve is higher, the loss of power to achieve s
smoothing-algorithm-
- 广义B样条曲线的节点去除与光顺算法,样条插值算法,更光滑的插值算法-Node removal and smoothing algorithm for generalized B spline curve
Scipy
- SciPy—数值计算库 在NumPy的基础上增加一些功能 1、常数和特殊函数 2、线性代数-linalg 3、优化 (1)非线性方程组求解 (2)最小二乘拟合 (3)函数最小值 4、插值—interpolate (1)B样条曲线插值 (2)外推和Spline拟合 (3)二维插值 5、数值积分—integrate (1)球的体积 (2)解常微分方程组 6、统计—stats (1)连续和离散概率分布 (2)二项、泊松、伽玛分布 7、稀疏矩阵—sparse(On t