代码搜索结果
找到约 10,000 项符合
Video 的代码
video.h
/*
* MICRO-C IBM/PC Video interface definitions
*
* Copyright 1989,1990 Dave Dunfield
* All rights reserved.
*/
/* General keys */
#define _KUA 0xff80 /* Up arrow */
#define _KDA 0
video.c
/*
** Sinek (Media Player)
** Copyright (c) 2001-2002 Gurer Ozen
**
** This code is free software; you can redistribute it and/or
** modify it under the terms of the GNU General Public License.
**
video.h
// record structure used to store film and customer data
struct FilmData
{
char filmName[32];
char customerName[32];
};
// overload "==" operator by comparing film names
int operator ==
video.cmd
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
video.java
//************************************************
//Video.java
//This class is used to describe the structure for
//a single video record.
//Created by Xiaobin Lin 2/Dec/2004
//********
video.pbt
Save Format v3.0(19990112)
appname "video";
applib "video.pbl";
liblist "video.pbl";
type "pb";
video.pbw
Save Format v3.0(19990112)
@begin Unchecked
@end;
@begin Targets
0 "video.pbt";
@end;
DefaultTarget "video.pbt";
DefaultRemoteTarget "video.pbt";