代码搜索结果
找到约 10,000 项符合
Video 的代码
video.cpp
// +++Date last modified: 05-Jul-1997
// Implements a simple text video control class
// public domain
// by David L. Nugent
// 3:632/348@fidonet
// Implementation
video.hpp
// +++Date last modified: 05-Jul-1997
// Simple text video control class for DOS & OS/2
// public domain
// by David L. Nugent
// 3:632/348@fidonet
#if !defined(_
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.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ti\ICETEK-DM642-EDUlab\Lab521-VideoHistogram\"
ProjectType=Executable
CPUFamily=TM
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.c
/*
* 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.c
/*============================================================================
TEXT VIDEO ROUTINES
EXPORTS:
void putch(unsigned char c);
void init_video(void);
=================================