代码搜索:SOUT
找到约 712 项符合「SOUT」的源代码
代码结果 712
www.eeworm.com/read/172417/5386874
c httpd-cgi.c
/**
* \addtogroup httpd
* @{
*/
/**
* \file
* Web server script interface
* \author
* Adam Dunkels
*
*/
/*
* Copyright (c) 2001-2006, Adam Dunk
www.eeworm.com/read/167507/5459625
c httpd-cgi.c
/**
* \addtogroup httpd
* @{
*/
/**
* \file
* Web server script interface
* \author
* Adam Dunkels
*
*/
/*
* Copyright (c) 2001-2006, Adam Dunk
www.eeworm.com/read/475926/6769835
c httpd-cgi.c
/**
* \addtogroup httpd
* @{
*/
/**
* \file
* Web server script interface
* \author
* Adam Dunkels
*
*/
/*
* Copyright (c) 2001-2006, Adam Dunkels.
* All ri
www.eeworm.com/read/173976/9617778
c httpd-cgi.c
/**
* \addtogroup httpd
* @{
*/
/**
* \file
* Web server script interface
* \author
* Adam Dunkels
*
*/
/*
* Copyright (c) 2001-2006, Adam Dunkels.
* All ri
www.eeworm.com/read/335395/12529361
v btoseven.v
module btoseven(bin,sout);
input [3:0] bin;
output [7:0] sout;
reg [7:0] sout;
always@(bin)
begin
case(bin)
4'h0:sout={(1'b0),(7'b0111111)};
4'h1:sout={(1'b0),(7'b0000110)};
4'h2:sout={(1'b0)
www.eeworm.com/read/335390/12529728
v btoseven.v
module btoseven(bin,sout);
input [3:0] bin;
output [7:0] sout;
reg [7:0] sout;
always@(bin)
begin
case(bin)
4'h0:sout={(1'b0),(7'b0111111)};
4'h1:sout={(1'b0),(7'b0000110)};
4'h2:sout={(1'b0)
www.eeworm.com/read/335388/12530359
v btoseven.v
module btoseven(bin,p,sout);
input [3:0] bin;
input p;
output [7:0] sout;
reg [7:0] sout;
always@(bin)
begin
case(bin)
4'h0:sout={p,(7'b0111111)};
4'h1:sout={p,(7'b0000110)};
4'h2:sout={p,(7
www.eeworm.com/read/335383/12530888
v btoseven.v
module btoseven(bin,sout);
input [3:0] bin;
output [7:0] sout;
reg [7:0]sout;
always@(bin)
begin
case(bin)
4'h0:sout={(1'b0),(7'b0111111)};
4'h1:sout={(1'b0),(7'b0000110)};
4'h2:sout={(1'b0),
www.eeworm.com/read/335269/12542740
c httpd-cgi.c
/**
* \addtogroup httpd
* @{
*/
/**
* \file
* Web server script interface
* \author
* Adam Dunkels
*
*/
/*
* Copyright (c) 2001-2006, Adam Dunkels.
* All ri
www.eeworm.com/read/235378/14073140
c httpd-cgi.c
/**
* \addtogroup httpd
* @{
*/
/**
* \file
* Web server script interface
* \author
* Adam Dunkels
*
*/
/*
* Copyright (c) 2001-2006, Adam Dunkels.
* All ri