代码搜索结果
找到约 10,000 项符合
Video 的代码
meteorological real-time display.ini
[气象实时显示]
server.app.propertiesEnabled=True
server.ole.enabled=True
server.tcp.paranoid=True
server.tcp.servic="我的电脑/VI服务器"
server.vi.callsEnabled=True
server.vi.propertiesEnabled=True
WebServer
tdms stream example.ini
[TDMS流盘范例]
server.app.propertiesEnabled=True
server.ole.enabled=True
server.tcp.paranoid=True
server.tcp.servic="我的电脑/VI服务器"
server.vi.callsEnabled=True
server.vi.propertiesEnabled=True
WebServ
run.ini
[Run]
server.app.propertiesEnabled=True
server.ole.enabled=True
server.tcp.paranoid=True
server.tcp.servic="我的电脑/VI服务器"
server.vi.callsEnabled=True
server.vi.propertiesEnabled=True
WebServer.Di
sr light.ini
[SR Light]
server.app.propertiesEnabled=True
server.ole.enabled=True
server.tcp.paranoid=True
server.tcp.servic="我的电脑/VI服务器"
server.vi.callsEnabled=True
server.vi.propertiesEnabled=True
WebServ
videodev.c
/*
* Video capture interface for Linux Character Device Driver.
* based on
* Alan Cox, video4linux
*
* Author: SW.LEE
show_dvb_image.c
/*
* show_dvb_image.c
*
* Copyright (C) 2004 Marcus Metzler
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser
file_scr.c
#include
#include
#define VIDEO 0xB800 // CGA base
void main(void)
{
FILE *fp;
int offset;
if ((fp = fopen("SAVE_SCR.DAT", "wb")) == NULL)
printf("
scr_poke.c
#include
#include
#define VIDEO 0xB800 // CGA base
void main(void)
{
FILE *fp;
int offset;
char value;
if ((fp = fopen("SAVE_SCR.DAT", "rb")) == NULL
main.c
/*
* main.c
*
* ============================================================================
* Copyright (c) Texas Instruments Inc 2005
*
* Use of this software is controlled by the terms and co
file_scr.c
#include
#include
#define VIDEO 0xB800 // CGA base
void main(void)
{
FILE *fp;
int offset;
if ((fp = fopen("SAVE_SCR.DAT", "wb")) == NULL)
printf