代码搜索:Sell
找到约 10,000 项符合「Sell」的源代码
代码结果 10,000
www.eeworm.com/read/288368/8638673
bmp sell.bmp
www.eeworm.com/read/429004/8824964
v sell.v
module sell(one_dollar,half_dollar,collect,half_out,dispense,reset,clk);
parameter idle=0,one=2,half=1,two=3,three=4;
input one_dollar,half_dollar,reset,clk;
output collect,half_out,dispense;
reg
www.eeworm.com/read/384201/8891349
v sell.v
module sell(one_dollar,half_dollar,collect,half_out,dispense,reset,clk);
parameter idle=0,one=2,half=1,two=3,three=4;
input one_dollar,half_dollar,reset,clk;
output collect,half_out,dispense;
reg
www.eeworm.com/read/383822/8915792
v sell.v
module sell(one_dollar,half_dollar,collect,half_out,dispense,reset,clk);
parameter idle=0,one=2,half=1,two=3,three=4;
input one_dollar,half_dollar,reset,clk;
output collect,half_out,dispense;
reg
www.eeworm.com/read/381355/9096892
frm sell.frm
VERSION 5.00
Begin VB.Form frmSell
BackColor = &H8000000E&
BorderStyle = 3 'Fixed Dialog
Caption = "销售信息"
ClientHeight = 5085
ClientLeft = 30
www.eeworm.com/read/381355/9096920
frx sell.frx
www.eeworm.com/read/182921/9184854
frm sell.frm
VERSION 5.00
Begin VB.Form frmSell
BorderStyle = 3 'Fixed Dialog
Caption = "销售信息"
ClientHeight = 5085
ClientLeft = 30
ClientTop = 330
Cli