搜索资源列表

  1. Eight-ways-to-refresh-the-page

    0下载:
  2. [100904]八种方法刷新网页 Eight ways to refresh the page.rar-[100 904] eight ways to refresh the page Eight ways to refresh the page.rar
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:马冬冬
  1. eight-queens

    0下载:
  2. 分治法求解八皇后问题,一个简单的分治法应用算法。-Divide and conquer method to solve the eight queens problem, a simple application of divide and conquer algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:13312
    • 提供者:李俊炜
  1. Eight-way-Responder

    0下载:
  2. 电子信息工程专业课程设计实验报告—八路抢答器-Electronic and Information Engineering curriculum design lab report- eight Responder
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:185344
    • 提供者:jialebinvfei
  1. eight-queenCPP

    0下载:
  2. 用数据结构做的关于把皇后问题的求解,含有概要分析详细分析以及测试分析-eight queen
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:30720
    • 提供者:Malvin
  1. eight-digital-problem

    0下载:
  2. 实现人工智能中的经典问题,八数码问题,求最优解-To realize the classic of artificial intelligence, eight digital problem, resolve the most optimal solution
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:张明真
  1. eight-queen

    0下载:
  2. 八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的。 要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于 棋盘的同一行、同一列和同一条对角线上。试问有多少种放法?-Eight Queens is an old and interesting game, by Gauss in 1850 first proposed. Requirements in place on the chess boar
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:bryce
  1. S14-4-P0-eight-LED-flash-20-times-

    0下载:
  2. S14-4P0口8个LED闪烁20次(子程序设计)-S14-4 P0 mouth eight LED flash 20 times (procedure design)
  3. 所属分类:汇编语言

    • 发布日期:2024-05-20
    • 文件大小:44032
    • 提供者:caoyiguo
  1. eight-queen

    0下载:
  2. 该程序是一个实现查找八皇后的问题求解的程序,在vc 中编写的-this program is write for eight queen
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:868352
    • 提供者:艾永坤
  1. LCD1602-eight-line-drivers

    0下载:
  2. LCD1602八线驱动程序,增加了proteus仿真模型,调试通过。PB0-PB7为数据线,PD3/PD4/PD6控制LCD1602B的RS,RW,EN。-LCD1602 eight line drivers, increasing the simulation model proteus, through debugging. PB0-PB7 as data lines, PD3/PD4/PD6 control LCD1602B th
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-20
    • 文件大小:24576
    • 提供者:blue_fox
  1. Eight-Queen

    0下载:
  2. 八皇后程序,代码不是很长,简单易懂,很方便很好用-Eight Queens program, the code is not very long, easy to understand, easy to use good
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:867328
    • 提供者:杨舵
  1. Eight-digital-thermometer-project

    0下载:
  2. 由AT89S52和八位数码管组成的温度计。-AT89S52 and by eight digital tube of the thermometer.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:22528
    • 提供者:廖凯
  1. The-eight-LED-dynamic-scanning-clock

    0下载:
  2. 采用8位LED动态扫描时钟演示程序,是采用51单片机编程的动态扫描程序。-The eight LED dynamic scanning clock demo, it is to use of the dynamic programming 51 SCM scanning program.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:廖凯
  1. the-eight-queens

    0下载:
  2. 解决C++中的一个难题:八皇后问题,代码有一定的参考性。-Solution in C++ a problem: the eight queens problem, the code has some reference.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Guling
  1. eight-queen

    0下载:
  2. 八皇后问题19世纪著名的数学家高斯于1850年提出的。他的问题是:在8*8的棋盘上放置8个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列、同一斜线上。请设计算法打印所有可能的摆放方法。-8 queens problems in the 19 th century famous mathematician gauss put forward in 1850. His problem is: in 8* 8 board pl
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:882688
    • 提供者:fairy
  1. A-star-for-eight-digital-puzzle-

    0下载:
  2. 基于A※算法的八数码难题的编程实现与测试-the programe for the eight digital puzzle based on the A star algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:105472
    • 提供者:sunxiaoyu
  1. eight

    0下载:
  2. 8数码的c++程序。人工智能中的一个程序,当给定初始状态和目标状态后,这个程序可以给出冲初始状态变换到目标状态的步骤-artificial intellegence . eight digite problem, c++ implementation
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:991232
    • 提供者:chao
  1. eight-queen

    0下载:
  2. 八皇后问题及n皇后问题求解,数据结构的经典算法,及课程设计的需要-eight queen problem .data sructment problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:131072
    • 提供者:张頔
  1. Eight-empresses

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight the empress problems are old but famous a thou problems, is the typical model example that returns
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:杨雪
  1. Eight-priority-encoder

    0下载:
  2. 八位的优先编码器 具有优先编码的功能 程序简单易懂-Eight priority encoder
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-20
    • 文件大小:37888
    • 提供者:
  1. 8Puzzle_DFS

    0下载:
  2. 人工智能经典问题八数码的深度优先搜索算法实现。没有图形界面。-Classic problem of artificial intelligence, eight digital breadth-first search algorithm. No graphical interface.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:303104
    • 提供者:zlf
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org