代码搜索结果
找到约 57,564 项符合
Display 的代码
display.m
function display(pot)
disp('conditional Gaussian potential object');
disp(struct(pot));
display.m
function display(pot)
disp('canonical potential object');
disp(struct(pot));
display.m
function display(pot)
disp('moment Gaussian potential object');
disp(struct(pot));
display.m
function display(pot)
disp('utility potential object');
disp(struct(pot));
display.c
/* display.c -- How to display Info windows.
$Id: display.c,v 1.1.1.2 1998/03/22 20:42:23 law Exp $
Copyright (C) 1993, 97 Free Software Foundation, Inc.
This program is free software; you
display.h
/* display.h -- How the display in Info is done.
$Id: display.h,v 1.1.1.2 1998/03/22 20:42:24 law Exp $
This file is part of GNU Info, a program for reading online documentation
stored in In
display.rc2
//
// DISPLAY.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
///
display.frm
VERSION 5.00
Begin VB.Form Display_Descriptors
BackColor = &H00FF8080&
Caption = "USB Design By Example: Display Descriptors"
ClientHeight = 6870
ClientLeft
display.c
/* ANSI display emulation
*
* This file emulates the IBM ANSI terminal display. It maintains a
* display buffer and descriptor for each virtual display, of which there
* can be many. All write
display.h
#ifndef _DISPLAY_H
#define _DISPLAY_H
#ifndef _STDIO_H
#include
#endif
#define MAXARGS 5
struct display {
unsigned cookie; /* Magic cookie to detect bogus pointers */
#define