代码搜索:red

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

代码结果 10,000
www.eeworm.com/read/165657/10055139

c main.c

#include #include #include "FM1715.h" #include "FM1715_fun.h" #include "FM1715_reg.h" void main() { uchar temp; uchar test[16]; uchar test2[4]={0x00,0x00,0x00,0x05};
www.eeworm.com/read/164882/10084081

lib default.lib

P "ideal" 17 P "green_LED" 17 1e-16 59 0 0.75 0 0 0.02 P "red_LED" 17 1e-14 37.5 0 0.75 0 0 0.02
www.eeworm.com/read/357508/10207941

htm terminal_interface-curses__ads.htm

terminal_interface-curses.ads File : terminal_interface-curses.ads ------------------
www.eeworm.com/read/357508/10207947

htm terminal_interface-curses-mouse__ads.htm

terminal_interface-curses-mouse.ads File : terminal_interface-curses-mouse.ads ------
www.eeworm.com/read/105812/10248726

htm doc004.htm

概述
www.eeworm.com/read/355709/10249566

lib default.lib

P "ideal" 17 P "green_LED" 17 1e-16 59 0 0.75 0 0 0.02 P "red_LED" 17 1e-14 37.5 0 0.75 0 0 0.02
www.eeworm.com/read/353887/10408372

c can_com.c

//&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& //描述: // CAN收发程序 & // CAN主要参数: PeliCAN模
www.eeworm.com/read/423948/10521550

c demo_6_4__.c

/********************************************* File name : demo_6_4.c Chip type : ATmega16 Program type : Application Clock frequency : 4.000000 MHz Memory model
www.eeworm.com/read/471047/6904459

v dc.v

module dc(sclk,led_clk,re,r_add,led_dc,red); input sclk,led_clk,re,r_add; output led_dc,red; reg a; always@(posedge sclk)begin if(re==1'b0)begin a
www.eeworm.com/read/467180/7019502

c lcdinit.c

#include "def.h" #include "2440addr.h" #include "2440lib.h" #include "2440slib.h" #include "Lcd.h" //#define ATLOG U16 (*frameBuffer16BitTft)[SCR_XSIZE_TFT]; #ifdef ATLOG #include "bitma