代码搜索:SW
找到约 10,000 项符合「SW」的源代码
代码结果 10,000
www.eeworm.com/read/14965/428369
gif sw1.gif
www.eeworm.com/read/15672/530247
c sw-uart.c
/* Name: sw-uart.c
* Project: AVR USB driver for CDC interface on Low-Speed USB
* Author: Osamu Tamura
* Creation Date: 2006-06-22
* Tabsize: 4
* Copyright: (c) 2006 by Recursion Co., Ltd.
* Lic
www.eeworm.com/read/21839/839036
lib art-sw.lib
www.eeworm.com/read/21839/839037
lib pcb-sw.lib
www.eeworm.com/read/21839/839052
lib sch-sw.lib
www.eeworm.com/read/24952/844210
o sw-uart.o
www.eeworm.com/read/24952/844214
c sw-uart.c
/* Name: sw-uart.c
* Project: AVR USB driver for CDC interface on Low-Speed USB
* Author: Osamu Tamura
* Creation Date: 2006-06-22
* Tabsize: 4
* Copyright: (c) 2006 by Recursion Co., Ltd.
* Lic
www.eeworm.com/read/26580/852947
ewb sw_modps.ewb
Electronics Workbench Circuit File
Version: 5
Charset: ANSI
Description:
"PWM-controlled Step Up Switch Mode Power Supply."
"Output Voltage = 10.1 V/40 mA"
"Start the simulation and wait unti
www.eeworm.com/read/32312/886582
v sw_led.v
module SW_LED(clk_50MHZ,sw,led);
input clk_50MHZ;
input[7:0] sw;
output[7:0] led;
reg[7:0] led;
always @(posedge clk_50MHZ)
begin
led
www.eeworm.com/read/32312/886583
tcl sw_led.tcl
set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED"
set_global_assignment -name ENABLE_INIT_DONE_OUTPUT OFF
set_location_assignment PIN_129 -to clk_50MHZ