代码搜索:小板电路
找到约 10,000 项符合「小板电路」的源代码
代码结果 10,000
www.eeworm.com/read/22014/931069
exe [protel.dxp2004.sp1..sp2.sp3.sp4.电路板设计].protel2004_sp4_genkey.exe
www.eeworm.com/read/22223/931961
pdf 3将实物电路板还原为的pcb还原出sch原理图工作日志-曹发海.pdf
www.eeworm.com/read/39733/1135145
exe [protel.dxp2004.sp1..sp2.sp3.sp4.电路板设计].protel2004_sp4_genkey.exe
www.eeworm.com/read/375045/9375052
h metaldtc.h
#ifndef _METALDTC_H_
#define _METALDTC_H_
//函数功能:金属检测
//说明:检测到金属时,电路输出为高
//返回:检测到金属时,返回1
bit Metal_Detec();
#endif //_METALDTC_H_
www.eeworm.com/read/371186/9562618
h metaldtc.h
#ifndef _METALDTC_H_
#define _METALDTC_H_
//函数功能:金属检测
//说明:检测到金属时,电路输出为高
//返回:检测到金属时,返回1
bit Metal_Detec();
#endif //_METALDTC_H_
www.eeworm.com/read/460087/7257890
h metaldtc.h
#ifndef _METALDTC_H_
#define _METALDTC_H_
//函数功能:金属检测
//说明:检测到金属时,电路输出为高
//返回:检测到金属时,返回1
bit Metal_Detec();
#endif //_METALDTC_H_
www.eeworm.com/read/451007/7473813
h metaldtc.h
#ifndef _METALDTC_H_
#define _METALDTC_H_
//函数功能:金属检测
//说明:检测到金属时,电路输出为高
//返回:检测到金属时,返回1
bit Metal_Detec();
#endif //_METALDTC_H_
www.eeworm.com/read/449525/7501611
h metaldtc.h
#ifndef _METALDTC_H_
#define _METALDTC_H_
//函数功能:金属检测
//说明:检测到金属时,电路输出为高
//返回:检测到金属时,返回1
bit Metal_Detec();
#endif //_METALDTC_H_
www.eeworm.com/read/435556/7790442
vhd state_control.vhd
--------控制电路设计(采用状态机实现)-------
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
---------------------------------
entity state_control is
port(clk,time,alarm,reset,key
www.eeworm.com/read/488283/6491348
java component.java
package ding;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
/**
* Title: 门电路画图器
* Description: www.1shu.net
* Copyright: Copyright (c) 2003
*