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

搜索资源列表

  1. fullsort

    0下载:
  2. 计算1、2、3、4这四个数字的所有全排列结果。-Calculation of 1,2,3,4 all the four figures with the results of the whole.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3098
    • 提供者:皓月红
  1. pattern

    0下载:
  2. 孙即祥,现代模式识别,第2.4.2节关于相似性阈值聚类仿真实验。-modern pattern recognition,2.4.2,sun jixiang
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1627
    • 提供者:zcn
  1. linearprog_code

    0下载:
  2. 这是一个老师布置的作业程序,我是用C++ Builder 4.0写的. 如果学过<线性规划>的话,这个程序要干什么大家都知道,就是求解线性规划问题,即在一组线性不等式或等式组的约束条件下求某个线性函数的最值问题。-Teacher This is a layout of operating procedures, I am using the C++ Builder 4.0 Writing. If the study had <linear programming>, th
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:62740
    • 提供者:kk.h
  1. pHash-0.4.tar

    0下载:
  2. pHash is an implementation of various perceptual hashing algorithms. A perceptual hash is a fingerprint of an audio, video, or image file that is mathematically based on the audio or visual content contained within. Unlike cryptographic hash function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:293550
    • 提供者:ssomsak
  1. chap04

    0下载:
  2. ch4_1_1:矩形连续函数的傅立叶变换(§4.1.1) ch4_1_2:构建一个矩形函数(§4.1.2) ch4_1_3:对f进行二维快速傅立叶变换(§4.1.2) ch4_1_4:对f进行补零(区域大小为256×256),而后进行二维快速傅立叶变换(§4.1.2) ch4_1_5:使变换结果的零频率分量位于中心,调用函数fftshift(§4.1.2) -ch4_1_1: rectangular continuous function of the Fourier tra
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3879
    • 提供者:汤跃峰
  1. calc

    0下载:
  2. vb2005编写的计算器。 直接输入字符串,如: 4+pi^2+sin(3*cos(2)*e^2)+2.3E13 常数:pi,e 科学计数表示:1E4(1*10^4) 函数支持常用函数:sin,cos,tan,atan,asin-vb2005 Calculator
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:25583
    • 提供者:GeYuhang
  1. pollard

    0下载:
  2. pollard算法,用于求整数的一个因子,时间复杂度为O(n^1/4)-Pollard algorithm, used to seek an integer factor, the time complexity is O (n ^ 1/4)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:653
    • 提供者:nxliliang
  1. Bezier3d

    0下载:
  2. This is a simple code sample to interpolate a 3d set of points using the bezier algorithm minimized to 4 points.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7384
    • 提供者:ritxi
  1. exam6_1

    0下载:
  2. 采用4~8结点四边形等参元计算受内压的旋转厚壁圆筒-The use of 4 ~ 8-node isoparametric quadrilateral element calculation by the internal pressure of the rotating thick-walled cylinder
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5356
    • 提供者:马玉全
  1. HanoiTowerSequence

    0下载:
  2. 题目大意: 经典的汉诺塔 n个盘编号,从小到大 1..n 问:移动的序列中第k步移的是哪个盘 -Input The first line of the input file is T, the number of test cases. Each test case contains one integer p (1<=p<10^100). Output Output the pth e
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:713
    • 提供者:冰淇淋
  1. reed-solomon-4.0.tar

    0下载:
  2. This package implements a general purpose Reed-Solomon encoding and decoding facility. See the rs.3 man page for details.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:46058
    • 提供者:MicroSam
  1. 1

    0下载:
  2. 1.输入一个数,并以它为边长画出一个用*组成的正方形. 2.求解满足1*1+2*2+...n*n<1000的i的最大值. 3.求1~1000中的完数 4.输入一个数,并判断它是否为素数(这是return 语句的巧用) 5.输出0~100中所有不能被3整除的数-1. Enter a few, and to its side length* component used to draw a square. 2. Solving Satisfied 1* 1+2* 2+ .
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3443
    • 提供者:shilan
  1. fengkang_numerical

    0下载:
  2. 冯康的数值计算方法:1.差值;2.数值积分;3.谐波分析;4.曲线拟合与经验公式;5.回归分析 6.时间序列分析;7.蒙特卡罗方法;8.线性代数数值算法-Feng Kang numerical method: 1. The difference 2. Numerical integration 3. Harmonic analysis 4. Empirical formula and curve fitting 5. Regression analysis 6. Time Series
  3. 所属分类:Algorithm

    • 发布日期:2017-11-07
    • 文件大小:44801528
    • 提供者:yzhang
  1. szfx4

    0下载:
  2. 数值分析之计算方法与实验4:插值法 by java-Numerical analysis method of calculation and experiment 4: interpolation by java
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:4792
    • 提供者:SA
  1. 4block

    0下载:
  2. 2D single bin packing 问题的4Block算法-4-Block Algorithm for 2D single bin packing Problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1512
    • 提供者:renjd
  1. runge_kutta

    0下载:
  2. 采用4阶runge_kutta法求解给定初始值的常微分方程(组)。该方法具有较好的精度。-Using 4-order method runge_kutta given initial value of the ordinary differential equations (group). The method has good accuracy.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7781
    • 提供者:小龙
  1. 4zys

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

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

    0下载:
  2. GMP是计算任意精度的数学库, 包括支持整数,有理数和浮点. GMP包括大量的接口函数.-GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the ones implied by
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:3218617
    • 提供者:richard
  1. calculator

    0下载:
  2. 一个不带界面的计算器,用户只需要在文本文件input.txt中输入计算表达式,即可通过运行程序得到结果,输出在output.txt中; 支持加减乘除,取余数,乘方,括号等等; 如:5+4 = 输出9 5+4*4+9/3 = 输出24 (5+4)*4+9/3 = 输出39 (50+4)*(40 3)+288/(147-3) = 输出56 (50+4)^2*(40 3)+288/(147-3) = 输出2918-Interface without a calculator,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:14755
    • 提供者:shiping
  1. fft64

    1下载:
  2. 64-point radix-2 fft module
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-05-11
    • 文件大小:686
    • 提供者:Hem
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 38 »
搜珍网 www.dssz.com