搜索资源列表
juzenlianchen
- 1.能实现不同的个数的矩阵连乘. 2.最后矩阵大小是8X8. 3是最优的矩阵相乘. 描 述:给定n 个矩阵{A1, A2,...,An},其中Ai与Ai+1是可乘的,i=1,2…,n-1。考察这n个矩阵的连乘积A1A2...An。矩阵A 和B 可乘的条件是矩阵A的列数等于矩阵B 的行数。若A 是一个p x q矩阵,B是一个q * r矩阵,则其乘积C=AB是一个p * r矩阵,需要pqr次数乘。-1. To achieve a number of different mat
qipanwenti
- 棋盘覆盖问题: 1.是8X8的棋盘 2.能动态的演示 -chessboard coverage : 1. Yes 8x8 chessboard 2. Dynamic Demonstration
8huanghou
- 八皇后问题是一个古老而著名的问题。这个问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。例如: 0 0 0 0 0 0 0
hxm
- 关于将电路制版的图8X8的键盘加4位显示器的8051实现多种功能(交通灯,顺序控制器的电路图)-plate on the circuit map 8x8 keyboard plus four monitors 8051 to achieve a variety of functions (traffic lights, sequencing controller circuit)
juzhen
- 在8X8 LED点阵上显示柱形,让其先从左到右平滑移动三次,其次从右到左平滑移动三次,再次从上到下平滑移动三次,最后从下到上平滑移动三次,如此循环下去。 -In the 8X8 LED dot matrix display column, allowed to move smoothly from left to right the first three times, followed by a smooth move from right to left three times, once
8X8
- 单片机中用汇编语言编写的8*8的键盘程序,有设计过程及代码-Microcontroller using assembly language written in 8* 8 keyboard procedures, design process and code
PCBTopLayer
- matrix board of dot matrix 8x8
lini
- 八个棋子,要求放在8x8的棋盘里,并要求任意两个都不再同一行,也不能对角线相连。-Eight queens problem
refpaper6_hcrnumkannada
- Abstract. This paper describes a system for isolated Kannada handwritten numerals recognition using image fusion method. Several digital images corresponding to each handwritten numeral are fused to generate patterns, which are stored in 8x8 ma
matriz8x8
- matriz 8x8, codigo en codevision avr
8x8key
- 8x8按键扫描,用PIC单片机的PD口作为列,PB口作为行,逐行扫描,获取行码,列码。然后查表取键值- the 8x8 pressed key scanning, takes the keycode
A-VLSI-8x8-MIMO-Near-ML-Decoder-Engine
- 8x8 mimo design with near maximum likelihood
solutions-eight-queens-problem
- 八皇后问题要求在一个8X8的棋盘上放上8个皇后,使得每一个皇后既攻击不到另外七个皇后,也不被另外七个皇后所攻击-Eight queens problem requirements put eight queens on a 8x8 board, making a queen both attack less than seven other Queen or seven Queen' s attack
LED8X8
- 51单片机驱动8x8点阵的动态扫描,C语言编程-51 MCU-driven dynamic scan 8x8 dot matrix, C language programming
8x8DotMatrixDisplay
- 8x8 dotmatriks display
HD7279
- HD7279智能芯片,可以做到8X8矩阵按键加8位数码管显示。里面还有5110lcd的驱动程序HD7279的驱动程序。-HD7279 smart chip that can do 8X8 matrix key plus 8 digital tube display. There is also 5110lcd driver HD7279 drivers
8X8-LED
- 8*8 汉字点阵显示,可以显示字符,数字或汉字-8*8 dot matrix LED display C51 code and Proteus simulation
8X8
- 8x8点阵源代码,51的,直接就可以使用,初学者使用-51, 8 by 8 dot-matrix source code, can use directly, for beginners to use
07.Display
- Arduino How to control an 8x8 matrix of LEDs.