代码搜索结果
找到约 10,000 项符合
Monitor 的代码
define.h
#ifndef __DEFINE_H__
#define __DEFINE_H__
#define _MONITOR_PARAM_FILE "pmm.dll"
#define _RECORD_INDEX_FILE "record.dat"
#define POPEDOM_NONE 0x0000 //没有任何权限
#define POPEDOM_STRATUP
netmon.c
/* Simple network monitor for 'TCP/IP Lean' (c) Iosoft Ltd. 2000
This software is only licensed for distribution with the book 'TCP/IP Lean',
and may only be used for personal experimentation by t
wb_bus_mon.v
`include "timescale.v"
`include "wb_model_defines.v"
// WISHBONE bus monitor module - it connects to WISHBONE master signals and
// monitors for any illegal combinations appearing on the bus.
netmon.c
/* Simple network monitor for 'TCP/IP Lean' (c) Iosoft Ltd. 2000
This software is only licensed for distribution with the book 'TCP/IP Lean',
and may only be used for personal experimentation by t
recvmsgfromserver.cpp
// --------------------------------
// Re-Wrote by chan78 at 2001/01/10
// --------------------------------
#include "stdafx.h"//010909 lsw
#include "struct.h"
#include "monitor.h"
#include "ser
netmon.c
/* Simple network monitor for 'TCP/IP Lean' (c) Iosoft Ltd. 2000
This software is only licensed for distribution with the book 'TCP/IP Lean',
and may only be used for personal experimentation by t
netmon.c
/* Simple network monitor for 'TCP/IP Lean' (c) Iosoft Ltd. 2000
This software is only licensed for distribution with the book 'TCP/IP Lean',
and may only be used for personal experimentation by t
wb_bus_mon.v
`include "timescale.v"
`include "wb_model_defines.v"
// WISHBONE bus monitor module - it connects to WISHBONE master signals and
// monitors for any illegal combinations appearing on the bus.
demo_tb.v
// Testbench for "Demo" module
module Demo_TB;
reg astim; // stimulus for port "a"
wire bmon; // connection to monitor port "b"
// Instantiate the device-under-test
Demo DUT (
.a(astim
mspawn.c
/*
Minimal test program for checking CTask DOS spawn compatibility.
NOTE: Task 1 does a "screensnap" every second. This is only useful
in a dual-monitor system.
The mon