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

搜索资源列表

  1. uBinaryHeap

    0下载:
  2. Binary Heap Generics Implementation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1096
    • 提供者:Atle
  1. FFTsourceQuachTNgoc

    0下载:
  2. FFT soure code written in C program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:463191
    • 提供者:lecturer
  1. crivello_eratostene

    0下载:
  2. the Sieve of Eratosthenes,ancient algorithm for finding all prime numbers up to a specified integer
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:6231
    • 提供者:punga
  1. AVGMath

    0下载:
  2. mathimatics library for pascal, include fft,function interpreter, derivative,solve sytem of lineal ecuacion by gauss .. and 2 examples-mathimatics library for pascal, include fft,function interpreter, derivative,solve sytem of lineal ecuacion by gaus
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:549201
    • 提供者:andarcio
  1. 12balls

    0下载:
  2. 12球秤中算法,经典DELPHI面试考题-12球秤中算放.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:179514
    • 提供者:hufeng
  1. regular_expressions

    0下载:
  2. 正则表达式处理,查找,匹配,资源非常好,要的赶紧下载。-regular expressions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1285144
    • 提供者:理想
  1. Rotate_Method

    0下载:
  2. This "rotate method" for solve equations.-This is "rotate method" for solve equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:287486
    • 提供者:Igor
  1. uni_sort_algorithm

    0下载:
  2. universal class for sorting any data this class does not store any data, only provides the algorithms
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2891
    • 提供者:pesvi
  1. GAUSS

    0下载:
  2. 给出两个点的BLH,以这两个点给一条边,以给定长度为宽,求定矩形另外两个点的BLH。 里面应用到了高斯投影的运算,及DLL控件的调用等。-Are given two points BLH, one of these two points, to edge to a given length of wide rectangular order to set the other two points of BLH. Which applied to the Gauss projection op
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:231630
    • 提供者:刘建
  1. A0_004

    0下载:
  2. 求满足 M > N > 0 的两个正整数之和的最大公约数.-Order to meet the M> N> 0, two positive integers and the greatest common divisor.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1332
    • 提供者:王力
  1. A0_005

    0下载:
  2. 验证哥德巴赫才:任何一个充分大的偶数N(≥4),可以用两个素数之和表示. 如 4=2+2 6=3+3 8=3+5 98=17+79-Verify Goldbach before: Any one sufficiently large even number N (≥ 4), can be expressed the sum of two primes. Such as 4 = 2+2 6 = 3+3 8 = 3+5 98 = 17+79
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1279
    • 提供者:王力
  1. 1

    0下载:
  2. delphi project for computing ill on month statistic
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:198226
    • 提供者:unk
  1. 2

    0下载:
  2. delphi project and pascal source file with zeidel algo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:195566
    • 提供者:unk
  1. proga

    0下载:
  2. delphi project and pascal source file for gauss algorythm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:33428
    • 提供者:unk
  1. cavalier

    0下载:
  2. Intillegence artificielle : différents solutions pour déplacer un cavalier le 64 cases en 64 coups. -Intillegence artificielle : différents solutions pour déplacer un cavalier le 64 cases en 64 coups.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:6969
    • 提供者:cher
  1. R-KandNewton

    0下载:
  2. 这是我今天刚做的高数常用的两个算法:一是用Newton迭代法求根号值 二是用4级-4阶的R-K法解此方程y/=-y ,初值y(0)=1. 同时有些常见的编程技巧. -This is what I did today, just a high number of commonly used two algorithms: One is Roots with Newton iteration number value another one is 4-4 bands RK Solving t
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:548654
    • 提供者:米万成
  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. high

    0下载:
  2. 使用longint每31位进行高精度加发运算-Use longint each an extra 31-bit high-precision operation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:599
    • 提供者:张永辉
  1. Contour

    1下载:
  2. 三角网的划分,更好的是还有等值线生成的源码-Contour
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:224014
    • 提供者:bier
  1. primesix

    0下载:
  2. primesix.pas = prime numbers generator, We used the fact that primes only occur in the vicinity of numbers divisible by the number 6 without rest. (test MOD 6)=0 (+1) (-1)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1954
    • 提供者:KristoferPudno
« 1 2 3 4 5 6 78 9 10 11 12 ... 16 »
搜珍网 www.dssz.com