代码搜索:电子脱扣器
找到约 10,000 项符合「电子脱扣器」的源代码
代码结果 10,000
www.eeworm.com/read/314126/13574152
m51 计数器.m51
BL51 BANKED LINKER/LOCATER V6.05 04/12/2008 01:47:50 PAGE 1
BL51 BANKED LINKER/LOCATER V6.05, INVOKED BY:
D:\KEIL\C51\BIN\BL51.EXE STARTU
www.eeworm.com/read/314126/13574159
uv2 计数器.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
File 1,1,
www.eeworm.com/read/313859/13580178
doc 光电编码器原理.doc
www.eeworm.com/read/313792/13580886
exe 串口通讯计算器.exe
www.eeworm.com/read/313570/13584752
exe 地图编辑器.exe
www.eeworm.com/read/312802/13604204
rc2 计数器.rc2
//
// 计数器.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
///////
www.eeworm.com/read/312802/13604211
h 计数器dlg.h
// 计数器Dlg.h : header file
//
#if !defined(AFX_DLG_H__3D08D8A7_91F3_11D8_9471_0050BA297797__INCLUDED_)
#define AFX_DLG_H__3D08D8A7_91F3_11D8_9471_0050BA297797__INCLUDED_
#if _MSC_VER > 1000
#p
www.eeworm.com/read/312802/13604212
cpp 计数器dlg.cpp
// 计数器Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "计数器.h"
#include "计数器Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#e
www.eeworm.com/read/312754/13605430
vhd 步进电机控制器.vhd
-- dowload from: www.fpga.com.cn & www.pld.com.cn
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
USE IEEE.std_logic_unsigned.ALL;
USE IEEE.std_logic_arith.ALL;
ENTITY step_motor IS
PORT(
f
www.eeworm.com/read/312754/13605435
vhd 简单的锁存器.vhd
-- Latch Inference
-- Download from: http://www.fpga.com.cn
Library IEEE ;
use IEEE.std_logic_1164.all ;
ENTITY latchinf IS
PORT
(
enable, data : IN BIT;
q : OUT BIT
);
END l