代码搜索结果
找到约 10,298 项符合
Monitor 的代码
monitor.lnp
"comtest1.obj",
"main.obj"
TO "monitor"
monitor.plg
礦ision2 Build Log
Project:
D:\c51\monitor\monitor1\monitor.uv2
Project File Date: 04/02/2009
Output:
Build target 'Target 1'
compiling comtes
monitor.h
#ifndef MONITOR_H
#define MONITOR_H
#include
#include
using std::ofstream;
SC_MODULE(Monitor) {
sc_in lights; // 4 bits stand for 4 lights, 0 means red, 1 means green
monitor.cc
#include "monitor.h"
#include
Monitor::Monitor(sc_module_name name, char *outfile)
: sc_module(name)
{
assert(outfile != 0);
out = new ofstream(outfile);
assert(*out);
SC_METHOD(
monitor.rpt
Project Information e:\ajun\monitor.rpt
MAX+plus II Compiler Report File
Version 9.3 7/23/1999
Compiled: 04/24/2009 23:21:25
Copyright (C) 1988-1999 Alte
monitor.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY monitor IS
PORT (A:IN STD_LOGIC_VECTOR(7 DOWNTO 0);
SIGN:IN STD_LOGIC;
Y0,Y1,S:OUT STD_LOGIC_VECTOR(6 DOWNTO 0));
END monito
monitor.dsp
# Microsoft Developer Studio Project File - Name="monitor" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) A
monitor.rc2
//
// MONITOR.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
///
temperature monitor.plg
礦ision3 Build Log
Project:
E:\Program Files\Labcenter Electronics\Proteus 6 Demonstration(2)\55 Temperatuer Monitor\Temperature Monitor.uv2
Project File Dat