代码搜索结果
找到约 10,000 项符合
Monitor 的代码
monitor.dof
[Compiler]
A=1
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=1
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
UnitAliases=WinTypes=Windows;
monitor.h
int j=0,elem[9];//用于存放要显示的数据
void Port3_4_Init(void)
{
P3DIR=0xFF;
P3SEL=0;
P4DIR=0XFF;
P4SEL=0;
return;
}
void TimerB_Init()
{
//选择ACLK,清除TAR
TBCTL =TBSSEL0 +TBCLR;
//TBC
monitor.upg
Monitor
NORMAL
00 Undefined
01 Monitor Control
02 EDID Information
03 VDIF Information
04 VESA Version
05 On Screen Display
06 Auto Size Center
07 Polarity Horz Synch
08 Polarity Vert Synch
monitor.h
// monitor.h
#include
#include
#include "systemc.h"
SC_MODULE(monitor){
sc_in m_a, m_b, m_cin, m_sum, m_cout;
ofstream outfile;
void prc_monitor();
S
monitor.cpp
// monitor.cpp
#include "monitor.h"
void monitor::prc_monitor(){
outfile
monitor.h
/* $OpenBSD: monitor.h,v 1.6 2002/06/11 05:46:20 mpech Exp $ */
/*
* Copyright 2002 Niels Provos
* All rights reserved.
*
* Redistribution and use in source and binary for
monitor.c
/*
* Copyright 2002 Niels Provos
* Copyright 2002 Markus Friedl
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or