代码搜索:如何学习 msc?
找到约 10,000 项符合「如何学习 msc?」的源代码
代码结果 10,000
www.eeworm.com/read/250847/12381742
makecfg
#
# Compilers supported == MSC 5.1, MSC 6.0ax, MSC 7.0, QC 2.5, and BCC 3.1
# Makes supported == Microsoft's nmake and Borland's make
#
# To make TDECFG with Microsoft compilers, change the de
www.eeworm.com/read/234146/14120944
h my.h
/* All-in-one header. I'm a lazy boy. -:)
*
* Written by Cyril Hu (cyrilhu@gmail.com), public domain.
*/
#ifndef _MY_H_
#define _MY_H_
/* Macros suitable for compiler switch :
* __NOT_UNIX
* =0,
www.eeworm.com/read/129885/14220037
mpj d12driver.mpj
*** TKStudio Project (C)ZLG-MCU By YinHandong
*** Do not modify !
# Begin Project
# PROP RegFile_Dir "C:\Keil\C51\INC\"
# Begin Target "D12 driver for small rtos"
# PROP DEVICE=P89C58X2
# PROP
www.eeworm.com/read/230802/14273701
mpj 液晶.mpj
*** TKStudio Project (C)ZLG-MCU By YinHandong[尹寒冬]
*** Do not modify !
# Begin Project
# PROP RegFile_Dir "C:\Keil\C51\INC\Atmel"
# Begin Target "目标 1"
# PROP DEVICE=AT89C51
# PROP VENDOR=Atme
www.eeworm.com/read/229413/14339808
txt mscomm.txt
Option Explicit
Private Sub MSC1_OnComm()
MSC1.CommPort = 1 ' 使用串行口1
'波特率9600,偶校验,8个数据位,1个停止位
MSC1.Settings = "9600,E,8,1"
'当使用Msc1.Input时,每次从接收缓冲区取一个字节。
MSC1.InputLen = 0 '读取整个接收缓冲
www.eeworm.com/read/228696/14366611
txt abstract.txt
Analog to Digital Converter Example Program
===========================================
Project: ADC
This example project shows how to configure and use the A/D Converter
of the following micro
www.eeworm.com/read/228696/14367178
txt abstract.txt
Analog to Digital Converter Example Program
===========================================
Project: ADC
This example project shows how to configure and use the A/D Converter
of the following micro
www.eeworm.com/read/228696/14367243
opt dac.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/225638/14528756
bas module1.bas
Attribute VB_Name = "Module1"
Rem 串行口初始化
Public Sub SCIinit(Msc1 As MSComm, ByVal COMx As Byte, ByVal SCIFormat As String)
If Msc1.PortOpen = True Then
Ms1.PortOpen = False
End If
www.eeworm.com/read/225164/14554065
txt 解决a盘不见的方法.txt
A盘不见的解决方法
1、先检查硬件,连线是否正确、完好;
2、检查在BIOS中禁用了软盘驱动器,在“Standard CMOS Features”中,发现“Drive A”是否被设置成了“NONE”?
3、“开始”---“运行”---输入“gpedit.msc”运行组策略,在“用户配置---管理模板---Windows组件---资源管理器”右侧窗口中,找到“隐藏‘我的电脑’中这些 ...