代码搜索:输出可调
找到约 10,000 项符合「输出可调」的源代码
代码结果 10,000
www.eeworm.com/read/18861/803664
h 电路零件输出.h
// 电路零件输出.h : main header file for the 电路零件输出 application
//
#if !defined(AFX__H__7083A6DD_F49E_4659_95A6_0576F8FF350B__INCLUDED_)
#define AFX__H__7083A6DD_F49E_4659_95A6_0576F8FF350B__INCLUDED_
www.eeworm.com/read/18861/803665
cpp 电路零件输出.cpp
// 电路零件输出.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "电路零件输出.h"
#include "电路零件输出Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stat
www.eeworm.com/read/18861/803666
opt 电路零件输出.opt
www.eeworm.com/read/18861/803669
rc 电路零件输出.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/18861/803672
ncb 电路零件输出.ncb
www.eeworm.com/read/18861/803673
plg 电路零件输出.plg
Build Log
--------------------Configuration: 电路零件输出 - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /f
www.eeworm.com/read/18861/803675
dsp 电路零件输出.dsp
# Microsoft Developer Studio Project File - Name="电路零件输出" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap
www.eeworm.com/read/18861/803678
dsw 电路零件输出.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/18861/803679
clw 电路零件输出.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CMyDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "电路零件输出.h"
www.eeworm.com/read/27197/980419
asm 200hz频率输出.asm
;程序名称 200Hz频率输出
;程序功能 利用定时/计数器T1定时,在P1.0口产生200Hz的频率输出。
; 实际应用例如:传感器前级推动。可用示波器观察。
ORG 0000H ;程序起始地址
AJMP MAIN ;跳转至MAIN
ORG 001BH ;定时/计数器T1的中断服务子程序的入口地址
AJMP TI