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

搜索资源列表

  1. d2009042316063174

    0下载:
  2. 本设计的指导思想是利用红外发光管发射红外线,红外接收管接收此红外线,并将其放大、整流形成高电平信号.当有人或物挡住红外光时,接收管没有接收到红外信号,放大器将输出低电平,同时将这个电平信号送入单片机进行控制计数,并经译码驱动电路使数码管显示数值。这样就得到要统计的人或物的数量。-The design of the guiding idea is to use infrared emission infrared LED and infrared receiver to receive the i
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:660416
    • 提供者:liming
  1. dataminningbook

    0下载:
  2. 数据挖掘与人工智能导论,介绍了数据挖掘的基本思想和算法。-Introduction to Data Mining and Artificial Intelligence, introduced the basic idea of data mining and algorithms.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:991539
    • 提供者:白浩
  1. dynamicprogramming

    1下载:
  2. 本文介绍了动态规划的基本思想和基本步骤,通过实例研究了利用动态规划设计算法的具体途径,讨论了动态规划的一些实现技巧,并将动态规划和其他一些算法作了比较,最后还简单介绍了动态规划的数学理论基础和当前最新的研究成果。-This article describes the basic idea of dynamic programming and the basic steps, through the case study design algorithm using dynamic progra
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:7970
    • 提供者:leansmall
  1. feangzhi

    0下载:
  2. 本文介绍了分治法的基本思想和基本步骤,通过实例讨论了利用分治策略设计算法的途径。 目录 简介 分治法的基本思想 分治法的适用条件 分治法的基本步骤 分治法的复杂性分析 分治法的几种变形 分治法的实例分析 -This article describes the basic idea of sub-rule method and the basic steps, through an example de
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:7835
    • 提供者:leansmall
  1. KFDA

    1下载:
  2. 核Fisher鉴别分析方法(KFDA)。KFDA方法的基本思想是首先将原始训练样本通过一个非线性映射 映射到某一高维(可能是无限维)特征空间F中,然后在F中执行Fisher鉴别分析。-Nuclear Fisher discriminant analysis method (KFDA). The basic idea of KFDA method is the first original training data by a nonlinear mapping  m
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1941
    • 提供者:万鹏程
  1. BasicDrawing

    0下载:
  2. 这个工程为基本作图,所作的图形有直线,圆,椭圆,多边形,作图的基本思想为VB基本作图的思想-The project is the basic plot, the graphics are straight lines, circles, ellipses, polygons, the basic idea of mapping the basic plot ideas for the VB
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:2018
    • 提供者:李鹏程
  1. cc

    0下载:
  2. 一个最快求中位数的算法,根据快速排序和分治的思想。-Seeking a fastest median algorithm, according to quick sort and the idea of partition.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:883909
    • 提供者:qifeifei
  1. NetonLiterator

    0下载:
  2. 牛顿迭代法求解非线性代数方程组的主要思想是将非线性函数线性化-Newton iteration method for solving nonlinear algebraic equations nonlinear function of the main idea is to linear
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:24595
    • 提供者:shasha
  1. learnMATLAB

    0下载:
  2. this a good book to learn the matlab. from here , you can learn a lot idea about write the matlab code.-this is a good book to learn the matlab. from here , you can learn a lot idea about write the matlab code.
  3. 所属分类:matlab

    • 发布日期:2017-05-21
    • 文件大小:6313572
    • 提供者:llqm
  1. tudebianli

    0下载:
  2. 实现图的深度优先, 广度优先遍历算法,并输出原图结构及遍历结果。 初步完成总体设计,搭好框架; 最低要求:两种遍历都要实现,写出画图的思路; 进一步要求:画出图的结构,有兴趣的同学可以进一步改进图的效果。 -Implementation of Depth-first, breadth-first traversal algorithm, and outputs the original image structure and the traversal result. Complet
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:114555
    • 提供者:zhangjunyan
  1. Quicksort

    0下载:
  2. 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick sort (Quicksort) is a bubble sort of an improvement. By the CAR Hoare in 1962. The b
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:618
    • 提供者:浩星无恨
  1. recall

    0下载:
  2. 回溯.rar是一种系统地搜索问题的解的方法。回溯算法的基本思想是:从一条路往前走,能进则进,不能进则退回来,换一条路再试。-Back. Rar is a systematic search of the solution method. The basic idea of backtracking algorithm is: from one way forward, can be entered into, can not enter the return to, try another ro
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:616273
    • 提供者:李一凡
  1. svm

    0下载:
  2. SVM方法的基本思想是:定义最优线性超平面,并把寻找最优线性超平面的算法归结为求解一个凸规划问题。进而基于Mercer核展开定理,通过非线性映射φ,把样本空间映射到一个高维乃至于无穷维的特征空间(Hilbert空间),使在特征空间中可以应用线性学习机的方法解决样本空间中的高度非线性分类和回归等问题。svm 程序,即支持向量机的代码。-The basic idea of SVM method are: the definition of the optimal linear hyperplane,
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:118143
    • 提供者:
  1. correctedfinalprojectreport

    0下载:
  2. desity based traffic control ..using image processing..paper presentation and knowledge bast paper.its a new idea.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:335396
    • 提供者:altafsheikh2007
  1. A_Millimeter-Wave_Circuit_Technique

    0下载:
  2. An inductive feedback technique increases the speed of resonant circuits by 62 , allowing operation near the of transistors. The technique leads to a fundamental oscillator operating at 128 GHz with a power dissipation of 9 mW and a phase noi
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1961211
    • 提供者:吕凌
  1. ga

    0下载:
  2. VS 2005下编写的遗传算法,采用面向对象的方式实现的遗传算法的思想,可用于神经网络的初始权值和阈值的优化。-VS 2005, prepared under the genetic algorithm, object-oriented approach to achieve the idea of genetic algorithms, neural networks can be used for the initial weights and threshold optimization.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:510954
    • 提供者:Ivan.Ru
  1. simplifiedIDEAalgorithm

    0下载:
  2. IDEA cryptography document
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:376288
    • 提供者:farzaneh
  1. ANewModuloMultiplierforIDEA

    0下载:
  2. Modulo multiplier of IDEA
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:331109
    • 提供者:farzaneh
  1. kamansuanfa

    0下载:
  2. 其基本思想是:采用信号与噪声的状态空间模型,利用前一时刻地估计值和现时刻的观测值来更新对状态变量的估计,求出现时刻的估计值。它适合于实时处理和计算机运算。 -The basic idea is: use of signal and noise state-space model, the estimated value of the previous time and are always observations to update the estimated state variable
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3062
    • 提供者:王大培
  1. DistributedFilberOpticSensorSystem

    0下载:
  2. 本文基于马赫-泽德干涉结构的分布式光纤传感系统,采用模式识别的思想,详细论述了信号特征辨识和提取方法,提高了定位准确度,减少了误报!-Based on Mach- Zehnder interferometer structure of the distributed optical fiber sensing system, using pattern recognition idea, discussed in detail the signal feature recognition and
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:293653
    • 提供者:xiejian
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com