代码搜索结果
找到约 306 项符合
Oscilloscope 的代码
panel.v
// Copyright (c) Charles HY Cheung, Cornell University
// Interfaces PS/2 keyboard keys to OSCILLOSCOPE and TRACE control
module PANEL (
input keyboardclk,
input reset,
input [7:0] key_code,
o
demonstrator.h
// Demonstrator.h Function Generator / Digital Oscilloscope version
void initializer(void);
void parseInput(char *);
void showMessage(char);
int parse_ctc(char *);
void set_ctc(int);
voi
scope.c
#include
#include
/* == Sample Oscilloscope Instrument Module =============================== */
#include "scope.h"
int scope_device_closed (void);
int scope_invalid_integer
scope.c
#include
#include
/* == Sample Oscilloscope Instrument Module =============================== */
#include "scope.h"
int scope_device_closed (void);
int scope_invalid_integer
panel.v
// Copyright (c) Charles HY Cheung, Cornell University
// Interfaces PS/2 keyboard keys to OSCILLOSCOPE and TRACE control
module PANEL (
input keyboardclk,
input reset,
input [7:0] key_code,
o
oscilloscopedlg.cpp
// OscilloscopeDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Oscilloscope.h"
#include "OscilloscopeDlg.h"
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS
demonstrator.c
// Demonstrator.c Function Generator / Digital Oscilloscope version
#include "PC_Comm.h"
#include "Messages.h"
#include "WaveTables.h"
unsigned char count = 0;
unsigned char tenth = 0;
//uns
scope_shm.h
#ifndef HALSC_SHM_H
#define HALSC_SHM_H
/** This file, 'halsc_shm.h', contains declarations used by both
'halscope.c' and 'halscope_rt.c' to implement an oscilloscope.
The declarations in this
scope_shm.h
#ifndef HALSC_SHM_H
#define HALSC_SHM_H
/** This file, 'halsc_shm.h', contains declarations used by both
'halscope.c' and 'halscope_rt.c' to implement an oscilloscope.
The declarations in this
scope_rt.h
#ifndef HALSC_RT_H
#define HALSC_RT_H
/** This file, 'halsc_rt.h', contains declarations used by
'halscope_rt.c' to implement the real-time portion of
the HAL oscilloscope. Declarations that