代码搜索:LEDS
找到约 3,223 项符合「LEDS」的源代码
代码结果 3,223
www.eeworm.com/read/372281/9514421
c led.c
#include
#include
#include
#include
int main(int argc, char **argv)
{int on;
int led_no;int fd;
if (argc != 3 || sscanf(argv[1], "%d", &led_no) !
www.eeworm.com/read/372253/9515394
c led.c
#include
#include
#include
#include
int main(int argc, char **argv)
{
int on;
int led_no;
int fd;
if (argc != 3 || sscanf(argv[1], "%d", &led_no) !=
www.eeworm.com/read/362681/9987167
c led.c
#include
#include
#include
#include
int main(int argc, char **argv)
{
int on;
int led_no;
int fd;
if (argc != 3 || sscanf(argv[1], "%d", &led_no) !=
www.eeworm.com/read/165767/10052005
bs2 ex06 - las vegas.bs2
' {$STAMP BS2}
' ==============================================================================
'
' File...... Ex06 - Las Vegas.BS2
' Purpose... Stamp Game
' Author.... Parallax
' E-mail.... sta
www.eeworm.com/read/165767/10052068
bs2 ex05 - led graph.bs2
' {$STAMP BS2}
' ==============================================================================
'
' File...... Ex05 - LED Graph.BS2
' Purpose... LED Bar Graph
' Author.... Parallax
' E-mail....
www.eeworm.com/read/165767/10052071
bs2 ex03 - led counter.bs2
' {$STAMP BS2}
' ==============================================================================
'
' File...... Ex03 - LED Counter.BS2
' Purpose... Binary Counter
' Author.... Parallax
' E-mail..
www.eeworm.com/read/361074/10067137
v scan.v
module scan(clk,ledg,leds,ledb,op,BCDo,BIT,dp);
input clk;
input [3:0] ledg,leds,ledb;
input [2:0] op;
output [3:0] BCDo;
output [2:0] BIT;
output dp;
reg dp;
reg [3:0] BCDo;
www.eeworm.com/read/361074/10067143
v suocun.v
module suocun (clk,reset,dis,leds,ledb,ledq,ld);
input clk,reset;
input [16:0] dis;
output [3:0] leds,ledb,ledq;
output [2:0] ld;
reg [3:0] leds,ledb,ledq;
reg [2:0] ld;
reg [16:0] disz;
reg [
www.eeworm.com/read/361019/10068551
bat makeececutablejar.bat
jar cvfm ParallelPortViewer.jar manifest.mft *.class Leds/*.gif Parallel/*.gif parport/*.class
pause
www.eeworm.com/read/360887/10073356
c main.c
#include
#include
#include
#include
int main(int argc, char **argv)
{
int on;
int led_no;
int fd;
if (argc != 3 || sscanf(argv[1], "%d", &led_no) !=