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

搜索资源列表

  1. Visual_Cpp

    0下载:
  2. 最短路径查询,用的是ESRI公司arcobject组件开发的,已经作成dll,用起来非常的方便-Shortest Path inquiries, the company is ESRI arcobject development of the components, make dll with it is very convenient
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:37802
    • 提供者:丁胜
  1. c小应用

    0下载:
  2. 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去掉不满足条件的排列。 2.程序源代码:-topic : 1,2,3,4 figures, the number can be formed with each other with no repeat of the triple-digit figures? How many are? 1. Program Analysis : c
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5539
    • 提供者:镝钦
  1. IIR滤波器设计

    18下载:
  2. 现有一个信号:x(n)=1+cos(π*n/4)+ cos(2*π*n/3)设计及各种数字滤波器以达下列目的: 低通滤波器,滤除cos(2*π*n/3) 的成分,即想保留的成分为1+cos(π*n/4) 高通滤波器,滤除1+cos(π*n/4) 的成分,即想保留的成分为cos(2*π*n/3) 带通滤波器,滤除1+cos(2*π*n/3) 的成分,即想保留的成分为cos(π*n/4) 带阻滤波器,滤除cos(π*n/4) 的成分,即想保留的成分为1+cos(2*π*n/3)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:46036
    • 提供者:殷开
  1. fina_ver

    0下载:
  2. 用迷宫算法实现聚点的统计,这里只是简单扫描每个像素的四个方向,当然,可以很容易修改源码,实现八个方向的扫描,至于聚点嘛,就是被数码0包围的数码1组成的块,这种算法在元件识别方面可以应用。-maze algorithm used accumulation of statistics, here simply scanning each pixel of the four directions, of course, you can easily modify the source codes to
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2973
    • 提供者:光法
  1. Apriori-COM

    0下载:
  2. 用VC做的一个挖掘系统的关联规则算法。COM组件的源代码,已应用到实际系统中。-Utilising VC to make a program which is a arithmetic of affiliated enterprise of dig system. COM components have been applied the system.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:37733
    • 提供者:贺瑞
  1. Molgedey and Schouster

    0下载:
  2. The Molgedey and Schuster decorrelation algorithm, having square mixing matrix and no noise . Truncation is used for the time shifted matrix, and it is forced to be symmetric . The delay Tau is estimated . The number of independent components ar
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:12169
    • 提供者:海心
  1. Cubic Spline

    1下载:
  2. 使用 Cubic spline 三次内差做曲线拟合,以C++物件方式.做成元件.含source Code -use within three Cubic spline curve fitting done worse to C objects manner. Causing components. Source-Code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:358087
    • 提供者:秦國銘
  1. tpabbrevia_3_04

    0下载:
  2. Abbrevia is a compression toolkit for Borland Delphi, C++Builder, & Kylix. It supports PKZIP 4, Microsoft CAB, TAR, & gzip formats & the creation of self-extracting archives. It includes visual components that simplify the manipulation of ZIP files.-
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3769659
    • 提供者:江焱风
  1. MoShiPiPei

    0下载:
  2.   有一串10000位数的主串由1、2、3、4四位数随机获得,n位模式串是指有4的n次方个模式串,如2位模式串有:11、12、13、14、21、22、23、24、31、32、33、34、41、42、43、44等16个数组成。现在进行模式匹配,假设主串为:431324113122341324132等等,则第一次比较是43,第二次比较是31,第三次比较是13,依此类推,每比较一次则落得模式串中的一个,当所有模式串(有4的n次方个)都被找到时,记得所比较的次数,则这个次数就是这次匹配的结果。程序执行了
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:30193
    • 提供者:陈力
  1. JAXPDOMTest

    0下载:
  2. 使用JAXP获得DOM解析器的基本原理与获得SAX是相同的,例子使用JAXP来获取一个DOM解析器组件。-use JAXP parser access to the DOM and access to the basic tenets of SAX is the same, examples use JAXP access to a DOM parser components.
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-06-10
    • 文件大小:1672
    • 提供者:徐广贤
  1. Designing Components with the C++ STL

    0下载:
  2. 用c++来进行组件设计-used to design components
  3. 所属分类:STL

    • 发布日期:2014-01-20
    • 文件大小:770393
    • 提供者:潘备红
  1. sym_phasor

    0下载:
  2. program to calculate symmetrical components of an unbalanced phasor.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:364251
    • 提供者:Brijesh
  1. MPI-GraphTheory

    1下载:
  2. 图论部分的MPI源码,包括传递闭包、连通分量、最短路径和最小生成树,附带说明和测试用例-Graph Theory part of the MPI source code, including the transitive closure, connected components, shortest path and minimum spanning tree, with instructions and test cases
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:737930
    • 提供者:不死鸟
  1. pca

    0下载:
  2. 神经计算的实验作业。用principle components analysis计算模式的主分量。提取线性输入的特征。-Neural computing experiment operations. Computing model using principle components analysis of the principal component
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1285
    • 提供者:萧茅律
  1. Addison.Wesley.Designing.Components.with.the.C++.

    0下载:
  2. Aims of this book The book has two aims. As a technical reference, the reference document mentioned earlier is hardly suited to explain the concepts of the STL. Therefore, the first aim is to present how the STL can be used in a sensible way. I
  3. 所属分类:STL

    • 发布日期:2017-03-24
    • 文件大小:770133
    • 提供者:lawr
  1. zy2abcd

    0下载:
  2. symmetrical components of a 3x3 impedance matrix
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1040
    • 提供者:habib
  1. matlab-Array-VCL-components

    0下载:
  2. MemoArray文件夹下是两个组件,可以安装到BCB的组件面板中,用于输入输出-MemoArray folder are two components can be installed to the BCB Palette for the input and output
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:111616
    • 提供者:hu
  1. connected-components

    0下载:
  2. 此代码是基于数据结构算法分析的代码,用到图论中的深度优先收索法来求连通分支的问题,只要给出顶点、边数和相应的边就可以求出连通分支的数目-This code is based on the analysis of the code of the data structure algorithms used in graph theory depth-first closing cable method, as long as the given vertex connectivity of the
  3. 所属分类:Data structs

    • 发布日期:2017-11-15
    • 文件大小:614
    • 提供者:韦龙
  1. Estimate-variance-components

    0下载:
  2. 用C++对方差分量估计进行实现,以便于在编程过程中使用-Estimate variance components
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2417434
    • 提供者:杨凤祥
  1. separate_color_components

    0下载:
  2. separates color components of the given image
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:717824
    • 提供者:Kusuma
« 12 3 4 5 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com