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

搜索资源列表

  1. 数学常用算法C++版

    2下载:
  2. 陈必红 编写的《用C++语言编写的数学常用算法》光盘内容-prepared by the "C language commonly used to prepare the mathematical algorithm" CD-ROM
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:49.83kb
    • 提供者:fj
  1. C_Algorithm_Set

    0下载:
  2. 清华大学徐士良主编的C常用算法程序集的光盘软件,对于作算法的同仁们而言,是不可多得的软件包-editor of the Qinghua University XU Shi-liang C algorithms commonly used procedures set CD software, the algorithm for their colleagues, it is a rare package
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:228.33kb
    • 提供者:周副
  1. DOS_CDRUN

    0下载:
  2. DOS下播放CD光盘的程序,此程序用了别人部分源码,我进行了改进!-DOS broadcast CD procedures, this procedure with the other part of the source code, I had to improve.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.05kb
    • 提供者:杨立国
  1. optimization-methods-in-matlab

    0下载:
  2. 精通MATLAB优化计算随书光盘,含作者用matlab自编的优化算法,例子多,比较实用。-The CD attached to the book titled “mastering optimization methods in Matlab"。 It contains codes written by the author for all the computation examples in the book. Very pratical!
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:3.26mb
    • 提供者:xu xiangmin
  1. appendix

    0下载:
  2. 谢希仁计算机网络光盘附录 说明文档 随机接入技术ALOHA 综合业务数字网ISDN ATM通信量,漏桶算法 最短路径算法Dijkstra-Measuring Your computer network documentation CD-ROM Appendix ALOHA Random Access Integrated Services Digital Network ISDN ATM traffic, leaky bucket algorithm Dijkstra sho
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:129.72kb
    • 提供者:dongshaojie
  1. Fortran95CD

    0下载:
  2. 与彭国伦Fortran 95程序设计配套的光盘!!!很难找到的-Fortran 95 Programming with Peng Guolun matching CD! ! ! Hard to find! ! !
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2.67mb
    • 提供者:张杰
  1. mopsocd

    1下载:
  2. 这是一个基于距离的多目标粒子群优化算法C语言实现-This is an implementation of MOPSO-CD,a multiobjective particle swarm optimization algorithm using crowding distance
  3. 所属分类:Algorithm

    • 发布日期:2016-03-16
    • 文件大小:6kb
    • 提供者:lys
  1. flysf

    0下载:
  2. 最全的傅立叶算法光盘vc 开发,经典源码-Fourier transform of the most comprehensive CD-ROM vc development, the classical source
  3. 所属分类:Algorithm

    • 发布日期:2017-06-11
    • 文件大小:17.37mb
    • 提供者:yy
  1. 013

    0下载:
  2. 通过字符串操作模拟控制台的cd命令,要求至少完成 “cd 【目录名】”、“cd ..” 和“cd \” 三个命令。实例可以参考:开始->运行->cmd->键入上述三个命令观察提示符前的字符串变化,帮助可通过cd /?显示;可使用字符串处理函数。并用此程序练习和熟悉调试过程。 实验014:重写实验007和012,要求使用函数IsPrime实现判断一个数是否是素数,GCD返回两个数的最大公约数,LCM返回两个数的最小公倍数,并在main中调用。-Through the stri
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:170.8kb
    • 提供者:zhu
  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
    • 文件大小:4.99mb
    • 提供者:xiaobo
  1. vb-source-code

    0下载:
  2. 光盘使用指南 本光盘包括三个子目录,内容分别如下: 1、子过程 该子目录下包含了“VB常用算法大全”书中的全部常用算法子过程。所有的 常用算法子过程按书中的章数分别放在以C开头的子目录中。 2、验证子过程 该子目录下按章存放验证上述常用算法子过程的全部验证子过程。所有这些 为验证上述子过程而编的过程按书中的章数分别放在以D开头的子目录中。 3、工程 该子目录下包含所有为验证上述子过程而做的工程
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:460.54kb
    • 提供者:steven
  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
    • 文件大小:985byte
    • 提供者:tianguochao
  1. CSMA-CD

    0下载:
  2. CSMA-CD Simulator based on discrete events engine written in JAVA
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:40.3kb
    • 提供者:agno
  1. cd--code

    0下载:
  2. 超大整数相乘的算法分析与实现- 其实是采用了用文本来存储数据的办法,-Analysis and implementation of large integer multiplication algorithm-
  3. 所属分类:Algorithm

    • 发布日期:2017-11-28
    • 文件大小:28.79kb
    • 提供者:王军
  1. HW3

    0下载:
  2. this code is used for stphest with different CD
  3. 所属分类:Algorithm

    • 发布日期:2017-12-07
    • 文件大小:884.1kb
    • 提供者:007
  1. From-the-string

    0下载:
  2. 问题描述: 设有字符串X,我们称在X的头尾及中间插入任意多个空格后构成的新字符串为X的扩展串,如字符串X为“abcbcd”,则字符串“abcb□cd”,“□a□bcbcd□”和“abcb□cd□”都是X的扩展串,这里“□”代表空格字符。 如果A1是字符串A的扩展串,B1是字符串B的扩展串,A1与B1具有相同的长度,那么我们定义字符串A1与B1的距离为相应位置上的字符的距离总和,而两个非空格字符的距离定义为它们的ASCII码的差的绝对值,而空格字符与其它任意字符之间的距离为已知的定值K
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:721byte
    • 提供者:qiang22
  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-26
    • 文件大小:119.83kb
    • 提供者:黄浩
  1. CAGD_NURBS

    0下载:
  2. 这是北航的施法中教授编写的《计算机辅助几何设计与非均匀B样条》一书附带的光盘程序。仅供参考,不要乱传。-This is the magic of the Northern professor of preparation of the " computer-aided geometric design with non-uniform B-spline" CD-ROM that comes with the program book.
  3. 所属分类:Algorithm

    • 发布日期:2017-06-19
    • 文件大小:27.42mb
    • 提供者:wcy
  1. MATLAB

    7下载:
  2. Meshfree Approximation Methods with Matlab CD 7.x版本(Meshfree Approximation Methods with Matlab CD Meshfree Approximation Methods with Matlab CD)
  3. 所属分类:数学计算

    • 发布日期:2017-12-23
    • 文件大小:17.15mb
    • 提供者:天涯行客
  1. 数理统计与MATLAB数据处理

    1下载:
  2. 详细介绍数理统计的基本原理和典型应用以及使用MATLAB进行实际工程数据分析的基本方法。包含PDF和随书光盘。(This paper introduces the basic principle and typical application of mathematical statistics in detail, as well as the basic method of using MATLAB to analyze the actual engineering data. Contai
  3. 所属分类:数学计算

搜珍网 www.dssz.com