CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - 搜索算法

搜索资源列表

  1. 1-WireSearch

    0下载:
  2. 单线搜索算法,适合51系列单片机,硬件访问层使用IO模拟,在其他平台应用,需要更改硬件层,已在89s52上测试通过-single search algorithm suitable for 51 series microprocessor, hardware access layer using IO simulation, In other platform, the need to change the hardware level, in 89 s52 through testing
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4521
    • 提供者:刘亚东
  1. 1-Wire搜索算法

    0下载:
  2. 一种很有用的搜寻算法,对开发1-wire很有用-a very useful search algorithm, to the development of 1-wire useful
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:179057
    • 提供者:陈小忠
  1. main.rar

    0下载:
  2. 电脑鼠走迷宫的一种算法(周立功单片机)右手算法,搜索迷宫的初级算法。,Computer Mouse Maze an algorithm (ZLG MCU) right algorithm, the primary search algorithm for maze.
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:6986
    • 提供者:李会龙
  1. Shuffled_Complex_Evolution

    1下载:
  2. SCE(shuffled complex evolution )是一种相对较新的连续性问题的元启发搜索算法。非常适合于求解具有多个局部最小的全局优化问题。SCE算法的主要特征是通过竞争进化和定期洗牌来确保每个复形获得的信息能在整个问题空间获得共享。-SCE (shuffled complex evolution) is a relatively new meta-continuity heuristic search algorithm. Very suitable for solving wi
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:9404
    • 提供者:胡军
  1. programming_of_a_fuzzy_PID_controller_standardized

    0下载:
  2. 基于混沌变量,提出了一种FNPID 参数混沌优化设计。文中将混沌动力学特性与退火策略结合起来实现混沌优化搜索,体现出具有更强的FNPID 参数全局最优值的搜索能力。仿 真实验表明能有效地实现FNPID 控制器参数优化,控制结果具有稳定、无振荡、无超调、响应快、调节时间短的优点,算法结构简单,编程容易。-Variables based on chaos, a chaos FNPID optimum design parameters. In this paper, chaotic dynami
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:92021
    • 提供者:李雨峰
  1. liziquansuanfaziPCBbanyuanjianzhongdeyingyong

    0下载:
  2. 粒子群算法在PCB板元件模板检测中的应用! 使用粒子群搜索策略!-PSO components in the PCB board detection template! Search strategy using the Particle Swarm!
  3. 所属分类:SCM

    • 发布日期:2017-05-17
    • 文件大小:4777827
    • 提供者:姜利
  1. 1-Wire-Search-Algorithm

    0下载:
  2. 单总线搜索算法,想学的可以看看,DS18B20的算法-Single Bus search algorithm, to learn to look at
  3. 所属分类:SCM

    • 发布日期:2017-04-23
    • 文件大小:143238
    • 提供者:ahu
  1. SearchRomID

    0下载:
  2. DS18B20 ROM编码搜索算法。keil编译通过,protues编译通过!-DS18B20 ROM code search algorithm. keil compiler, protues compile!
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:802
    • 提供者:陈文
  1. 26-18b20-ONE-WIRE--on-search

    0下载:
  2. ONE-WIRE总线搜素算法测温实验,可以自动搜索搜索多个18B20器件。-WIRE bus a-one- search algorithm temperature measurement experiment, can automatically search search multiple 18B20 devices.
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:69770
    • 提供者:chendongjun
  1. ds18b20-search

    0下载:
  2. 单总线数字温度传感器DS18B20二叉树搜索算法,带Protues仿真文件。-Single-bus digital temperature sensor DS18B20 binary tree search algorithm with the Protues simulation files.
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:112533
    • 提供者:snake
  1. 2010_micromouse(1)

    0下载:
  2. 电老鼠程序,通过算法实现电老鼠的迷宫搜索和应用。-Electric mouse program algorithm electric mouse the maze search and application.
  3. 所属分类:SCM

    • 发布日期:2017-11-22
    • 文件大小:8449436
    • 提供者:曾培
  1. SensorSplitter

    0下载:
  2. xs128单片机下实现智能小车搜索赛道时对传感器的分离使用的简单算法,试验较好-xs128 MCU intelligent car search track sensor separation using a simple algorithm, better test
  3. 所属分类:SCM

    • 发布日期:2017-11-26
    • 文件大小:317000
    • 提供者:王极
  1. Search-all-DS18B20

    0下载:
  2. 搜索总线上所有DS18B20,包括完整的工程和算法-Search all DS18B20 on the bus
  3. 所属分类:SCM

    • 发布日期:2017-11-15
    • 文件大小:42682
    • 提供者:xiongjin
  1. maze

    1下载:
  2. 基于STM32控制核心的电脑鼠走迷宫源码,本程序主要解决迷宫搜索算法-STM32-based control center computer mouse maze source, this program is mainly to solve the maze search algorithm
  3. 所属分类:SCM

    • 发布日期:2017-05-21
    • 文件大小:6157387
    • 提供者:
  1. dome

    1下载:
  2. 这是一个基于Luminary LM3S615控制核心的电脑鼠走迷宫程序,该程序集电脑鼠搜索及冲刺算法-This is a control center based Luminary LM3S615 computer mouse Maze procedure, the assembly of computer mouse search algorithm and sprint
  3. 所属分类:SCM

    • 发布日期:2017-04-28
    • 文件大小:269387
    • 提供者:
  1. BFS

    0下载:
  2. c语言广度优先搜索算法的实现,输入几个节点,生成树,然后经广度优先搜索算法输出-c language breadth-first search algorithm, enter the number of nodes, spanning tree, and then by the breadth-first search algorithm output
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1570
    • 提供者:fu173951
搜珍网 www.dssz.com