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

搜索资源列表

  1. TurboPascalAdvancedProgramming

    0下载:
  2. 第1章 TURBO PASCAL高级编程技术 1.1 单元及其使用 1.2 与汇编语言混合编程 1.3 与C语言混合编程 1.4 过程类型及其使用 1.5 中断例程的编写方法 1.6 动态数组及其使用 1.7 扩充内存(EMS)及其使用 1.8 扩展内存(XMS)及其使用 1.9 程序的标准数据作代码处理的方法 第2章 实用工具单元 2.1 屏幕输入与输出单元ACRT 2.2 字符串处理单元ASTR 2.3 磁盘
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:112255
    • 提供者:zhangyoufu
  1. correlate

    0下载:
  2. 功能:编写的计算皮亚诺相关系数 开发语言:ruby 调用:correlate(x,y) 其中,x,y为需要计算相关度的向量 调用示例: a = [3, 6, 9, 12, 15, 18, 21] b = [1.1, 2.1, 3.4, 4.8, 5.6] c = [1.9, 1.0, 3.9, 3.1, 6.9] c1 = correlate(a,a) # 1.0 c2 = correlate(a,a.reverse) # -1.0 c3 = co
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1077
    • 提供者:snowfield
  1. Kakuro

    0下载:
  2. Kakuro数独问题: 数独这个奇特的名字来源于日语Sudoku,是十八世纪瑞士数学家欧拉发明的。 后在美国发展,并在日本得以发扬光大。 Sudoku的规则十分简单,就是在9×9的九宫格里面填数字,每个方格中填人合适的数字以使得每行,每列以及每个九宫格都要包含从1~9的数字且互不相同. 数独的玩法逻辑简单,数字排列方式千变万化.不少教育者认为数独是锻炼脑筋的好方法。 谜题中会预先填入若干数字, 其它方格为空白, 玩家得依谜题中的数字分布状况, 逻辑推敲出剩下的空格里是什么数字
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:75369
    • 提供者:宋芬
  1. 1-9

    0下载:
  2. 1-9数字填入三个分式的a-i中,使a/bc+d/ef+g/hi=1成立-1-9 the number of fill in the three fraction of ai, so that a/bc+ d/ef+ g/hi = 1 to set up
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:61505
    • 提供者:tianyin
  1. longest

    0下载:
  2. Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... &l
  3. 所属分类:Algorithm

    • 发布日期:2016-12-25
    • 文件大小:1024
    • 提供者:hzf
  1. 1

    0下载:
  2. 9层汉诺塔。有关汉诺塔的源代码。可以试下-9-storey Tower of Hanoi. Tower of Hanoi on the source code. Can try the next
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3826
    • 提供者:陈庆
  1. hqp-1.9.5.tar

    0下载:
  2. HQP is a solver for nonlinearly constrained large-scale optimization. It is intended for problems with sufficient regular sparsity structure. Such optimization problems arise e.g. from the numerical treatment of optimal control problems. External int
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:2307602
    • 提供者:libaoli
  1. sdcalc

    0下载:
  2. 数独顾名思义——每个数字只能出现一次。数独是一种源自18世纪末的瑞士,后在美国发展、并在日本得以发扬光大的数字谜题。数独盘面是个九宫,每一宫又分为九个小格。在这八十一格中给出一定的已知数字和解题条件,利用逻辑和推理,在其他的空格上填入1-9的数字。使1-9每个数字在每一行、每一列和每一宫中都只出现一次。 这种游戏全面考验做题者观察能力和推理能力,虽然玩法简单,但数字排列方式却千变万化,所以不少教育者认为数独是训练头脑的绝佳方式-Sudoku As the name suggests- Each
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:7529
    • 提供者:李红
  1. test2

    0下载:
  2. 输入若干个整数,再输入一个-1。 输出整数的和。 如: 输入:3 8 2 1 9 -1 输出:23 -Enter number of integers, and then enter a-1. Output integer and. Such as: Input: 3 8 2 1 9-1 Output: 23
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:106632
    • 提供者:易轩
  1. blitz-0.9.tar

    2下载:
  2. blitz++库的相应源码 Blitz++提供了一个N维(1—10)的Array类,这个Array类以reference counting技术实现,支持任意的存储序(row-major的C-style数组,column-major的Fortran-style数组),数组的切割(slicing),子数组的提取(subarray),灵活的Array相关表达式处理。另外提供了可以产生不同分布的随机数(F,Beta,Chi-Square,正态,均匀分布等)的类也是很有特色的。 -blitz++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:3124301
    • 提供者:邓德君
  1. Oofem-1.9

    0下载:
  2. object oriented finite element program distributed as source
  3. 所属分类:Algorithm

    • 发布日期:2017-05-21
    • 文件大小:6169083
    • 提供者:amini
  1. einspline-0.9.2.tar

    0下载:
  2. einspline is a C library for the creation and evaluation of interpolating cubic basis splines (B-splines) in 1, 2, and 3 dimensions. Fortran 77 wrappers are also included.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:820678
    • 提供者:cbalta
  1. chap02-1-Gauss-Elimination

    0下载:
  2. Gauss Elimination 9.1 Solving small numbers of equations 9.2 Naive Gauss Elimination 9.3 Pivoting 9.4 Tridiagonal Systems
  3. 所属分类:Algorithm

    • 发布日期:2017-05-16
    • 文件大小:4308944
    • 提供者:hongru
  1. Nonlinear-System-Identification

    0下载:
  2. Nonlinear System Identification This demo addresses the use of ANFIS function in the Fuzzy Logic Toolbox(TM) for nonlinear dynamical system identification. This demo also requires the System Identification Toolbox(TM), as a comparison is
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:17051
    • 提供者:Mohammed
  1. byacc-1.9-1-src

    0下载:
  2. Berkeley Yacc is an LALR(1) parser generator. Berkeley Yacc has been made as compatible as possible with AT&T Yacc. Berkeley Yacc can accept any input specification that conforms to the AT&T Yacc documentation. Specifications that take advantag
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:67193
    • 提供者:LiuZP
  1. b.c

    0下载:
  2. Magic squares A 3 × 3 square whose cells contain every digit in the range 1–9 is said to be magic of the sums of the rows, the sums of the columns and the sums of the diagonals are all equal numbers. Write a program that generates all magic squar
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1318
    • 提供者:Cynthia Lee
  1. ICA-C-Sharp-Code-(ver-1.9)

    0下载:
  2. ICA algorithm C-Sharp Code (ver 1.9)
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:13745
    • 提供者:hojjat
  1. ComplexCalculator

    0下载:
  2. 复数的运算函数库源代码: 1.1 复数类设计 1.2 复数乘法 1.3 复数除法 1.4 复数的模 1.5 复数的根 1.6 复数的实幂指数 1.7 复数的复幂指数 1.8 复数的自然对数 1.9 复数的正弦 1.10 复数的余弦 1.11 复数的正切 -Complex computing library source code: class design complex 1.2 1.1 1.3 complex multiplica
  3. 所属分类:Algorithm

    • 发布日期:
    • 文件大小:39004
    • 提供者:王健
  1. 9.2.2

    0下载:
  2. 最小二乘法拟合形如f(x)=(a+bx)/(1+cx)的函数(9.2.2(1)),并解决人口预测问题(9.2.2(2-Least squares fit of the form f (x) = (a+bx)/(1+cx) function (9.2.2 (1)), and to solve the population prediction problem (9.2.2 (2))
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:2079
    • 提供者:连云
  1. 1-9

    0下载:
  2. 自动生成1到9的全排列,这九个数字不重复,共有362880种排列。-Automatically generate all permutations of 1-9, this figure does not repeat nine, a total of 362,880 kinds of order.
  3. 所属分类:Algorithm

    • 发布日期:2016-01-26
    • 文件大小:11264
    • 提供者:元芳
« 12 3 4 5 6 »
搜珍网 www.dssz.com