搜索资源列表
李学武提交C语言源代码
- 李学武提交的C语言源代码,包括Hilbert曲线,高精度计算,π值计算公式,取石子游戏,趣味等式填数游戏3则,验证四色定理等- Li Xuewu submits the C language source code, including the Hilbert curve, the high accuracy computation, pi the value formula, takes the gravel game, the interest equality fills in the
常用电气计算
- 这里面是关于电气常用公式计算,对电子电气类学习参考有一定的价值-There is a commonly used formula of electrical, electronic reference Electric learning has its value
上海四金计算
- one tool 自定义 Microsoft Visio 可以配合开发 Microsoft Visio 解决方案,该解决方案是创建解决方案以解决特定绘图问题的完善指南。您可以获得有关使用公式设计模仿真实物体和行为的 SmartShape 符号的详细信息。-one tool self-define Microsoft Visio ,it can cooperate with Microsoft Visio to make solution.this solution is a full re
Machina公式
- 一个用Machina公式计算圆周率的高精度算法,超快-Machina a formula using the ratio of the circumference precision algorithm, ultrafast
Poland
- 自动计算公式,会根据优先级 输入5+9*9,会计算出86 -automatic formula, according priority to import 5 9 * 9, reckoned 86
Galaxy_kl
- 用vs.net 2003 开发的 编写的个税计算公式小程序 属旧的计算方法-vs.net 2003 with the development of the 000 tax preparation formula is a small program of the old calculation method
shang_erzhi
- 图像一维熵的计算方法。读入彩色图像,利用图像信息熵的计算公式,设计算法,实现熵的计算。-one-dimensional image entropy method of calculation. Reading into color images using image information entropy formula, design algorithm, and entropy calculations.
Squre
- 使用最小二乘法的一次性计算公式来估计y(i) = b0 + b1 * x + b2 * x^2 + b3 * x^3 + ...... bn * x^n中b0, b1, ..., bn的值,并显示你和的曲线.-use of least squares method of the one-time formula to estimate y (i) = b0 b1 b2 * x * x ^ 2 b x ^ 3 * 3 * ...... bn x ^ n b0, b1, ..., bn value,
LiftingWaveTransform
- 此为基于二代提升小波的阈值压缩算法源码,其中可以设置小波变换的分解层数,使用的小波名称,及各层阈值设置计算公式中的参数。并将低频系数转化为十六进制,方便在其上进一步压缩,如采用Huffman压缩等,程序思路清楚,附有完整的注释,可以使用多种小波,并且很好得体现了二代小波的思想,对于初学小波者帮助很大。-based on the second generation of this upgrade wavelet compression algorithm threshold source, whi
Zuixiaoerchengqiuquxiannihe
- 首先介绍多元线性回归公式(即最小二乘法计算公式),然后进行VB编程,实现多次曲线拟合算法。
数值计算
- 定步长辛普森公式计算.二分法.列主高斯消去法.龙贝格.牛顿迭代法.弦截法.逐次超松弛迭代法.-fixed step Simpson formula. Dichotomy. Main-Gaussian Elimination Act. Romberg. Newton iteration. Xianjie law. Successive Over-Relaxation iterative method.
各种常用的电气计算公式
- 各种常用的电气计算公式
计算几何
- 目录 ㈠ 点的基本运算 1. 平面上两点之间距离 1 2. 判断两点是否重合 1 3. 矢量叉乘 1 4. 矢量点乘 2 5. 判断点是否在线段上 2 6. 求一点饶某点旋转后的坐标 2 7. 求矢量夹角 2 ㈡ 线段及直线的基本运算 1. 点与线段的关系 3 2. 求点到线段所在直线垂线的垂足 4 3. 点到线段的最近点 4 4. 点到线段所在直线的距离 4 5. 点到折线集的最近距离 4 6. 判断圆是否在多边形内 5
自己用matlab编的核心专利计算公式
- 自己用matlab编的通过引用关系计算核心专利的程序。也许不够专业,不过绝对原创。
VCMath.VC度分秒(时分秒)转换公式
- VC度分秒(时分秒)转换公式;求经纬度差;渐长纬度计算公式;已知两点经纬度求第二点相对第一点的方位距离,VC degrees minutes and seconds (time minute and second) conversion formula seeking latitude and longitude difference amidst growing latitude formula 2:00 longitude and latitude are known to seek
wigner-ville分布系列的matlab编程
- matlab软件中对wigner-ville分布的函数编程,伪wigner-ville分布的函数编程,平滑伪wigner-ville分布的函数编程,对照三种wigner-ville分布的计算公式,进行了详细的编程。该子函数是可以直接应用的子函数,可以直接下载在matlab软件中应用即可。
复化Simpson公式法----matlab
- 复化Simpson公式法----matlab,勇于离散积分方程,助于勇于工程反问题的计算,适合于算例仿真。 (Complex Simpson formula ---- matlab, the courage to discrete integral equation, help to the courage to reverse the calculation of the project, suitable for example simulation.)
定步长四阶经典公式
- 使用的是matlab对定步长四阶经典公式的计算,可以加入收藏的(Using matlab is fixed step length calculation of the fourth-order formula can be added to the collection)
齿轮啮合刚度 计算程序
- 计算齿轮啮合刚度的matlab程序,非常有用的,希望大家积极下载(Matlab program for calculating gear mesh stiffness. It is very useful. I hope you can download them actively.)
常用数值积分公式
- 利用复合梯形公式、辛普森公式、牛顿-柯茨公式等计算函数f在区间[a,b]上的定积分,调用格式【q,s】=CombineTraprl(‘函数公式’,积分下限a,积分上限b)(Calculate definite integral by using CombineTraprl method)