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

搜索资源列表

  1. PIDPROGRAM

    0下载:
  2. 用tubro C写的PID算法,该算法常用于温度控制等时延性控制系统-used to write the PID algorithm commonly used in the temperature control system control delay
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1957
    • 提供者:yea
  1. zzx

    0下载:
  2. 这是一道大学生信息学奥林匹克竞赛的试题的解答,里面应用了特殊的控制手段来限制递归算法的递归深度,这种手段在利用递归结决问题时非常有借鉴意义。-students Informatics Olympiad answer the questions, inside a special application of the control measures to limit the recursive algorithm recursive depth, this means the use of re
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:40851
    • 提供者:孙叔敖
  1. CRC32数据检验算法代码

    0下载:
  2. 在远距离数据通信中,为确保高效而无差错地传送数据,必须对数据进行校验即差错控制。循环冗余校验CRC(Cyclic Redundancy Check/Code)是对一个传送数据块进行校验,是一种高效的差错控制方法。-in long-distance data communication, in order to ensure efficient without error to transmit data, the data must check that the error control. C
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:19028
    • 提供者:zhou
  1. 多级反馈队列进程调度算法

    2下载:
  2. 完成单处理机系统中的进程调度,采用多级反馈队列的时间片轮转调度算法. 首先确定进程控制块的内容,进程控制块的组成方式,确定相关参数(如进程数、到达时间、服务时间、时间片大小等);然后完成进程创建原语、进程调度原语和进程撤销原语;
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-09-19
    • 文件大小:2325
    • 提供者:red_eyed_hare
  1. queen

    3下载:
  2. 拉斯维加斯(Las Vegas)算法来解皇后控制问题的解题报告和源代码。问题描述:在一个n×n个方格组成的棋盘上的任一方格中放置一个皇后,该皇后可以控制他所在的行,列以及对角线上的所有方格。对于给定的自然数n,在n×n个方格组成的棋盘上最少要放置多少个皇后才能控制棋盘上的所有方格,且放置的皇后互不攻击? 设计一个拉斯维加斯算法, 对于给定的自然数n (1≤n≤100)计算在n×n个方格组成的棋盘上最少要放置多少个皇后才能控制棋盘上的所有方格,且放置的皇后互不攻击。 -Las Vegas
  3. 所属分类:Data structs

    • 发布日期:2016-01-27
    • 文件大小:81288
    • 提供者:吴钦阳
  1. sourcecode

    0下载:
  2. 以上一共五个在VC环境下编写的程序,分别为串的基本操作,哈夫曼编译码系统,简单词法分析器,进程转换模拟控制,最短路径搜索算法。为节省上传时间,只有源代码,工程文件都删除了,但是上述源码都在本机上编译通过,并且能够正确运行。谢谢!-More than a total of five in the VC environment prepared by the procedure, namely the basic string operations, Huffman encoding and dec
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:47861
    • 提供者:zgz
  1. queen

    1下载:
  2. 采用递归回溯算法求解N皇后问题;C语言实现,可以动态控制皇后数量-Backward recursive algorithm using N Queen' s problem C language implementation, you can dynamically control the number of Queen' s
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1116
    • 提供者:yangxh
  1. 0

    0下载:
  2. 严蔚敏数据结构课件是一个动态演示数据结构算法执行过程的辅助教学软件, 它可适应读者对算法的输入数据和过程执行的控制方式的不同需求, 在计算机的屏幕上显示-YAN Wei-Min courseware data structure is a dynamic data structure algorithm demonstration supporting the implementation of educational software, it can be readers of the al
  3. 所属分类:Data structs

    • 发布日期:2017-05-23
    • 文件大小:7555423
    • 提供者:昝越波
  1. Manual

    0下载:
  2. 本课件是一个动态演示数据结构算法执行过程的辅助教学软件, 它可适应读者对算法的输入数据和过程执行的控制方式的不同需求, 在计算机的屏幕上显示算法执行过程中数据的逻辑结构或存储结构的变化状况或递归算法执行过程中栈的变化状况。整个系统使用菜单驱动方式, 每个菜单包括若干菜单项。每个菜单项对应一个动作或一个子菜单。系统一直处于选择菜单项或执行动作状态, 直到选择了退出动作为止。-This courseware is a dynamic data structure algorithms demonst
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1168979
    • 提供者:lll
  1. KSP-PDF

    0下载:
  2. 前k条最短路径(KSP)算法在国内鲜有研究,本压缩包中文献整合了自1971年此问题被提出后几十年来的论文共25篇。 其中以Martin先生的删除(Delelte)算法与Yen先生的背离(Devation)算法为主。 其中所有文献均来自网络。含有两篇中文文章以及23篇英文文章。 算法的复杂度基本控制于O(logn)内-Pre-k shortest paths (KSP) algorithm in the domestic few studies in the literature in
  3. 所属分类:Data structs

    • 发布日期:2017-05-25
    • 文件大小:8789758
    • 提供者:Lee
  1. CrossOneACA

    0下载:
  2. 用群算法实现交通信号控制。属于优化中的一种。-ACA Realize the traffic signal control
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2354
    • 提供者:王丽
  1. KdTree

    0下载:
  2. 二叉树编程,一些编程算法!可用于只能仿真里智能体的控制!-Binary programming, some programming algorithm! Simulation can be used only in the agent control!
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2785
    • 提供者:琉魁
  1. Tree

    0下载:
  2. 二叉树的基本操作,包括创建二叉树,各种递归,非递归遍历算法等,最后用树形方式在控制台下打印出二叉树。-basic bit tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:7553
    • 提供者:张健
  1. Control-Theory-program

    0下载:
  2. 用算法编程解决想要相应的问题!使用方便,容易上手!控制理论与应用论文程序-Programmed with algorithms to solve the problem you want the corresponding! Easy to use, easy to use! Control Theory and Applications paper program
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:2235772
    • 提供者:鑫鑫
  1. yinhangjia

    0下载:
  2. 银行家算法,实现电梯的精确控制,具有非常好的效果。-Banker' s algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:15603
    • 提供者:仁山
  1. 6-282new

    0下载:
  2. 单链表A、B和C递增有序,在表A中删除既在B中出现又在C中出现的那些元素,注意控制算法的时间复杂度。-Singly linked lists A and B, and C increments ordered to delete both those elements in C B, in Table A, note that the control algorithm of time complexity.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:600
    • 提供者:刘民
  1. LSSVMLab-1.6

    0下载:
  2. 模糊PID算法(C++) 温度控制的一般控制算法,Kp,Ki,Kd,需根据具体的控制对象取合适的值-Fuzzy PID algorithm (C++,) the general control algorithm for temperature control, Kp, Ki, Kd, ​ ​ to be based on a specific control object to take the appropriate value
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:100411
    • 提供者:木木
  1. hopf-bifurcation-of-tcp

    0下载:
  2. 使用DDE23实现tcp 拥塞控制算法的分岔-Using dde23 of matlab to achieve the congestion control of tcp, it contains 3 pictures
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:742
    • 提供者:xixici
  1. ndmrpy

    0下载:
  2. 基于模糊逻辑和GA的智能车辆横向控制算法仿真研究,网上很少有这样的珍贵资料,故上载之()
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:227328
    • 提供者:bubbjz
  1. 09 遗传算法(Genetic Algorithm, GA)

    0下载:
  2. 遗传算法(Genetic Algorithm, GA)起源于对生物系统所进行的计算机模拟研究。它是模仿自然界生物进化机制发展起来的随机全局搜索和优化方法,借鉴了达尔文的进化论和孟德尔的遗传学说。其本质是一种高效、并行、全局搜索的方法,能在搜索过程中自动获取和积累有关搜索空间的知识,并自适应地控制搜索过程以求得最佳解。(The genetic algorithm (Genetic Algorithm, GA) originated from the computer simulation of b
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:687104
    • 提供者:ZJN27
« 12 »
搜珍网 www.dssz.com