代码搜索结果
找到约 10,000 项符合
Video 的代码
debug.lkf
-z -q -c -m"./Debug/DM642_LOOP1_BIOS.map" -o"./Debug/DM642_LOOP1_BIOS.out" -w -x -i"e:/CCS6000/c6000/bios/lib" -i"e:/CCS6000/c6000/rtdx/lib" -i"e:/CCS6000/c6000/xdais/lib" -i"e:/CCS6000/c6000/cgtools/
debug.lkv
-z -q -c -m"./Debug/DM642_LOOP1_BIOS.map" -o"./Debug/DM642_LOOP1_BIOS.out" -w -x -i"e:/CCS6000/c6000/bios/lib" -i"e:/CCS6000/c6000/rtdx/lib" -i"e:/CCS6000/c6000/xdais/lib" -i"e:/CCS6000/c6000/cgtools/
dm642_loop1_bios.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="e:\mydsp\dm642\soft\video_bios\DM642_LOOP1_BIOS\"
ProjectType=Executable
CPUFamily=TM
uservideo.ascx.cs
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using
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")) == NU
form_batchencode.cs
using WMEncoderLib;
using WMPREVIEWLib;
using System.IO;
using System.Drawing;
using System;
using System.Data;
using System.Windows.Forms;
using System.Collections;
using System.ComponentMode
ni oscar.ini
[NI OSCAR]
server.app.propertiesEnabled=True
server.ole.enabled=True
server.tcp.servic="My Computer/VI Server"
server.vi.propertiesEnabled=True
WebServer.DirectoryIndex="index.htm"
WebServer.Log
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")) == NU