搜索资源列表
74ls595.rar
- 单片机与74LS595(8位输出锁存移位寄存器)的使用方法 74595的数据端: QA--QH: 八位并行输出端,可以直接控制数码管的8个段。 QH : 级联输出端。我将它接下一个595的SI端。 SI: 串行数据输入端 ......... ,SCM and 74LS595 (8-bit output latch shift register) 74595 to use the data side: QA- QH: 8 parallel output can directly co
bashuma
- 这是本人自己亲手做的一个八数码求解的程序。效力不是很高,但是对刚接手写这个程序的人来说有一定参考价值。-This is my own hands to do an eight-digital solution procedures. Effect is not very high, but just take hand-written this program for those who have a certain reference value.
libraryIEEE
- 如何将八位二进制数转成十进制数并通过三位数码显像管输出-How to convert a binary number to 8 decimal number and through three digital CRT output
problem-of-eight-number
- 本文档讲解经典难题八数码问题,通过给出广搜、A*算法的实例。容易理解,适合学习算法的初学者。-This document explaining the the the classic conundrum eight digital problem by giving wide search, A* algorithm instance. Easy to understand for beginners learning algorithm.
bashuma
- 用VC++环境实现了八数码问题的求解,用的是启发式搜索的A*算法-Environmental realized with VC++ eight digital problem solving, using a heuristic search algorithm A*
Eight-scanning-Responder-design
- 本文介绍的八路数显无线遥控抢答器,它由8个发射器和1个接收器组成,可用于8组或8组以下的智力竞赛中。本设计使用到的元器件包括:8051芯片、数码LED显示器、七段LED数码管的译码。-This article describes the significant number eight wireless remote Responder, which consists of eight transmitter and a receiver components can be used for e
JAVA-Eight-digital-problem
- 九宫排字问题(又称八数码问题)是人工智能当中有名的难题之一。问题是在 3×3 方格盘上,放有八个数码,剩下第九个为空,每一空格其上下左右的数码可移至空格。问题给定初始位置和目标位置,要求通过一系列的数码移动,将初始位置转化为目标位置。本文介绍用普通搜索方法、双向广度搜索和启发式搜索如何缩短寻找路径的时间,以及各算法间的利与弊。-Jiugong typesetting problem (also known as eight digital problem) is one of famous pr
vhdlll
- 八位数码管扫描显示程序,要求显示12345678 间隔四秒显示56789ABC 间隔四秒显示3456789A 再隔4秒显示 -LIBRARY IEEE USE IEEE.STD_LOGIC_1164.ALL USE IEEE.STD_LOGIC_UNSIGNED.ALL ENTITY chenyongqiang IS PORT ( CLK : IN STD_LOGIC SG : OUT STD_LOGIC_VECTOR(6 DOWNTO 0) 段控制信号输出