代码搜索:framegrabber
找到约 60 项符合「framegrabber」的源代码
代码结果 60
www.eeworm.com/read/455973/7360456
dfm framegrabber_.dfm
www.eeworm.com/read/455973/7360457
cpp framegrabber.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
USERES("FrameGrabber.res");
USEFORM("FrameGrabber_.cpp", Form1);
//-----------------
www.eeworm.com/read/455973/7360458
pas framegrabber_.pas
{(((((((((((((((((((((((((((((((((((((((O))))))))))))))))))))))))))))))))))))))}
{ }
{ TActiveMov
www.eeworm.com/read/455973/7360459
bpr framegrabber.bpr
# ---------------------------------------------------------------------------
!if !$d(BCB)
BCB = $(MAKEDIR)\..
!endif
# --------------------------------------------------------------------------
www.eeworm.com/read/455973/7360460
dpr framegrabber.dpr
program FrameGrabber;
uses
Forms,
FrameGrabber_ in 'FrameGrabber_.pas' {Form1};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
www.eeworm.com/read/455973/7360461
h framegrabber_.h
//---------------------------------------------------------------------------
#ifndef FrameGrabber_H
#define FrameGrabber_H
//-----------------------------------------------------------------------
www.eeworm.com/read/455973/7360462
cpp framegrabber_.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "sysutils.hpp"
#include "FrameGrabber_.h"
//-----------------------------
www.eeworm.com/read/433342/7940241
cpp framegrabber.cpp
// CFrameGrabber.cpp : implementation file
//
// (c) Vadim Gorbatenko, 1999
// gvv@mail.tomsknet.ru
// All rights reserved
//
// CFrameGrabber window class
// Release: 1199
#include "stdafx
www.eeworm.com/read/433342/7940340
h framegrabber.h
#if !defined(AFX_FRAMEGRABBER_H__8145B633_9700_11D3_B4B8_E9E5ECC8F23B__INCLUDED_)
#define AFX_FRAMEGRABBER_H__8145B633_9700_11D3_B4B8_E9E5ECC8F23B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/433342/7940363