CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 公式

搜索资源列表

  1. doollite

    0下载:
  2. 用Doolittle方法求解此方程组; 1.先由U[1][i]=a[1][i] 求的U的第一行,在根据L[i][1]=a[i][1]/U[1][1] 求的L的第一列;2..然后根据公式求得U,L其他的值; 3 回带求解得到X -Try using this method to solve equations; 1. First U [1] [i] = a [1] [i] for the U in the first line, in accordance with L [i] [1
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:28288
    • 提供者:崔青
  1. 公式计算器代码

    0下载:
  2. 这是一个对数学表达式求值的C++ class,详细的说明在Calculator.pdf中。-this is a mathematical expression evaluates the C class, detailed descr iption of the Calculator.pdf China.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:34414
    • 提供者:李平
  1. 数值微分和数值积分

    1下载:
  2. 数值微分和数值积分:Newton-Cotes公式、复化公式和区间逐次半分法、外推法和Romberg积分、自适应Simpson积分法-numerical differentiation and numerical ranking : Newton - Cotes formulas, rehabilitation of formula and a half hours successive interval, extrapolation and Romberg integration, adapti
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:15077
    • 提供者:周思良
  1. 幸卜生与梯形公式

    0下载:
  2. 这是一个数值分析算法的源程序,是用C来编写的,绝对是源码,而且也比较有用,因为只要是理工科的大学生大多要学数值分析,所以此程序有用-This is a numerical analysis of the source algorithm is used to prepare the C is absolutely source, but also more useful, because as long as it is mostly science and engineering studen
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6539
    • 提供者:谭国辉
  1. 求具有abcd=(ab+cd)2性质的四位数

    0下载:
  2. 3025这个数具有一种独特的性质:将它平分为二段,即30和25,使之相加后求平方,即(30+25)2,恰好等于3025本身。请求出具有这样性质的全部四位数。 *题目分析与算法设计 具有这种性质的四位数没有分布规律,可以采用穷举法,对所有四位数进行判断,从而筛选出符合这种性质的四位数。具体算法实现,可任取一个四位数,将其截为两部分,前两位为a,后两位为b,然后套用公式计算并判断。 -3025, the figure has a unique character : it divide
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1062
    • 提供者:姚紫欣
  1. 画Bezier曲线

    0下载:
  2. 利用Bezier曲线的基本公式与de Castlejau递推公式画出来Bezier曲线,编辑时需要BusinessSkinForm的支持。-use Bezier curves with the basic formula de Castlejau recursive formula drawn Bezier curves, editors need BusinessSkinForm support.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:650663
    • 提供者:陈勋
  1. formulactr

    0下载:
  2. 数学公式编辑器的源码,类似与OFFICE WORDZ中的对象数学公式编辑器,数据结构用的很好-mathematical formula editor source code, similar OFFICE WORDZ with the mathematical formula editor, data structure with a good
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:185596
    • 提供者:FANG
  1. Lagrange_Newton_Aitken插值算法

    0下载:
  2. Lagrange,Newton,Aitken三个插值公式算法的演示.DOS界面输出计算结果.-Lagrange, Newton, Aitken three interpolation algorithm formula demo. DOS interface output results.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:15966
    • 提供者:谢树扬
  1. 龙贝格

    0下载:
  2. 龙贝格算法 是计算方法中的一个计算公式的代码-Romberg calculation algorithm is a method of calculating the formula code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:930
    • 提供者:莫庭胤
  1. 三个插值公式

    0下载:
  2. NEWTON,LAGRANGE和AITKEN三个插值算法-Netwon, Lagrange and three interpolation algorithm AITKEN
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:30142
    • 提供者:李乐
  1. bfgs

    0下载:
  2. 二次型准牛顿BFGS 公式,用于计算非线性函数-second type quasi-Newton BFGS formula used to calculate the nonlinear function
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3369
    • 提供者:qiqi
  1. 二重积分

    0下载:
  2. 利用了二重积分的复化梯形公式,并运用了Richardson外推思想-use of the Double Integral Minute trapezoid formula, and apply a Richardson extrapolation thinking
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1380
    • 提供者:叶真
  1. TI 54x fft

    0下载:
  2. DSP编程代码,FFT算法,经典!! FFT实验 一、 理论: 公式(1)FFT运算公式 FFT并不是一种新的变换,它是离散傅立叶变换(DFT)的一种快速算法。由于我们在计算DFT时一次复数乘法需用四次实数乘法和二次实数加法;一次复数加法则需二次实数加法。每运算一个X(k)需要4N次复数乘法及2N+2(N-1)=2(2N-1)次实数加法。所以整个DFT运算总共需要4N^2次实数乘法和N*2(2N-1)=2N(2N-1)次实数加法。如此一来,计算时乘法次数和加法次数都是和
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:439370
    • 提供者:徐克
  1. TEA式加密

    0下载:
  2. 一个微小加密算法.这是一种最快速最有效的加密算法.使用混合代数公式组.作到64位加密 -a small encryption algorithm. This is one of the most rapid most effective encryption algorithm. The use of the mixed group algebraic formula. For 64-bit encryption
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4755
    • 提供者:Bo
  1. NeuQuant

    0下载:
  2. 用JAVA 编写的 NeuQuant Neural-Net量子化运算公式-prepared using JAVA NeuQuant Neural-Net quantum computation formula
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4661
    • 提供者:Bo
  1. MathExpressionParser

    1下载:
  2. 数学公式分析组件。可以计算 +,-,* /,sin,cos,tan,等20多个运算符。 如 y = a*sin(b)+(c-d)*cos(d),输入a,b,c,d就可以得到y-mathematical formula analysis components. We can count, -, * /, sin, cos, tan, and more than 20 other operators. If y = a * sin (b) (c-d) * cos (d), the importa
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:86497
    • 提供者:翁丽萍
  1. 多媒体新闻系统

    0下载:
  2. 比较好的新闻ASP辕马。2.后台更新了全套编辑器图标,配合新版发布 3.后台增加多次查找替换、计算器、当前日期、当前时间、EXCEL表格、符号、公式等功能,大大增强了表格编辑功能。 4.后台增加保存文章时保存远程(从其它网站上复制内容,并且内容中包含有图片)的图片。 5.其他小的修正 6.中英文混合标题截取修正 7.新闻增加手动分页功能 8.大类修改总栏类别的BUG 9.重写原有自带计数器,不需要FSO权限;防刷新;不管每天服务器什么时候关,在第二天都会自动清零;提供
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:6242468
    • 提供者:肖冰
  1. Poland

    0下载:
  2. 自动计算公式,会根据优先级 输入5+9*9,会计算出86 -automatic formula, according priority to import 5 9 * 9, reckoned 86
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12408
    • 提供者:家斌
  1. imagecode

    0下载:
  2. 大量数字图象处理方面的原代码和原理说明, 各种图象处理算法的公式到如何编码都讲述一清二楚 ,文件需要解压,解压密码www.infoxa.com-lot of digital image processing code and the original principle that the various image processing algorithms to the formula of how codes are described above, file decompression
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4695796
    • 提供者:郭伟建
  1. weekstring

    0下载:
  2. 自己计算当前时间的星期;取得当前时间,分别得到年、月、日,通过这个公式,计算得到星期;当然可以把年、月、日作为参数输入;-own calculation of the current time weeks; Get current time, won the year, month, day and the passage of this formula, calculated weeks; Certainly can, month, day as a parameter input;
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4529
    • 提供者:赵宏俊
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com