代码搜索结果

找到约 10,000 项符合 Video 的代码

video.h

/* video.h * * Include file for video.c * Copyright 2000 by Jeroen Vreeken (pe1rxq@amsat.org) * This software is distributed under the GNU public license version 2 * See also the f

video.c

/* video.c * * Video stream functions for motion. * Copyright 2000 by Jeroen Vreeken (pe1rxq@amsat.org) * This software is distributed under the GNU public license version 2 * See also the file '

video.ewb

Electronics Workbench Circuit File Version: 5 Charset: ANSI Description: "UA733 Video Preamplifier" "U of California, Berkeley SPICE Benchmark Circuit" "No. of nodes = 25" "No. of Branches

video.h

//--------------------------------------------------------------------------- // Terawins Inc. Company Confidential Strictly Private // // $Archive: Video.h $ // $Revision: 2.0 $ // $Author: jwan

video.java

import javax.swing.JInternalFrame; import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.sql.*; import java.util.*; import java.util.EventListener.*; import javax.swing.

video.h

void update_cursor(int row, int col); //set cursor to x,y unsigned short get_cursor(); //get cursor offset void move_cursor(int i); //move cursor forward void clr(); //

video.c

#include"color.h" void update_cursor(int row, int col) //set cursor to x,y { unsigned short position = (row*80) + col; //16bit // cursor LOW port to vga INDEX register outportb(0x3

video.cpp

#include "video.h" #include "system.h" class_pyos_Position class_pyos_Video::CursorCurrentPosition ; enum_pyos_Color class_pyos_Video::BackColor ; enum_pyos_Color class_pyos_Video::FrontColor ;