代码搜索结果
找到约 10,000 项符合
Monitor 的代码
monitor.cpp
#include "stdafx.h"
#include "monitor.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
CMonitorManager AFX_EXT_CLASS gbMonitorManager;
C
monitor.frm
VERSION 5.00
Object = "{058ADF50-1120-11D0-80D0-0000F73D691E}#1.0#0"; "MAPENGIN.OCX"
Begin VB.Form MonitorForm
ClientHeight = 3960
ClientLeft = 1410
ClientTop = 1005
monitor (1).~prjpcb
[Design]
Version=1.0
HierarchyMode=0
ChannelRoomNamingStyle=0
OutputPath=
ChannelDesignatorFormatString=$Component_$RoomName
ChannelRoomLevelSeperator=_
OpenOutputs=1
ArchiveProject=0
Timesta
monitor.vhd
ENTITY monitor IS
GENERIC( CONSTANT fileo: IN STRING := "u:videooutput.hex") ; -- File name
PORT( SIGNAL vdat: IN STD_LOGIC_VECTOR (7 DOWNTO 0) ; -- Data
SIGNAL clk:
monitor.h
// monitor.h : main header file for the MONITOR application
//
#if !defined(AFX_MONITOR_H__062466CA_651A_462B_896D_95831CBEA1ED__INCLUDED_)
#define AFX_MONITOR_H__062466CA_651A_462B_896D_95831CBE