代码搜索结果
找到约 10,000 项符合
Display 的代码
display.exp
# Copyright (C) 1997, 1998
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as publis
display.c
/* Loop and vars for tests of display commands
*/
#include
#define LOOP 10
int sum = 0;
int do_loops()
{
int i=0;
int k=0;
int j=0;
for( i = 0; i < LOOP; i++ ) {
display.exp
# Copyright (C) 1997, 1998
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as publis
display.c
/*
* Carsten Langgaard, carstenl@mips.com
* Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved.
*
* ########################################################################
*
*
display.java
package stu;
import java.sql.*;
public class display{
String stu_id;
public void setStu_id(String id){stu_id=id;}
public String getStu_id(){return stu_id;}
public ResultS
display.java
//定义本类所在的包
package examples.jsp.tagext.counter;
//定义本类引入的类
import java.io.*;
import javax.servlet.jsp.*;
import javax.servlet.jsp.tagext.*;
import javax.servlet.http.*;
/**
* 这个类在jsp页中显示一个图
display.c
/* display.c -- readline redisplay facility. */
/* Copyright (C) 1987, 1989, 1992 Free Software Foundation, Inc.
This file is part of the GNU Readline Library, a library for
reading lines of t
_display.asm
TITLE DisplaySum Procedure (_display.asm)
INCLUDE Sum.inc
.code
;-----------------------------------------------------
DisplaySum PROC,
ptrPrompt:PTR BYTE, ; prompt string
theSum:DWORD ;
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