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

搜索资源列表

  1. base-data-structure-CPP-Class

    0下载:
  2. 自己编写的基本数据结构 C++ 模版,包括链表、队列、堆栈等,供各位朋友参考。-themselves prepared the basic data structure C templates, including the linked list, queue, stack, for friends reference.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2986
    • 提供者:zhangsh
  1. base

    0下载:
  2. 基本数据结构类的定义和实现: MyStack ,MyPoint,MyArc,Graph,MyQueuesMyStack为构造的一个通用的C++模版堆栈类 MyPoint为一个坐标结构MyArc为带权的边类Graph为临街矩阵表示的图MyQueues为按权值顺序存储的边的队列-basic data structure class definition and realization : MyStack, MyPoint, MyArc, Graph, MyQueuesMyStack for a ge
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2165
    • 提供者:wang
  1. miditoolbox_Windows

    0下载:
  2. buat midi toolbox dalam matlab yang berfungsi dalam pembuatan data base
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:412427
    • 提供者:Muhammad Rizal
  1. char_base64

    0下载:
  2. 此程序是Base64算法,其实现是完全用了char* 的数据类型,封装的比较干净,好用-this procedure is Base64 algorithm, its implementation is fully spent char* data types, package cleaner, Easy
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:20284
    • 提供者:llg
  1. part

    0下载:
  2. THis part algorithm which is data base classification algorithm implemented in java-THis is part algorithm which is data base classification algorithm implemented in java
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:9798
    • 提供者:sunil
  1. dbmgmt

    0下载:
  2. Program for data base management
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:73717
    • 提供者:Vijay
  1. data-base-537

    0下载:
  2. 本人有个爱好就是看到网上好的文章就收藏起来。目前机器上有250M的文章了,并都已按时间,目录分类存放好。但是在查找时发现很不方便。所以想自己建一个全文索引的知识库...... -I have a hobby is to see a good article on the internet away. Currently the machine has 250M of articles of, and have been on time, directories, classified stora
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:228782
    • 提供者:郭高
  1. imagecode

    0下载:
  2. face regention system using DCT and fisher algoritm shows the efficent method for face regention to identify good match between the data base images.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:21225
    • 提供者:Selvakumar
  1. ContactsLog.txt

    0下载:
  2. Contact list for data base
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:677
    • 提供者:ece2003
  1. search_by_policy_last

    0下载:
  2. this application is used to search in data base to get some data with special specificaton
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1204042
    • 提供者:abdo
  1. 3D-SPIHT

    0下载:
  2. code Matlab this is frome my data base
  3. 所属分类:matlab

  1. EmotionDetection

    0下载:
  2. It can detect human emotion from image. First it take an image, then by skin color segmentation it detect human skin color then it detect human face. Then it separate the eyes & lip from the face. Then it draw bezier curve for eyes & lips. Then it co
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2863675
    • 提供者:Eugene
  1. imquery

    0下载:
  2. This a matlab based codings to identify the related images. from a data base. using chuns algorithm-This is a matlab based codings to identify the related images. from a data base. using chuns algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:413275
    • 提供者:vijayan
  1. Method_1D_PCA

    0下载:
  2. Program for Face Recognition (with example ORL Data base) used PCA. It showed all process data reduction, classification end visualisation
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1786
    • 提供者:Georgy
  1. load_images

    0下载:
  2. its the data base loading file in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1381
    • 提供者:jatin
  1. MATLAB-operate-base

    0下载:
  2. MATLAB以矩阵作为数据操作的基本单位,还提供了十分丰富的数值计算函数。 MATLAB和著名的符号计算语言Maple相结合,使得MATLAB具有符号计算功能。-MATLAB with matrix as the basic unit of data manipulation, it also provides a very rich numerical functions. MATLAB and the famous combination of symbolic computation la
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:40076
    • 提供者:xin
  1. recursion-in-the-expert-systems

    0下载:
  2. 在智能故障诊断中, C(C++)语言具有多方面优于传统人工智能语言(如LISP、PROLOG)的特性, 它对递归的支持使得用 其来开发故障诊断专家系统成为可能。本文研究了故障诊断专家系统开发中用到的递归方法及其基于C(C++)的实现, 具体 包括: 动态数据库设计中结构体的递归定义, 推理机设计中函数的递归调用等。针对知识推理中易出现的“循环递归”问题, 提出了一种基于“因果网络直观图”的解决方法。-C ( C++ )language possesses characteristic
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:54504
    • 提供者:陈金星
  1. dataStruct

    0下载:
  2. 数据结构中的算法实现,能够对一个串中的节点进行插入删除回复排序等工作。-data base
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1344
    • 提供者:liuxing
  1. COLOR-IMAGE-DATA-BASE

    0下载:
  2. COLOR IMAGE DATA BASE
  3. 所属分类:matlab

    • 发布日期:2017-05-27
    • 文件大小:9858182
    • 提供者:venkatesan
  1. an-indexing-data-base-biometric

    0下载:
  2. an indexing data base biometric
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-11-11
    • 文件大小:1925777
    • 提供者:larbibios
« 12 3 4 5 6 »
搜珍网 www.dssz.com