代码搜索结果

找到约 10,000 项符合 LED Matrix 的代码

matrix_matrix_solve.cpp

// // Copyright (c) 2000-2002 // Joerg Walter, Mathias Koch // // Permission to use, copy, modify, distribute and sell this software // and its documentation for any purpose is hereby granted

matrix_matrix_binary.cpp

// // Copyright (c) 2000-2002 // Joerg Walter, Mathias Koch // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boo

matrix_matrix_solve.cpp

// // Copyright (c) 2000-2002 // Joerg Walter, Mathias Koch // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boo

matrix.a

; MATRIX.A ; ; This include file provides the external definitions ; and data type definitions for the matrix sample program ; in Chapter Eight ; ; Some useful type definitions: Integer type

matrix.a

; MATRIX.A ; ; This include file provides the external definitions ; and data type definitions for the matrix sample program ; in Chapter Eight ; ; Some useful type definitions: Integer type

8x8 matrix led.asm

ORG 00H JMP MAIN ORG 0BH LJMP INTS_T0 ORG 30H MAIN: CLR EA MOV R2,#0 MOV R1,#16 ;16个字符 MOV R0,#40H MOV DPTR,#TAB ;把全部字符复制到40H MOVEDATA: MOV A,R2 MOVC A

8x8 matrix led.lnp

"8x8 Matrix LED.obj" TO "8x8 Matrix LED"

8x8 matrix led.asm

ORG 00H JMP MAIN ORG 0BH LJMP INTS_T0 ORG 30H MAIN: CLR EA MOV R2,#0 MOV R1,#16 ;16个字符 MOV R0,#40H MOV DPTR,#TAB ;把全部字符复制到40H MOVEDATA: MOV A,R2 MOVC A