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

搜索资源列表

  1. data

    0下载:
  2. BC环境下开发C语言实现的埃尔米特差值法的图形输出
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:54342
    • 提供者:陈卓然
  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. TowersOfHanoi

    0下载:
  2. 汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C -Hanoi Tower! ! ! Simulate the movement of the Towers of Hanoi puzzle Bonus is pos
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:10572
    • 提供者:only
  1. volume

    0下载:
  2. calculate maximum volume of cuboid given conditions.. a+b+c<s ab+bc+ca<d where s and d are constants-calculate maximum volume of cuboid given conditions.. a+b+c<s ab+bc+ca<d where s and d are constants..
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:352442
    • 提供者:anand
  1. 09427

    0下载:
  2. 《用C++语言编写数学常用算法(修订版)》一书的配书盘,里面包括书中全部C++程序的源代码(一些小的示例除外),并用中文加以详细注释。 光盘共有五个文件夹,名称分别为:①BCMATH;②VCMATH;③CURVE;④SOUND;⑤examples。 本书前4章介绍的与数学常用算法有关的C++类与函数的源代码是在BCMATH和VCMATH两个文件夹中,具体使用哪个文件夹,视读者的编译系统而定。如果读者使用的是Borland C++编译系统(简称为BC++),则使用BCMATH文件夹中的所有
  3. 所属分类:Algorithm

    • 发布日期:2017-05-18
    • 文件大小:4977572
    • 提供者:朱玉东
  1. VCBCCLASSLIB

    0下载:
  2. 粟塔山的VC++和BC++数值分析类库光盘内容,其中包含很多矩阵运算的库函数-Su Tashan in VC++ and BC++ numerical analysis of the contents of library CD-ROM, which contains a lot of matrix operations of the library functions
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:5231968
    • 提供者:xiaobo
  1. FFT_fp_demo

    0下载:
  2. 非常简单的浮点 FFT 运算。 没有加窗。没有任何多余的东西。点数任意设。 这个程序已经直接在BC下调试通过。 12.txt是GOLDWAVE将1KHz的保存为文本文件。 左右声到各一个,所以在文件中有N多个两个一样的值。 所以C在打开文件后要取两次,丢掉其中一个。 FFTRESU.TXT是FFT后的结果。-Float point FFT C program Very easy. No window.Any points.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:9044
    • 提供者:chengong
  1. Improvement-of-CB-a-BC-Algorithms-for-Learning-St

    0下载:
  2. Berbicara tentang algoritma BC
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:189730
    • 提供者:endy
  1. max

    0下载:
  2. 实验描述:给定X和Y都是n位整数,计算乘积XY。分治算法思想,将n位X和Y分成2段,每段n/2位。则X分为AB两段,Y分为CD两段。 有X=A*(10)^(n/2)+B,Y=C*(10)^(n/2)+D;XY=(A*(10)^(n/2)+B)(C*(10)^(n/2)+D)=AC*(10)^n+(AD+BC)*(10)^(n/2)+BD。 -Experiment: given X and Y are n-bit integers, calculate the product of the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:985
    • 提供者:tianguochao
  1. numerical-analysis-class-library

    0下载:
  2. VC++,BC++数值分析类库 粟塔山那本书的-for numerical analysis by Su Tashan
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:249271
    • 提供者:H D
  1. bc-1.06

    0下载:
  2. 大名鼎鼎的Linux下计算器bc的源代码-GNU bc version 1.06 Program: GNU bc Author: Philip A. Nelson E-mail: phil@cs.wwu.edu OS: UNIX
  3. 所属分类:Algorithm

    • 发布日期:2017-11-06
    • 文件大小:312054
    • 提供者:刘欣
  1. 1D-STEADY-HEAT-EQN_EXPLICITE_NEUMAN-BC

    0下载:
  2. 1D STEADY HEAT EQN_EXPLICITE_NEUMAN BC
  3. 所属分类:Algorithm

    • 发布日期:2017-12-08
    • 文件大小:1072
    • 提供者:m
  1. 1D-STEADY-HEAT-EQN_EXPLICITE_ROBIN-BC

    0下载:
  2. 1D STEADY HEAT EQN_EXPLICITE_ROBIN BC.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-08
    • 文件大小:1071
    • 提供者:m
  1. 111

    0下载:
  2. N阶线性方程组,可解多种方程。缺点是分布录入系数,操作较为复杂。过程中容易因录入错误导致计算错误-linear equation bc
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:1991
    • 提供者:yao yongxin
  1. BC

    0下载:
  2. A graphical implementation of Honoy. Parametric and complete
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:145471
    • 提供者:mohammad.lists
  1. VC-numerical-analysis-library-(CD)

    0下载:
  2. VC++和BC++数值分析类库》光盘 光盘内含C++数值分析动态连接库(包括动态库文件*.dll和入口库文件*.lib及头文件*.h),分Visual C++和Borland C++(Builder)两个版本。另有一个曲线绘制程序Plot.exe 。-VC++ and BC++ numerical analysis library CD THE CD include the*.dll,*.lib*.h files of the numerical analysis library in
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:122705
    • 提供者:黄浩
  1. fiv2

    0下载:
  2. 求解一维层流火焰程序,很好用,可以作为燃烧学的入门程序-solve for laminar Damkohler number.Solve the laminar flame problem for Le# = 1.Use the steady equations and solve on the phase plane.Solve as boundary value problem and use shooting to satisfy 2nd bc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2805
    • 提供者:刘琦
搜珍网 www.dssz.com