代码搜索:LED Matrix

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

代码结果 10,000
www.eeworm.com/read/151164/12231196

c matrix4-leds.c

#include #include #include #include #include #include #include #include
www.eeworm.com/read/345773/11792471

c text1.c

#include #include #define uchar unsigned char #define uint unsigned int #define RED 1 #define GREEN 0 sbit STB = P2^0; sbit CLK = P2^1; sbit GDATA = P2^2;
www.eeworm.com/read/381547/9086097

txt led-red-smt_led_0603.txt

(Device file for LED-RED-SMT_LED_0603) PACKAGE LED-0603 CLASS IC PINCOUNT 2 PINORDER LED 2 1 PINUSE LED OUT OUT FUNCTION G1 LED 2 1 PACKAGEPROP VALUE END
www.eeworm.com/read/381547/9086353

txt led-grn-smt_led_0603.txt

(Device file for LED-GRN-SMT_LED_0603) PACKAGE LED-0603 CLASS IC PINCOUNT 2 PINORDER LED 2 1 PINUSE LED OUT OUT FUNCTION G1 LED 2 1 PACKAGEPROP VALUE END
www.eeworm.com/read/39285/914366

txt led-red-smt_led_0603.txt

(Device file for LED-RED-SMT_LED_0603) PACKAGE LED-0603 CLASS IC PINCOUNT 2 PINORDER LED 2 1 PINUSE LED OUT OUT FUNCTION G1 LED 2 1 PACKAGEPROP VALUE END
www.eeworm.com/read/39285/914466

txt led-grn-smt_led_0603.txt

(Device file for LED-GRN-SMT_LED_0603) PACKAGE LED-0603 CLASS IC PINCOUNT 2 PINORDER LED 2 1 PINUSE LED OUT OUT FUNCTION G1 LED 2 1 PACKAGEPROP VALUE END
www.eeworm.com/read/32272/1032807

txt led-red-smt_led_0603.txt

(Device file for LED-RED-SMT_LED_0603) PACKAGE LED-0603 CLASS IC PINCOUNT 2 PINORDER LED 2 1 PINUSE LED OUT OUT FUNCTION G1 LED 2 1 PACKAGEPROP VALUE END
www.eeworm.com/read/32272/1032907

txt led-grn-smt_led_0603.txt

(Device file for LED-GRN-SMT_LED_0603) PACKAGE LED-0603 CLASS IC PINCOUNT 2 PINORDER LED 2 1 PINUSE LED OUT OUT FUNCTION G1 LED 2 1 PACKAGEPROP VALUE END
www.eeworm.com/read/291234/8433720

asm matrix_transposition_&_multiplication.asm

############################## # Hong Zhang # Computer Architecture Project # MIPS # Matrix Transposition & Multiplication # Code ############################## .data my_info: .asciiz "Hong
www.eeworm.com/read/389059/8550873

cpp matrix2d.cpp

// Matrix2D.cpp: implementation of the CMatrix2D class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" //#include "imgpro.h" #include "matrix2D.h"