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

搜索资源列表

  1. ac_mul

    0下载:
  2. AC算法的实现,可以处理英文与中文。给定最多64个关键字可以快速查找文件中出现的次数-AC Algorithm realized, can handle both English and Chinese. Set up to 64 keywords can quickly find the document number
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2410
    • 提供者:姜大伟
  1. Skapura

    0下载:
  2. skapura数据挖掘源程序VISUAL C++ 采用图元格式处理中间数据,节省大量空间-skapura source data mining using Visual C map yuan handle intermediate data format, to save a lot of space
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:38479
    • 提供者:徐益军
  1. matrixclass

    0下载:
  2. 矩阵类,自己编写,通过较多考验,符合matlab编程习惯,可处理无穷维矩阵和向量-matrices, their preparation, adoption more tests, with Matlab programming habits can handle infinite dimensional matrix and vector
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4968
    • 提供者:程晓峰
  1. chejiandiaodu

    0下载:
  2. 有m台不同的机器,n个不同的工件。每个工件有多道工序,每道工序由指定的机器在固定的时间内完成。一道工序一旦开始处理,就不能中断。每台机器一次只能处理一道工序。一个调度就是决定每台机器上工序的处理顺序,使得机器完成所有工件的时间最短。具体的,该问题就是要求在满足(1)、(2)两个约束条件的前提下,确定每台机器上工序的顺序,使加工的时间跨度(从开始加工到全部工件都加工完所需要的时间)达到最小。其中,(1)表示工件约束条件:对每个工件而言,机器对它的加工路线是事先确定的;(2)表示机器约束条件:对每台
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4622
    • 提供者:chen
  1. MATLAB70ch7

    0下载:
  2. 《MATLAB 7.0编程基础》第7章 (源码实例)主要讲解MATLAB句柄图形对象-"MATLAB 7.0 programming foundation" Chapter 7 (source code examples) mainly on MATLAB handle graphical object
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:107980
    • 提供者:sunlight68
  1. Data_Struction_complex

    0下载:
  2. 数据结构作业 复数运算代码。 可处理复数加减乘除运算。 图形界面。-data structure complex computing operations code. Can handle complex arithmetic operations. Graphical interface.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:418851
    • 提供者:张钊宁
  1. gose

    0下载:
  2. 高斯平滑滤波,可以用与图形及型号处理计算-Gaussian smoothing filter can be used with graphics and models to handle calculation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:134976
    • 提供者:奇闻
  1. bdszh

    0下载:
  2. 偶写了个将中序表达式转化成后序表达式的程序。不过只能对单字符进行操作,现在改良了一下,能够对任意精度的数值进行运算,并且能够处理任意多的括弧(不过我并没有显式的允许输入[]或者{},只要将它们都成()就可以实现[]或者是{}的操作了),由于程序中间有小数点,所以在写成后序的时候,为了以便于区分输入的数据,我用下划线将它们隔离了开来。-even wrote a sequence of Chinese expressions into expressions sequence after the p
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4478
    • 提供者:qinzuoyi
  1. mulal

    0下载:
  2. This is the machine-generated representation of a Handle Graphics object and its children. Note that handle values may change when these objects are re-created. This may cause problems with any callbacks written to depend on the value of the ha
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1738
    • 提供者:柳风
  1. pathRRT

    0下载:
  2. RRT是应用广泛的机器人路径规划方法,可处理路径规划中的不同问题。-RRT is the widespread use of robot path planning, path planning can handle the different issues.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2311
    • 提供者:郑小光
  1. brainBp

    0下载:
  2. 本\"人工神经网络\"共有13个神经元构成,4个为输入神经元,1个为输 出神经元。也就是说,这个程序最多能处理一个四元关系(包含了二元, 三元)。-the "artificial neural network," a total of 13 neurons constitute, four input neurons, an output of the neurons. In other words, this procedure can handle a m
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:49883
    • 提供者:李合
  1. FormulaProcessor_beta1_CSharp

    0下载:
  2. 功能说明: 次组件提供的功能有二: 1、解析出数学表达式中的参数 2、计算数学表达式 此组件不但可以解析和计算数学表达式,还提供了一系列的数学基本函数,可应用于表达式中一块处理。提供的数学基本函数有:将值舍入到最接近的整数 rount(x)、向下取整函数 int(x)、向上取整 ceiling(x)、求两个数中最大数的函数 max(a,b)、求两个数中最小数的函数 min(a,b)、幂函数 pow(x,n)、求平方根的函数 sqrt(x)。 下载地址:http
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3687
    • 提供者:jason
  1. toolbox_curve

    0下载:
  2. A toolbox to handle 2D curve and multiresolution representation of curve-A toolbox to handle 2D curve and multiresol ution representation of curve
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11364
    • 提供者:Tom
  1. SPIHT2

    0下载:
  2. 根据paper思想,自己编写的SPIHT编解码。可以处理不同图像大小的小波系数,严格按照paper中的算法编写。细节见说明文档-under the paper thinking, their preparation SPIHT codec. Image can handle different sizes of the wavelet coefficients and strictly according to the paper prepared algorithm. For details,
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:109498
    • 提供者:chenglei
  1. SPIHT-compress

    0下载:
  2. 输入:为需要压缩图象的名称,该主程序仅能构处理256灰度图,读者可以自行改编为RGB处理;ratio为压缩比率;level为小波分解的级数 输出:是解压完毕的图象数据矩阵-input : the need for image compression name, the main program can only handle 256 gray level structure, Readers can own adaptation of RGB; ratio of compression ra
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:54779
    • 提供者:林颖
  1. saMSA

    0下载:
  2. 本程序是针对多序列比对问题,提出用模拟退火算法来处理。比较好地实现了比对算法,能够得到较好的结果-proceedings against the multiple sequence alignment, proposed using simulated annealing algorithm to handle. Better than the realization of the algorithm to achieve better results
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:26308
    • 提供者:曾生宝
  1. goldshengcheng

    0下载:
  2. 此文件为gold生成序列.m源文件适用于matlab进行仿真处理-this document for gold production sequence. M source document applies to handle Matlab simulation
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1274
    • 提供者:哈哈
  1. polya_svm_1.0

    0下载:
  2. 很好的基于支持向量机的MATLAB程序,里面包含有算例及改进算法,以及已经处理好的基于支持向量机的基因数据!-good based on support vector machines MATLAB program, which contains examples and improved algorithm and have a good handle on support vector machines genetic data!
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:254130
    • 提供者:小牛
  1. nlfm_code

    2下载:
  2. 非线性调频信号的产生及一种优化方法.是为脉压处理所设计.详细内容及代码均在doc文档-nonlinear FM signals and the selection of an optimal method. Pulse pressure is to handle design. Details and the code is Documents in doc
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:8109
    • 提供者:jfs
  1. Find_the_way

    1下载:
  2. 本程序是进行路径的寻找的程序,是一个朋友写的,特此说明。可以进行路径寻优处理。运行时需要导入的图片在代码文件夹中。-this program is the path to find procedures, a friend wrote, it is noted. Can handle path optimization. Need to run into the picture in the code folder.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-15
    • 文件大小:142220
    • 提供者:任桢
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com