代码搜索:小板电路
找到约 10,000 项符合「小板电路」的源代码
代码结果 10,000
www.eeworm.com/read/321456/13404410
c panel.c
#include
#include
#include
// extern unsigned char kkk[10];
void InitSystem ()
{
VOICE3=0;
VOICE4=0;
WDT_CONTR = 0x00;//关掉看门狗电路
ES = 0;//禁止串口中断
//配
www.eeworm.com/read/446671/6325532
dp2 cscj_timer1_cd.dp2
cscj_timer1_cd.o: C:/icc/include/iom128v.h C:/icc/include/iom128.h C:/icc/include/macros.h E:\重新整理的文件\控制类\超声波检测电路\程序\avr/lcd12864.h
www.eeworm.com/read/446671/6325539
s cscj_timer0.s
.module cscj_timer0.C
.area vector(rom, abs)
.org 4
jmp _int0
.area data(ram, con, rel)
_flag::
.blkb 1
.area idata
.byte 0
.area data(ram, con, rel)
.dbfile E:\重新整理的文件\控制类\超声波检测电路
www.eeworm.com/read/489754/6469262
c basiccan.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define SJA_BaseAdr 0x0000 //定义sja1000的片选基址
//计算SJA1000在电路中的实际地址:基址+内部寄存
www.eeworm.com/read/478253/6722701
vhd mux2_1.vhd
--2选1电路方法1
--library ieee;
--use ieee.std_logic_1164.all;
--entity mux2_1 is
--port(d0,d1,sel:in std_logic;
--q:out std_logic);
--end mux2_1;
--architecture beh of mux2_1 is
-
www.eeworm.com/read/402018/11543714
vhd mux2_1.vhd
--2选1电路方法1
--library ieee;
--use ieee.std_logic_1164.all;
--entity mux2_1 is
--port(d0,d1,sel:in std_logic;
--q:out std_logic);
--end mux2_1;
--architecture beh of mux2_1 is
-
www.eeworm.com/read/153613/12021522
txt ad_test.txt
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
--功能:CPLD对其他外围电路:ADC0809控制转换速度
entity ad_test is
Port (ECO,fclk:in std_log
www.eeworm.com/read/254627/12126193
txt mt系列手机问题全部 解决方法.txt
[推荐]MT系列手机问题全部 解决方法!
--------------------------------------------------------------------------------
以下内容只有回复后才可以浏览
1发射关机, 解决方法:先换3146,有一部分可以搞定。不成的就要搞 天线匹配电路
www.eeworm.com/read/230126/14304233
c main.c
/*******************************************************************************
程序名称:红外发送(向串行口发送数据,通过红外线管发射出去)
硬件接法:TXD通过跳线JP3接到红外发射电路
运行效果:复位时发送一次字符串Hello world!
********************************