代码搜索:Control 开发教程
找到约 10,000 项符合「Control 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/473276/6850619
lst control_motor.lst
CCS PCM C Compiler, Version 3.211, 16465 02-Nov-05 13:32
Filename: D:\phuoc\laptrinhpic\control_motor.LST
ROM used: 1046 words (13%)
www.eeworm.com/read/473276/6850642
cof control_motor.cof
www.eeworm.com/read/473276/6850711
c control_dualmotor.c
www.eeworm.com/read/473276/6850719
c control_motor.c
#device PIC16F877 *=16 ADC=10
#include
#include
#include
#include
#fuses XT,NOWDT,NOPROTECT,NOLVP,NOBROWNOUT,PUT
#use delay(clock=20000000) // 20 Mh
www.eeworm.com/read/473276/6850731
hex control_motor.hex
:1000000000308A00CB2B0000FF00030E8301A1000B
:100010000A08A0008A010408A2007708A300780853
:10002000A4007908A5007A08A6007B08A70083131E
:1000300083128B1E1D280B193028220884002308E8
:10004000F7002408F80
www.eeworm.com/read/473276/6850734
sta control_motor.sta
ROM used: 1046 (13%)
1046 (13%) including unused fragments
0 Average locations per line
2 Average locations per statement
RAM used: 31 (8%) at main() level
www.eeworm.com/read/473392/6851963
bak control.v.bak
module Control (clk1,clk2,clrn,re,oe,sel);
input clk1,clk2,clrn;
output [2:0] sel;
output re,oe;
reg [1:0] state;
reg [2:0] sel;
reg re,oe,reset;
parameter Swait0=2'b00,
S0=2'b01,
www.eeworm.com/read/472966/6861750
exe ad control.exe
www.eeworm.com/read/472270/6874946
v key_control.v
// key_control.v
module key_control(clk_48M,up,up_done,down,down_done);
input clk_48M;
input up;
output up_done;
reg upout1,upout2,upout3;
input down;
output down_done;
reg downout1,downout2
www.eeworm.com/read/471974/6884660
d control.o.d
control.o: control.c \
C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/include/avr/io.h \
C:/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/include/avr/sfr_defs.h \
C:/WinAVR/bin/../lib/g