代码搜索结果
找到约 10,000 项符合
Display 的代码
display.m
function display(S)
% DISPLAY -- display function for symbolic matrices
%
% S
% display(S)
%
% This function does not need to be called by the user. Just typing
% the name of a
display.h
/* Display.h */
#ifndef _DISPLAY_H
#define _DISPLAY_H
#ifndef _OS_CPU_H
#include "OS_CPU.h"
#endif
#ifndef _MC68376_H
#include "mc68376.h"
#endif
#ifdef OS_GLOBALS
#define OS_EXT
#
display.c
#ifndef OS_MASTER_FILE
#include "includes.h"
#endif
#include "charmode.c"
/*
*****************************************************************************************************************
*
display.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.util.*;
class Display extends JFrame implements ActionListener
{
JRadioButton a1,a2,a3,a4;
JButton ok,cancel;
D
display.c
/////////////////////////
// LCDDisPlay.c
/////////////////////////
#include "display.h"
#include "yx_key.h"
char Code[6]={'0'};
char Value[8]={'0'};
char Sign;
char *LCD = LCDMEM;
v
display.h
/////////////////////////
// LCDDisPlay.h
/////////////////////////
#ifndef DISPLAY_H
#define DISPLAY_H
#include "msp430x44x.h"
#include "datadef.h"
#include "string.h"
#include "Com