CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - idea algorithm

搜索资源列表

  1. csFUSION

    0下载:
  2. 这是一篇新的介绍用压缩感知进行融合的算法,思路比较新颖-This is the introduction of a new compressed sensing fusion algorithm, the idea is relatively new.
  3. 所属分类:File Formats

    • 发布日期:2017-12-05
    • 文件大小:340599
    • 提供者:柳树
  1. 22.01

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度。   轮转法可以是简单轮转法、可变时间片轮转法,或多队列轮转法。   简单轮转法的基本思想是:所有就绪进程按 FCFS排成一个队列,总是把处理机分配给队首的进程,各进程占用CPU的时间片相同。如果运行进程用完它的时间片后还为完成,就把它送回到就绪队列的末尾,把处理机重新分配给队首的进程,直至所有的进程运行完毕。-Write and debug a simulation of the process schedul
  3. 所属分类:Document

    • 发布日期:2017-12-09
    • 文件大小:419243
    • 提供者:楚相水
  1. the-art-of-computer-programming_2

    0下载:
  2. 本册揭开了计算机程序设计艺术目前最长一章的序幕,而论述组合算法的这章将包括完整的3卷。非正式地说,组合算法是对量非常大的对象,如alan或图元素,进行高速处理的技术。组合模式或排列技术可解决大量的现实问题,而处理这些问题的现代方法比起以前所采用的直接过程快上千倍。本册是后面章节的基础,这里首先讨论的是组合学的本质,接着介绍在计算机内部如何有效处理0和1的基本思想,包括布尔基础和布尔求值等内容。并且,为了强化作者的阐述,书中包括了大量细心组织、包括使用说明和详细解答的新的习题。-The album
  3. 所属分类:software engineering

    • 发布日期:2017-10-31
    • 文件大小:45185609
    • 提供者:lichong
  1. the-art-of-computer-programming_1

    0下载:
  2. 本册揭开了计算机程序设计艺术目前最长一章的序幕,而论述组合算法的这章将包括完整的3卷。非正式地说,组合算法是对量非常大的对象,如alan或图元素,进行高速处理的技术。组合模式或排列技术可解决大量的现实问题,而处理这些问题的现代方法比起以前所采用的直接过程快上千倍。本册是后面章节的基础,这里首先讨论的是组合学的本质,接着介绍在计算机内部如何有效处理0和1的基本思想,包括布尔基础和布尔求值等内容。并且,为了强化作者的阐述,书中包括了大量细心组织、包括使用说明和详细解答的新的习题。-The album
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:42194090
    • 提供者:lichong
  1. the-art-of-computer-programming_3

    0下载:
  2. 本册揭开了计算机程序设计艺术目前最长一章的序幕,而论述组合算法的这章将包括完整的3卷。非正式地说,组合算法是对量非常大的对象,如alan或图元素,进行高速处理的技术。组合模式或排列技术可解决大量的现实问题,而处理这些问题的现代方法比起以前所采用的直接过程快上千倍。本册是后面章节的基础,这里首先讨论的是组合学的本质,接着介绍在计算机内部如何有效处理0和1的基本思想,包括布尔基础和布尔求值等内容。并且,为了强化作者的阐述,书中包括了大量细心组织、包括使用说明和详细解答的新的习题。-The album
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:44025074
    • 提供者:lichong
  1. jinchengdiaodu

    0下载:
  2. 最高优先级优先”调度算法的基本思想是把CPU分配给就绪队列中优先级最高的进程。静态优先级是在创建进程时确定的,并在整个进程运行期间不再改变。   动态优先级是指进程的优先级在创建进程时可以给定一个初始值,并且可以按一定原则修改优先级。例如:在进程获得一次CPU后就将其优先级减少1,或者,进程等待的时间超过某一时限时增加其优先级的值,等等。 -The basic idea of the highest priority priority scheduling algorithm is as
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:4779
    • 提供者:单永祺
  1. Self-adaptionMinerror

    1下载:
  2. 对二维最小误差法进行三维推广, 并结合三维直方图重建和降维思想提出了一种鲁棒的最小误差阈值分割算法.-For the three-dimensional extension of two-dimensional minimum error method, combined with three-dimensional histogram reconstruction and dimension reduction idea of minimum error thresholding a robu
  3. 所属分类:software engineering

    • 发布日期:2015-05-17
    • 文件大小:148480
    • 提供者:程园
  1. A-hybrid

    0下载:
  2. 针对传统的BP或GA对模糊神经网络的识别应用存在收敛容易陷入局部极小 识别率低下等问题 提出一 种基于BFGS的混合遗传算法 其基本思想为 首先构造一种前馈型模糊神经网络结构 然后用遗传算法进化若干代 后 当目标函数的梯度或者范数小于预先设定值 则改用BFGS算法进行优化识别 仿真实验表明 对比GA该算法 收敛速度较快 识别精度提高了约7% 能够较好地应用于一类模糊神经网络的识别-In traditional BP or GA to identify the application
  3. 所属分类:Project Design

    • 发布日期:2017-11-12
    • 文件大小:732350
    • 提供者:renxiuju
  1. Extremal-Optimization3

    0下载:
  2. 极值优化论文3:极值优化算法综述.极值优化( EO) 算法是新开发的一种启发式算法,其基本思想是更新适值最差的变量,提高目标函数的适 值.-Global optimization Paper 3: Summary of global optimization algorithm Extremal Optimization (EO) algorithm is a heuristic algorithm for the newly developed, the basic idea is to
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:340043
    • 提供者:wxd
  1. Extremal-Optimization4

    0下载:
  2. 极值优化论文4:极值优化算法研究.极值优化算法是一种新的、通用的启发式优化方法。其基本思想是更新适值最差的变量,提高目标函数的适值。 -Global optimization Paper 4: extremal optimization algorithm study. Global optimization algorithm is a new the common heuristic optimization method. The basic idea is to update coi
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:125624
    • 提供者:wxd
  1. FACE3D

    0下载:
  2. Abstract. We present a novel 3D face recognition approach based on geometric invariants introduced by Elad and Kimmel. The key idea of the proposed algorithm is a representation of the facial surface, invari- ant to isometric deformations, such
  3. 所属分类:Development Research

    • 发布日期:2015-06-26
    • 文件大小:434176
    • 提供者:arkan
  1. FACE3D-Series

    0下载:
  2. Abstract—Recently, a 3D face recognition approach based on geometric invariant signatures, has been proposed. The key idea of the algorithm is a representation of the facial surface, invariant to isometric deformations, such as those result
  3. 所属分类:Development Research

    • 发布日期:2015-06-26
    • 文件大小:266240
    • 提供者:arkan
  1. Particle-Filter-Review

    0下载:
  2. 以最优Bayesian滤波的求解为起点 ,综述了粒子滤波的发展历程、基本思想、算法的各个基本环节、基本的滤波算法及其收敛性以及算法的多种重要衍变形式 。-Solving an optimal Bayesian filtering as a starting point, an overview of the development process of particle filter, the basic idea of ​ ​ all the basic aspects o
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:949036
    • 提供者:冯浩
  1. sv-memo

    0下载:
  2. Support Vector Machines Training and Applications-The Support Vector Machine SVM is a new and very promising classication technique developed by Vapnik and his group at ATT Bell Laboratories    This new learning algorithm can
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1101505
    • 提供者:Hu
  1. Assignment_1

    0下载:
  2. KNN algorithm,it simply implements the KNN algorithm in datamining it is not complete but can get the idea of properly implementing it
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:167803
    • 提供者:nom
  1. kuaisufuliyebianhuan

    0下载:
  2. 介绍了快速Fourier变换算法(FFT)的核心思想及其算法描述,并用Matlab程序设计语言实现了FFT算法.最后,举例说明用FFT算法计算复函数f(x)的插值函数-Introduced the fast Fourier transform (FFT) algorithm and its core idea of ​ ​ the algorithm descr iption and using Matlab programming language to implemen
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:126987
    • 提供者:王斌
  1. Tomasulo

    0下载:
  2. 在动态调度中,记分牌算法只能检测竞争,但是不能消除竞争,所以需要引入Tomasulo 算法。Tomasulo基本思想是Tomasulo方法所采用的寄存器重命名的实现方法,是把记分牌中的寄存器名用一大组虚拟寄存器的名来代替,即用虚拟寄存器集来代替真实的FP寄存器组虚拟寄存器集所含虚拟寄存器数目远大于真实的寄存器组。因此用它来完成寄存器改名就很容易了。但是,为了完成这些复杂的操作,算法的实现复杂大大的提高,并受到了数据总线的限制,本文将提出总线缓存概念,用以解决由于总线一起的冲突。-Scoreboa
  3. 所属分类:Project Design

    • 发布日期:2017-04-25
    • 文件大小:41519
    • 提供者:刘子才
  1. RMS

    0下载:
  2. 嵌入式系统对强大实时处理能力的需求和相对紧张的内存及内核资源的现实,对嵌入式操作系统任务调度提出了较高的要求。因此任务调度的算法的分析,实现和优化,对实现嵌入式系统的实时性有着重大的意义。从算法提出的理论基础出发,深入分析了经典的单调速率调度算法的思想,特点,具体实现并重点评价了该算法的优点和局限性。-Strong demand for real-time embedded systems processing power and memory, and the reality of a rel
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:80610
    • 提供者:李杰
  1. MQAM-modulation-and-Simulation

    0下载:
  2. 基于软件无线电的思想,对MQAM调制进行算法和仿真的研究〔采用System Generato:搭建MQAM调制系统模型,将算法转换成了硬件可实现模块,对该系统进行了完整的仿真及仿真分析-Software radio based on the idea of ​ ​ MQAM modulation algorithm and simulation studies [using System Generato: build MQAM modulation system model
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:555453
    • 提供者:李平强
  1. first-review-report

    0下载:
  2. This project describes the problem of facial expression recognition in the field of computer vision. Firstly, the psychological background of the problem is presented. Then, the idea of facial expression recognition system (FERS) is outlined and the
  3. 所属分类:Development Research

    • 发布日期:2017-04-30
    • 文件大小:176657
    • 提供者:Jashpreet
« 1 23 »
搜珍网 www.dssz.com