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

搜索资源列表

  1. matlab7.x

    0下载:
  2. 《精通MATLAB7.0混合编程》系统地介绍MATLAB 7.0的混合编程方法和技巧。全书共分为13章。第1章和第2章介绍MATLAB的基础知识,第3章简要介绍MATLAB混合编程,第4章至第9章分别介绍几种典型的混合编程方法,包括C-MEX、MATLAB引擎、MAT数据文件共享、Mideva、Matrix和Add-in。第10章、第11章介绍MATLAB与Delphi和Excel的混合编程。第12章介绍MATLAB COM Builder,第13章以图像处理为例介绍了一个综合应用实例。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1333446
    • 提供者:yixiao
  1. 1StClass2000.RAR

    0下载:
  2. Delphi中的很有用的一组控件的源代码.-Delphi's very useful in a group control the source code.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4524954
    • 提供者:红叶
  1. Delphi-ChangYongShuZhiSuanFa

    0下载:
  2. Delphi常用数值算法(源码) 这些算法将为千千万万非计算机专业的工程技术人员架起一座方便快捷的桥梁,并能缩短应用软件的编制周期,减少重复劳动,达到事业功倍的效果。 第1章线性代数方程组的解法 第2章插值 第3章数值积分 第4章特殊函数 第5章函数逼近 第6章特征值问题 第7章数据拟合 第8章方程求根和非线性方程组的解法 第9章函数的极值和最优化 第10章傅里叶变换谱方法 第11章数据的统计描述 第12章解常微分方程组 第13章偏
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1597499
    • 提供者:
  1. filecrypterpro

    0下载:
  2. FCP takes a file, generates a random 2048 bit key and encrypts the file with a RC4 stream cipher. The encrypted file is written to a new file along with the decryption stub and key. When the output file is executed it decrypts and executes the
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5200
    • 提供者:ff3g3f3
  1. forcal

    0下载:
  2. Forcal是一个对字符表达式进行编译计算的动态链接库,具有数值计算、关系运算、逻辑运算、字符处理、流程控制、函数调用等许多的可编程功能。它的部分开发文档是由C++开发,有的用Delph开发,还有一少部分用到了VB,这就铸就了它不但可以在C++开发环境下调用,也可在VB和DELPHI中方便调用,很方便。-Forcal expression is a character calculated to compile dynamic link library, with a numerical cal
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:447780
    • 提供者:154
  1. LaserAce300MDL

    0下载:
  2. Very simple program that can fire laser rangefinder MDL laserACE300 remotly via rs232 and register output to file - work only with this type and ither my programs can fire many MDL s-Very simple program that can fire laser rangefinder MDL laserACE300
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:6120
    • 提供者:khann
  1. ravage

    0下载:
  2. 听说原版的机器狗源码是用Delphi写的,这个是模仿机器狗的C++源码,也是从网上下载来的!-I heard the robot dog original source code is written in Delphi, this is an imitation of the robot dog' s C++ source code is downloaded to the!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-23
    • 文件大小:7378593
    • 提供者:zxrgreat
  1. MATLAB

    0下载:
  2. MATLAB与DELPHI的接口实现很多种方法-MATLAB' s interface with the DELPHI
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:174573
    • 提供者:eric
  1. plyasuo

    0下载:
  2. 一个DELPHI写的批量压缩的例程,供入门的童鞋参考,是zip的。-DELPHI write a batch compression routines, children' s shoes for the entry of the reference, is zip the.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:5682
    • 提供者:aaww
  1. delphi_A-Star_PAS

    1下载:
  2. 一个DELPHI的A星算法源码PAS..可用于游戏等自动寻最短路径-DELPHI s a source PAS .. A star algorithm can be used to automatically find the shortest path games
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3267
    • 提供者:朱超超
  1. achvectors

    0下载:
  2. Delphi 的矩阵库,可以实际动态数组,矩阵产实现搜索等功能-Vectors is a class library for Object Pascal (Delphi 1, 3-7, Borland C++ Builder, Borland Kylix, Free Pascal v.1.0 and higher) which implements vectors (dynamically sized arrays) based on different Object Pascal s
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:348017
    • 提供者:sun2grit
  1. Automatically-pathfinding-algorithm-

    0下载:
  2. 游戏自动寻路算法(A星算法)以及Delphi例子。 A星在游戏设计中有它很典型的用法,是人工智能在游戏中的代表。-The game automatically pathfinding algorithm (A star algorithm) and Delphi examples. A star in the game design has its very typical usage, the game is the AI​ ​ s representative.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:679255
    • 提供者:Phi
搜珍网 www.dssz.com