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

搜索资源列表

  1. jinchengdiaodu

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。   “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。   静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。   动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如 :在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增加其优先数的值,等等 -Write and debug
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:23512
    • 提供者:张超
  1. markov

    0下载:
  2. 一个基于马尔可夫链算法的思想编写的自动写文章的程序,输入一篇文章后,可以自动的输出一篇文章。-An algorithm based on Markov chains prepared by the idea of automatic procedures for writing articles, enter an article, you can automatically output of an article.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1549
    • 提供者:李志彤
  1. zhaolingqian

    0下载:
  2. 本人上传的是用贪心算法实现找零钱问题。贪婪算法的根本思想是逐步获得最优解。-I uploaded is to use greedy algorithm to find small change problem. Greedy algorithm is the fundamental idea is to gradually get the optimal solution.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:563609
    • 提供者:林丽
  1. RSA(c)

    0下载:
  2. RSA算法的C++实现。公钥加密算法中使用最广的是RSA。RSA算法研制的最初理念与目标是努力使互联网安全可靠,旨在解决DES算法秘密密钥的利用公开信道传输分发的难题。-RSA algorithm is the C++ implementation. Public key encryption algorithm is the most widely used is RSA. RSA algorithm is developed by the original idea and objectiv
  3. 所属分类:Crypt_Decrypt algrithms

  1. SearchbasedAlgorithmsCaseStudy

    0下载:
  2. 讲述搜索算法,从枚举,DFS等许多例子,通过许多有关搜索的经典例子,来分析其中的思想,层层深入-About the search algorithm, from the enumeration, DFS, and many other examples, through a number of classic examples of the search, to analyze the idea of layers of in-depth
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:417217
    • 提供者:谭现成
  1. OPT

    0下载:
  2. 置换策略:也称淘汰策略,涉及的是当内存可用空间不能装下需要调入的信息时,决定调出已占用内存某个区域的那一块信息以便腾出空间。 OPT该算法的基本思想是:发生缺页时,有些页面在内存中,其中有一页将很快被访问(包含紧接着的下一条指令的那页),而其他页则可能要到10、100、或1000条指令之后才被访问,每个页都可以用在该页面首次被访问前所要执行的指令数进行标记 -Replacement Policy: also known as the phase-out strategy, involvi
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:171887
    • 提供者:曾华
  1. OOP

    0下载:
  2. This project is about implementing a world model that allows the path planning algorithm to query if a certain point in space is free from obstacles. -Planning a path from one point of the environment to another while avoiding collisions with the env
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:5283
    • 提供者:wanglu
  1. ga-base

    0下载:
  2. 基本遗传算法的MATLAB编程,未利用MATLAB工具箱,但更能帮助理解遗传算法的基本思想及其核心。-The basic genetic algorithm MATLAB programming, without the use of MATLAB toolbox, but the more help you understand the basic idea of genetic algorithms and its core.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:2854
    • 提供者:jyll
  1. shouxieshibie

    0下载:
  2. 上午上课在稿纸上画了半天,整理下思路,下午动手写的,所有模块已大概成型,本着照顾后学者,以及资源共享的原则,贴上核心的bp算法部分,已经封装好了,使用可以直接调用。三层,基本三层就可以解决我们的这些简单的问题,输入为8×8,输出4,隐层数目conts num=8 还可进一步封装,const输入层节点,输出层节点。-Morning class in the writing paper drew a long time, under the idea of finishing the afterno
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1895
    • 提供者:杨元龙
  1. suanfa

    0下载:
  2. 多边形问题是计算几何的基本问题之一,在许多领域均有应用.本文研究在平面中生成任意边的凸多边形的算法,讨论了随机生成凸多边形顶点坐标的算法思想.-Convex polygon problem is one of the basic problems of computational geometry, in many fields. In this paper, an arbitrary edge in the plane of the convex polygon generating algo
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1948863
    • 提供者:李雪刚
  1. sort

    0下载:
  2. 采用JAVA抽象类开发的排序算法 主要体现面向对象的思想,通过重载类的dosort()方法实现-Abstract class using JAVA sorting algorithm developed mainly embodied the idea of object-oriented, by overloading class dosort () method implementation
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:2331
    • 提供者:yohey
  1. C

    0下载:
  2. 用基数排序算法思想为整数链表编写一个排序函数-With the idea of radix sort algorithm to write a sort function, an integer list
  3. 所属分类:Data structs

    • 发布日期:2017-03-21
    • 文件大小:6879
    • 提供者:零星
  1. pid

    0下载:
  2. this code detailed view of how code was implemented and gives idea to use parameter of pid algorithm
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-14
    • 文件大小:4195
    • 提供者:mayur patel
  1. AES

    0下载:
  2. 此为《分组密码算法的设计与原理》的PDF文档,详细介绍了分组密码算法的设计与原理的思路与过程-This is the " Block Cipher Algorithm design and principle" of the PDF document, detailing the block cipher algorithm design and principles of the idea and process of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:836122
    • 提供者:哇啦
  1. pi_1

    0下载:
  2. 一个求pi的很巧妙的经典算法 我对对其中的想法深感震惊 所以拿来给朋友们分享-Pi seeking a classical algorithm very clever of them I am deeply shocked by the idea of it were given to friends to share
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:4656
    • 提供者:xiang
  1. liezhuyuanGUASSxiaoqufa

    0下载:
  2. 列主元Gauss消去法 算法思路如下: 查找列主元——〉消去——〉回代-Out the main element Gauss elimination algorithm idea is as follows: Find out the main element- " elimination-" Back to the generation of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:823
    • 提供者:李沆
  1. ga

    0下载:
  2. 遗传算法是弥补了EM算法的缺点,是现在比较流行的一种利用迭代计算全局最优值的一种算法。遗传算法是借鉴了自然遗传学,因此它们的基本思想是想通的。-Genetic algorithm is made up for the shortcomings of EM algorithm, is now more popular means of a global optimum value of iterative calculation algorithm. Genetic algorithm is bo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1379
    • 提供者:赵晓霞
  1. Research_on_Network_intrusion_detection_based_on_d

    0下载:
  2. 本文提出一种基于数据挖掘的入侵检测模型,其主要思想是利用数据挖掘的方法,从经预处理的包含网络连接信息的 审计数据中提取能够区分正常和入侵的规则,并用来检测入侵行为。对Apriori 算法中求频繁集时扫描数据库I/O 负载惊人 的问题提出了一种改进办法。为验证该算法的可行性,文章最后实现了该入侵检测模型的知识库中正常连接规则的挖掘。实 验表明该模型能提取特征生成新规则,并证明了方法的可行性和有效性。-In this paper an intrusion detection system
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:207476
    • 提供者:youby
  1. ImprovedPCAFaceRecognitionAlgorithm

    0下载:
  2. 摘要:主成分分析(PCA)的人脸识别算法,以减少的特征向量是涉及到对抽象的特点,改进了主成分分析(一)iUumination算法的变化影响酶原sed.The方法是基于上减低与正常化其相应的标准差的特征向量元素相关联的大特征值的特征向量的影响力的想法。耶鲁大学和耶鲁大学面临的数据库面对数据库B是用来验证-Abstract:In principal component analysis(PCA)algorithms for face recognition,to reduce the influen
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:205857
    • 提供者:费富里
  1. cut_sample

    0下载:
  2. 使用二分法对样本集进行剪辑,剪辑法的思想,就是将样本集分成训练集与考试集, 利用训练集样本对考试集的样本进行分类(使用近邻法),如果考试集中某个样本分类错误的话,将这个样本删除。在该函数中,使用最近邻法,只进行一次剪辑(遍历完考试集中的样本以后退出)。还有一种重复剪辑法(适用于样本比较多的情况),把样本随机分为多个样本集,将相邻的两个样本前一个作为考试集,后一个作为训练集,调用二分剪辑。所有的样本子集剪辑完毕以后,在递归调用,直到没有样本被剪辑掉,没得讲,重复剪辑的效果肯定好一些。 -Th
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1114
    • 提供者:shihao
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 44 »
搜珍网 www.dssz.com