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

搜索资源列表

  1. 0069

    0下载:
  2. 水仙花的算法,水仙花是三位数,每一位的立方相加等于该数本身。-Narcissus algorithms, Narcissus is the three-digit, each and every one of the cube add up to equal to the number itself.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5717
    • 提供者:蒋卫强
  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. 0062

    0下载:
  2. 用DEPHI实现计算最大公约数,最大公约数是即能够整除各数的最大数。-Calculated using Delphi to achieve the common denominator, the common denominator is the number that is divisible to the greatest number.
  3. 所属分类:Algorithm

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

    0下载:
  2. 简单的计算器,简单的四则运算,小数运算 适合初学者-Simple calculator, simple arithmetic, decimals computing for beginners
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:452032
    • 提供者:
  1. zuixiaoerchengfa

    1下载:
  2. 最小二乘法是修正误差曲线的算法,本例程实现算法并显示k线修正值只用于后来来者学习使用-Least square method is to amend the error curve algorithm, the routine algorithm and display the correct value of k line only to learn for later use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:272043
    • 提供者:shijinchao
  1. 200506262216271337

    0下载:
  2. 最小二乘相关介绍, 及其原程序!仔细整理收获不少!-Least-squares correlation, the least squares correlation introduced
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:547084
    • 提供者:毕永胜
  1. jiandanjisuanqi.bdsproj

    0下载:
  2. 标准型和科学型。 标准型带有足够让你用手指来操作的按钮,数字大而清晰并能够满足你基本的计算,标准模式支持显示12位数字,足够可以使用手指按键,算术操作、平方根。 科学型带有所有普通的函数,所有的函数都分布在键盘上一致于你可以不用通过菜单列表来使用它们。科学型支持显示24位数字,支持运算优先选择模式、进制转换功能、标准数学函数、百分比计算、方根计算等等功能。 -Standards-based and science-based. Standard type with your fingers
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:177098
    • 提供者:xiaoqiu
  1. 双色球分析软件

    2下载:
  2. 双色球分析软件,软件提供曲线分析,图表分析-Loans Analysis software to provide curve analysis, the chart analysis
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-12-07
    • 文件大小:5216779
    • 提供者:zlwwlh
  1. jbpd

    0下载:
  2. 窗口中的多个文本框的值 使用循环方式取得-Window multiple text boxes values obtained using the cycle
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:360898
    • 提供者:何士平
  1. FFTReal

    0下载:
  2. FFT源码,快速傅里叶变换和逆变换,Portable ISO C++开发的完整类-FFTReal Version 1.03, 2001/06/15 Class of Fourier transformation of real data (FFT and IFFT) Portable ISO C++ (c) Laurent de Soras <ldesoras@club-internet.fr>
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:13924
    • 提供者:danny
  1. zimo

    0下载:
  2. 非常好的字模工具,希望对大家有很大的帮助.-zhi mo gj
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:327871
    • 提供者:良民
  1. bubble_sort

    0下载:
  2. 100 bubble sort.pascal-100 bubble sort.pascal
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:549
    • 提供者:codeine
  1. CountingSort

    0下载:
  2. 100 CountingSort.pascal
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:937
    • 提供者:codeine
  1. queue

    0下载:
  2. queue algorithm in pascal
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:712
    • 提供者:codeine
  1. FastGEOGraphics

    0下载:
  2. 几何图形算法库,可以在delphi5上用-Geometry algorithms library, you can use on delphi5
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2958
    • 提供者:sss
  1. 4zys

    0下载:
  2. 四则运算的代码,有兴趣的可以研究下下的呵呵.-4 computing code, may be interested Ha ha under study.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:424780
    • 提供者:龚正元
  1. sortings

    0下载:
  2. Implementations of different methods of sorting: BinaryInsertions.pas BubbleSort.pas HeapSort.pas InsertionBorder.pas InsertionSort.pas modifbubble.pas qsort.pas quicksort.pas selection.pas Shaker.pas shell.pas
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5856
    • 提供者:SoFx00
  1. sparsesolver

    0下载:
  2. deihli写的稀疏矩阵链表存储,用高斯消去法求解的源程序-deihli
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:255956
    • 提供者:曾祥禄
  1. ditui

    0下载:
  2. 用来对一个给定数列求其递推公式。 第一行输入n,表示数列的长度。 第二行输入这个数列。 程序将给出该数列的递推公式。-Used for a given series for the recursive formula. The first line of input n, the length of that series. Enter the second line of this series. Procedures will be given the series of rec
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:861
    • 提供者:curimit
  1. fenshu

    0下载:
  2. 著名问题:埃及分数 给出一个数n,要求用自然数倒数和来表示。 1/1=1/2+1/3+1/5-Well-known problem: given a number of scores in Egypt n, natural number request and to show that the countdown. 1/1 = 1/2+1/3+1/5
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:581
    • 提供者:curimit
« 1 2 3 4 56 7 8 9 10 ... 16 »
搜珍网 www.dssz.com