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

搜索资源列表

  1. 3065

    0下载:
  2. 北大ACM试题poj 第3065题源码,很好的代码,希望对搞ACM的同学有帮助 -Peking University ACM Chapter 3065 question Question poj source code, good code, and want to help students engage in ACM
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:816
    • 提供者:ttzz
  1. 3061

    0下载:
  2. 北大ACM试题poj 第3061题源码,很好的代码,希望对搞ACM的同学有帮助 -Peking University ACM Chapter 3061 question Question poj source code, good code, and want to help students engage in ACM
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:772
    • 提供者:ttzz
  1. 3072

    0下载:
  2. 北大ACM试题poj 第3072题源码,很好的代码,希望对搞ACM的同学有帮助 -Peking University ACM Chapter 3072 question Question poj source code, good code, and want to help students engage in ACM
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:899
    • 提供者:ttzz
  1. 3068

    0下载:
  2. 北大ACM试题poj 第3068题源码,很好的代码,希望对搞ACM的同学有帮助 -Peking University ACM Chapter 3068 question Question poj source code, good code, and want to help students engage in ACM
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:962
    • 提供者:ttzz
  1. Desktop

    0下载:
  2. 北大ACM试题poj 第3066 3069题源码,很好的代码,希望对搞ACM的同学有帮助 -Peking University ACM Chapter 30,663,069 question Question poj source code, good code, and want to help students engage in ACM
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:972
    • 提供者:ttzz
  1. NRCpp_cpp

    0下载:
  2. 数值算法的集合,书本-数值算法的源码;是进行数学计算不可少的工具-Numerical algorithm a collection of books- the source code for numerical algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:386000
    • 提供者:rockey_jiang
  1. Boxbehnken_Cplus

    0下载:
  2. 实验设计中一个重要的方法Box-Behnken方法的源码,C++编写的。有说明和示例-Sorce code of Box-behnken, one of important mehtod used in Design of experiment. Programed in C++, readme and example is inclued.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:6063
    • 提供者:wang
  1. SourceCodeofNumericalRecipesinCpp

    0下载:
  2. 是《C++数值算法(第二版)》的配套源码。很好用。基本包含了所有数值计算的算法。-It is the source code of the book named Numerical Recipes in Cpp(second edition). It just works well and contains all the basic numerical algorithms.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:418158
    • 提供者:原非木
  1. ch2

    0下载:
  2. 复数运算 C常用算法集电子书中的源码 还有很多源码-Commonly used algorithm for computing C complex set of e-books in the source code there are many source
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:3318
    • 提供者:璐璐
  1. MATLAB

    0下载:
  2. 数值分析的一些实验,供初学数值分析的学生参考,含有源码-Some numerical experiments for the numerical analysis of beginner students for reference, contains source
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:200090
    • 提供者:EXIA
  1. fft

    0下载:
  2. 快速傅立叶变换的C++源码,需要计算 (n * lg n) / 2 次。-Fast Fourier Transform
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1526
    • 提供者:whh
  1. main

    0下载:
  2. 用FFT(快速傅里叶变换)做的多项式乘法 源码内有详细注释-With the FFT (Fast Fourier Transform) to do polynomial multiplication in detail within source code comments
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1775
    • 提供者:gh
  1. machogfl

    0下载:
  2. 用途:用Cholesky分解法解方程组Ax=b 可利用该算法源码解求方程- Usage: The Cholesky decomposition solution of equations Ax = b can make use of the algorithm source solution of Equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:531
    • 提供者:huanhuan
  1. GaussJordan

    0下载:
  2. 利用高斯约当方法,求解线性方程组,包括VC++源码以及运行程序-Gauss-Jordan
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1410
    • 提供者:liuct
  1. Ellipticcurvepublickeysystem

    0下载:
  2. 计算机安全学中椭圆曲线公钥系统的c源码 输入与输出: 请输入椭圆曲线方程y^2=x^3+cx+d(mod p)中c,d,p的值:8,10,23 椭圆曲线方程为y^2=x^3+8x+10(mod23) 请输入所取明文x的x1,x2:19,13 请输入选择的椭圆曲线上的点a0的x,y:7,8 请输入私钥a=17 选取t=3 加密的结果是(y0,y1,y2) = ((22,22),20,18) 实施解密: (c1,c2)=(18,12) x1=19
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:12374
    • 提供者:ttt
  1. Euclidalgorithmandseekreciprocal

    0下载:
  2. 加密解密关于欧几里德算法以及欧几里德扩展算法(求倒数)的c源码 -Encryption and decryption on the extended Euclidean algorithm and Euclidean algorithm (demand reciprocal) c-source code
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1264
    • 提供者:ttt
  1. CambridgeNumericalRecipesinC

    0下载:
  2. 剑桥大学的数值分析算法资料及相关C源码,包括LU分解法等数值分析算法-Cambridge numerical analysis algorithms and the associated C source code
  3. 所属分类:Algorithm

    • 发布日期:2017-05-21
    • 文件大小:6185259
    • 提供者:liangyu
  1. VC_Spline

    0下载:
  2. 三次样条插值的VC++源码,可以进行简单的插值运算,运行简单,运算快速准确-VC++ source code of Spline, by using this you can get the accurate value of spline function of a set of data
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1928281
    • 提供者:张栋
  1. RobergandIntgauss

    1下载:
  2. 在MATLAB平台下,利用龙贝格公式和高斯公式,求解数值积分,源码-In the MATLAB platform, using Romberg formula and the Gauss formula, solving numerical integration, source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:789
    • 提供者:chenshanshan
  1. Contour

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

    • 发布日期:2017-03-27
    • 文件大小:224014
    • 提供者:bier
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 44 »
搜珍网 www.dssz.com