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

搜索资源列表

  1. 北京大学c语言学习大全

    0下载:
  2. c语言概述 程序的灵魂—算法 数据类型、运算符与表达式 最简单的C程序设计—顺序程序设计 分支结构程序 循环控制 数组 函数 预处理命令 指针 结构体与共用体 位运算 文件
  3. 所属分类:咨询培训

    • 发布日期:2012-11-30
    • 文件大小:4137297
    • 提供者:fishyimo
  1. PID

    0下载:
  2. PID算法控制,PID 控制技术,是最简单的闭环控制技术之一,一般都是利用单反馈或者 多反馈来实现对控制对象的调节,实现被控对象的可控性和可预知性的控制。 使得设备运行的更加的可靠,合理且平稳。 -pid Control algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:18641
    • 提供者:风过芦苇
  1. Standard-web-flow-chart.rar

    0下载:
  2. 流程图可以简单地描述一个过程,是对过程、算法、流程的一种图像表示,在技术设计、交流及商业简报等领域有广泛的应用。流程图可分为:数据流程图和作业流程图。 流程图较思维导图要严谨一些,也是思维导图一种表现,使用图形表示算法的思路是一种极好的方法,因为千言万语不如一张图。流程图由包含具有确定含义的符号、简单的说明性文字和各种连线。 流程图是流经一个系统的信息流、观点流或部件流的图形代表。在企业中,流程图主要用来说明某一过程。这种过程既可以是生产线上的工艺流程
  3. 所属分类:software engineering

    • 发布日期:2017-11-03
    • 文件大小:698223
    • 提供者:戚银
  1. 22.01

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

    • 发布日期:2017-12-09
    • 文件大小:419243
    • 提供者:楚相水
  1. maopao-(2)

    0下载:
  2. 冒泡算法 简单的冒泡算法写法,便于新手学习使用很实用-Bubble Sort algorithm is simple the bubbling algorithms written, very practical to facilitate novice learning to use
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:18990
    • 提供者:辜久钊
  1. Achieve-Ga

    0下载:
  2. Matlab实现遗传算法的文档介绍,虽然简单,但是对初学者思路上的提点有很好的作用。-Matlab document describes the genetic algorithm, though simple, but there is a very good role in reminding beginners ideas.
  3. 所属分类:IT Hero

    • 发布日期:2017-11-17
    • 文件大小:291601
    • 提供者:林天
  1. hanoi

    0下载:
  2. 简单的汉诺塔的非递归实现算法。用C++实现的。-Simple HANOR the non-recursive algorithm. Achieved with C++.
  3. 所属分类:software engineering

    • 发布日期:2017-11-28
    • 文件大小:1590
    • 提供者:zsing
  1. Kmeans-java

    0下载:
  2. K均值算法java实现,最简单的聚类算法,适合高斯聚类-K-means algorithm to achieve the java
  3. 所属分类:software engineering

    • 发布日期:2016-01-23
    • 文件大小:2048
    • 提供者:彭成松
  1. Algorithm

    0下载:
  2. 这本书不同于算法导论那般的庞大没有侧重点,此书简单易懂,更适合作为算法入门-This book is different from the Introduction to Algorithms is so huge no focus, easy-to-understand book, is more suitable as an algorithm entry
  3. 所属分类:software engineering

    • 发布日期:2017-11-18
    • 文件大小:1687944
    • 提供者:xuwenli
  1. Vector-Space-Model

    0下载:
  2. 向量空间法(Vector Space Model )是最简单快速的算法,但是它只适用于各个类之间差异比较明显的简单分类问题,而对于较复杂的情况,它的分类结果通常要相对差一些.-The vector space method (Vector Space Model) is the most simple and fast algorithm, but it applies only to the more obvious differences between the various classe
  3. 所属分类:software engineering

    • 发布日期:2017-11-15
    • 文件大小:5920
    • 提供者:孙学申
  1. A-New-Flame-Detection-Method-Using

    0下载:
  2. 了一种火灾图像的颜色提取算法。根据色彩空间(R ,G,B)到(H , I ,S)的变换公式和颜色相似距离的概 念 ,先将彩色图像量化为256色 ,再根据颜色距离提取色彩。试验证明该方法计算简单 ,处理速度快 ,为进一步进行火灾图像 的识别奠定了基础。-A fire image color extraction algorithm. According to the color space (R, G, B) to (H, I, S) of the transformation formu
  3. 所属分类:software engineering

    • 发布日期:2017-11-11
    • 文件大小:508805
    • 提供者:azen112
  1. lianliankan

    0下载:
  2. 设计一个连连看游戏程序,本文介绍一种迅速有效,而且算法简单的方法。 -Lianliankan game design a program, this article describes a rapid and effective and simple algorithm method.
  3. 所属分类:software engineering

    • 发布日期:2017-12-06
    • 文件大小:11124
    • 提供者:王玉涛
  1. russia-fangkuai

    0下载:
  2. 设计一个俄罗斯方块的游戏程序,本文介绍一种迅速有效,而且算法简单的方法。 -Design a Tetris game program, this article describes a rapid and effective, and simple algorithm.
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:12628
    • 提供者:王玉涛
  1. fencizf

    0下载:
  2. 基于java编程,采用最大匹配算法实现简单的中文分词,并过滤停用词-The maximum matching algorithm based on java programming, simple Chinese word segmentation and filtering stop words
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:736256
    • 提供者:赵飞
  1. DES

    0下载:
  2. 简单介绍了des算法及其工作模式,对初学des算法者有一定的指导作用-Brief des algorithm and its work mode guidance beginner des algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:202097
    • 提供者:小飞
  1. CONVEX-HULL-OF-A-SIMPLE-POLYLINE

    0下载:
  2. 一种快速计算图形凸包的算法,算法比较简单,实现起来也很容易,有兴趣的可以参阅一下。-A fast algorithm to calculate the graphics convex hull algorithm is relatively simple, and is also very easy to implement, are interested can see what.
  3. 所属分类:Development Research

    • 发布日期:2017-11-02
    • 文件大小:160872
    • 提供者:曾翔
  1. SVMkind

    0下载:
  2. 这是svm分类算法原理,内容简单,适合初学者,值得参考下载!-This is the principle of svm classification algorithm, the content is simple, suitable for beginners, and worth considering download!
  3. 所属分类:Development Research

    • 发布日期:2017-12-03
    • 文件大小:70310
    • 提供者:jeffsonfu
  1. WFTA

    0下载:
  2. WFTA算法的详细描述,简单易懂,方便对3780FFT的算法的理解-WFTA detailed descr iption of the algorithm, easy to understand and convenient the 3780FFT algorithm understanding
  3. 所属分类:software engineering

    • 发布日期:2017-11-10
    • 文件大小:517070
    • 提供者:gt
  1. GATSP

    0下载:
  2. 有关遗传算法的,解决TSP问题的,可能比较简单,用maltab写的,一个师兄的作品,上传上来仅供大家参考借鉴-Genetic algorithm to solve TSP problem may be relatively simple, with maltab write, a senior works, upload up only for all to draw
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:3480
    • 提供者:吴会
  1. The-LCS-algorithm

    0下载:
  2. LCS算法实现简单中文文本相似度分析-最大公共子串-The LCS algorithm to implement a simple text similarity analysis- the largest public substring
  3. 所属分类:software engineering

    • 发布日期:2017-11-08
    • 文件大小:5303
    • 提供者:李浩
« 1 2 3 4 5 6 7 89 10 11 12 13 »
搜珍网 www.dssz.com