CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - DELPHI

搜索资源列表

  1. Delphi-ChangYongShuZhiSuanFa

    0下载:
  2. Delphi常用数值算法(源码) 这些算法将为千千万万非计算机专业的工程技术人员架起一座方便快捷的桥梁,并能缩短应用软件的编制周期,减少重复劳动,达到事业功倍的效果。 第1章线性代数方程组的解法 第2章插值 第3章数值积分 第4章特殊函数 第5章函数逼近 第6章特征值问题 第7章数据拟合 第8章方程求根和非线性方程组的解法 第9章函数的极值和最优化 第10章傅里叶变换谱方法 第11章数据的统计描述 第12章解常微分方程组 第13章偏
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1597499
    • 提供者:
  1. Gauss(delphi)

    0下载:
  2. 本软件系我Delphi学习习作,实现了用Gauss消去法解线性方程组,能识别用户以文本方 式输入方程组增广矩阵,并且能检测一些常见的输入错误及其位置,方程的解以文本方式输 出在结果显示框。希望用户尽量按照软件操作提示操作,尽管我细心的考虑过很多可能出现 的错误,但仍有许多不足的地方,欢迎各位朋友发现并指出,本人非常感激。-I Delphi learning exercises, realized using Gauss elimination method for solving l
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:564229
    • 提供者:谭文政
  1. fft-Delphi

    2下载:
  2. 采用delphi语言设计的FFT代码,在C语言下调试通过。文件为word文档,需要嵌入到自己的程序中
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3637
    • 提供者:李文良
  1. 常用数值算法丛书 Delphi常用数值算法集

    0下载:
  2. delphi 常用算法均有,包括查制,线形方程,积分,FFT等
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-20
    • 文件大小:6196442
    • 提供者:zhouhai
  1. FFT——DELPHI.ZIP

    3下载:
  2. DELPHI写的FFT程序,有曲线的演示,方便大家参考。-DELPHI FFT written procedures, the demonstration curve, convenient reference.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:92185
    • 提供者:田顺平
  1. encode-64

    0下载:
  2. 使用DELPHI实现的 base64 加解密的算法代码,速度较快-DELPHI achieved using base64 algorithm for encryption and decryption code, faster
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:170582
    • 提供者:lxmh815
  1. PGP2Comp

    1下载:
  2. 用DELPHI实现的 PGP 加密算法,速度比较快-DELPHI achieved using PGP encryption algorithm, the faster
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:265993
    • 提供者:lxmh815
  1. DelphiValue

    0下载:
  2. 《Delphi常用数值算法集》的配书源码,全部可用-err
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1357896
    • 提供者:陈向阳
  1. 0067

    0下载:
  2. 采用DELPHI实现哥德巴赫猜想,大于等于4的数写成两个素数的和。-DELPHI used to achieve Goldbach conjecture, greater than or equal to 4 several languages and the two prime numbers.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7735
    • 提供者:蒋卫强
  1. GB2BIG5

    0下载:
  2. 简化字与繁体字互相转换的delphi源代码.-Simplified and traditional Chinese characters with each other delphi source code conversion.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:321323
    • 提供者:q108534836
  1. Delaunay

    0下载:
  2. 分别用VB和delphi开发的Delaunay三角形类算法源码-Were developed in VB and delphi algorithm source Delaunay triangle
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:247113
    • 提供者:陈宜
  1. FFT

    0下载:
  2. Fast Fourier transform algorithm for Delphi.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:395808
    • 提供者:Serg
  1. DelphiAlgorithms

    0下载:
  2. A lot of advanced computer algorithms (from string searching to external sorting) fully detailed with delphi code and pseudocode.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:4037061
    • 提供者:Lore74
  1. Geometer

    0下载:
  2. 从c 的基础几何函数库翻译过来的 内容包括: ㈠ 点的基本运算 1. 平面上两点之间距离 2. 判断两点是否重合 3. 矢量叉乘 4. 矢量点乘 5. 判断点是否在线段上 6. 求一点饶某点旋转后的坐标 7. 求矢量夹角 ㈡ 线段及直线的基本运算 1. 点与线段的关系 2. 求点到线段所在直线垂线的垂足 3. 点到线段的最近点 4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内 7. 求矢量夹角
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:5582
    • 提供者:贺晨
  1. PID_demo_delphi_5

    0下载:
  2. Pid demo in delphi 5
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:233597
    • 提供者:Andrew Clayton
  1. fftSpectr

    0下载:
  2. Fast Fourier Transformation made in Delphi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:55281
    • 提供者:Rufina
  1. levenberg.delphi

    0下载:
  2. Levenberg-Marquardt numerical algorythm in Delphi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:862429
    • 提供者:Uri
  1. information

    0下载:
  2. 情报检索组件,对德尔非算法进行了实现,baidu早期程序用该情报检索算法。-Information retrieval component of the Delphi algorithm to achieve, baidu early program uses the information retrieval algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:58865
    • 提供者:nengbang
  1. Prog

    0下载:
  2. Gauss method of solving linear equations - in Delphi (pascal)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:344830
    • 提供者:Alexandr
  1. DELPHI-line84269157

    0下载:
  2. 基于DELPHI下开发的线性插值算法.用于线性系数的计算.-DELPHI, developed based on the linear interpolation algorithm. For the linear coefficient calculation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:11607
    • 提供者:莫L
« 12 3 4 5 6 »
搜珍网 www.dssz.com