代码搜索:Video
找到约 10,000 项符合「Video」的源代码
代码结果 10,000
www.eeworm.com/read/195151/8171363
ini er.ini
[TMC]
comm=1
bound=1
crcbyte=1
databyte=5
stopbyte=1
inputtype=1
writetype=1
setting=
[CODE]
on=1234
off=
rgb=
video=
www.eeworm.com/read/192740/8288910
c 2-1.c
/*2-1.C*/
#include
#include
#include
#define VIDEO 0x10
void movetoxy(int x,int y)
{
union REGS regs;
regs.h.ah=2;
regs.h.dh=y;
regs.h.dl=x;
regs.h.bh=0;
www.eeworm.com/read/292729/8337443
lkv debug.lkv
-z -q -c -m"./debug/video.map" -o"./debug/video.out" -x -i"../lib/ICETEKDM642BSL" -i"../lib/vportlib" -i"c:/ti/c6000/bios/lib" -i"c:/ti/c6000/rtdx/lib" -i"c:/ti/c6000/xdais/lib" -i"c:/ti/c6000/cgtools
www.eeworm.com/read/292729/8337478
lkf debug.lkf
-z -q -c -m"./debug/video.map" -o"./debug/video.out" -x -i"../lib/ICETEKDM642BSL" -i"../lib/vportlib" -i"c:/ti/c6000/bios/lib" -i"c:/ti/c6000/rtdx/lib" -i"c:/ti/c6000/xdais/lib" -i"c:/ti/c6000/cgtools
www.eeworm.com/read/174452/9586771
h usbvideo.h
//-------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
www.eeworm.com/read/370648/9588949
java collectiontreeset.java
import java.util.TreeSet;
import java.util.Comparator;
public class CollectionTreeSet {
static final Comparator ORDRE_REALISATEUR = new CompRealisateur();
static final Comparator ORDRE_ANNEE
www.eeworm.com/read/370648/9588950
java comprealisateur.java
import java.util.Comparator;
public class CompRealisateur implements Comparator {
public int compare(Object o1, Object o2){
if(!(o1 instanceof Video))
throw new ClassCastException();
www.eeworm.com/read/370648/9588951
java compannee.java
import java.util.Comparator;
public class CompAnnee implements Comparator {
public int compare(Object o1, Object o2){
if(!(o1 instanceof Video))
throw new ClassCastException();
www.eeworm.com/read/370361/9604859
rc selectcapdrv.rc
#include
#include "CapPicture.h"
/*************************************************************************
* Bitmaps *
*********************************************
www.eeworm.com/read/370361/9604890
rc selectcapdrv.rc
#include
#include "CapPicture.h"
/*************************************************************************
* Bitmaps *
*********************************************