unit Video interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf // Types for event-procedures type TCapStatusProc = procedure(Sender: TObject) of object TCapStatusCallback = procedure(Sender: TObject nID: integer status: string) of object TVideoStream = procedure(sender: TObject lpVhdr: PVIDEOHDR) of object TAudioStream = procedure(sender: TObject lpWHdr: PWAVEHDR) of object // Property Editor for driver selection type TDrivereditor = class(TPropertyEditor) function GetAttributes: TPropertyAttributes override procedure GetValues(Proc: TGetStrProc) override function GetValue: string override procedure SetValue(const Value: string) override end
標簽: interface Messages Graphics Controls
上傳時間: 2013-12-21
上傳用戶:heart520beat
generation of rectangular shape signal. for a rectangular shape of width 1, sinc result also included
標簽: rectangular shape generation include
上傳時間: 2015-12-11
上傳用戶:古谷仁美
To increase simulation speed, ModelSim® can apply a variety of optimizations to your design. These include, but are not limited to, mergingprocesses, pulling constants out of loops, clock suppression, and signal collapsing. You control the level of optimization by specifying certain switches when you invoke the compiler.
標簽: optimizations simulation ModelSim increase
上傳時間: 2013-12-25
上傳用戶:pkkkkp
Welcome to the software files for the ADS8361 to TMS320F2812! There are two project files in each of the folders McBSP, SPI and Both. Mode II and IV are explored using the McBSP port alone, as well as the SPI port. These projects are located in the SPI and McBSP folders. Modes I and III are explored using both McBSP and SPI. In Mode I, the M0 and M1 pins are controlled by use of the jumper on the evaluation module. A0 is controlled by the DX pin of the McBSP port. In Mode III, the A0, M0 and M1 pins are controlled via GPIO functions of PortF. The "SRC", "CMD" and "INCLUDE" files in the archive are from "C28x Peripheral Examples in C" (document # SPRC097). If you have questions about this or other Data Converter products, feel free to e-mail us at:
標簽: files the software Welcome
上傳時間: 2015-12-16
上傳用戶:lixinxiang
This package consists of the executable (UCW), a default script file, this file, and the library files. It is important that the header files end up in a include subdirectory of the directory where UCW is found. If you unzip this file using its path information ( use folder names ) this will automatically happen. You can optionally specify the UnderC directory with the environment variable UC_HOME note that this points to the directory containing ucw.exe. If you do this, then you can copy the executable anywhere and it will still be able to find the header files.
標簽: file executable the consists
上傳時間: 2013-12-17
上傳用戶:asddsd
Welcome to UnderC version 1.2.9w This package consists of the executable (UCW), a default script file, this file, and the library files. It is important that the header files end up in a include subdirectory of the directory where UCW is found. If you unzip this file using its path information ( use folder names ) this will automatically happen. You can optionally specify the UnderC directory with the environment variable UC_HOME note that this points to the directory containing ucw.exe. If you do this, then you can copy the executable anywhere and it will still be able to find the header files.
標簽: executable consists Welcome package
上傳時間: 2015-12-18
上傳用戶:baiom
A rich edit control is a window in which the user can enter and edit text. The text can be assigned character and paragraph formatting, and can include embedded OLE objects. Rich edit controls provide a programming interface for formatting text.
上傳時間: 2013-12-06
上傳用戶:lixinxiang
非常方便的網絡Socket類,開發網絡程序變得很簡單。 支持自定義的string類。 用法:typedef YSocket<CString> CMySocket //CString也可以用自己的string類,從而可以用來atl等任何地方 CMySocket tpSock //聲明 tpSock.Create()//建立sock tpSock.Bind()//綁定 tpSock.Listen()//開始偵聽
上傳時間: 2013-12-20
上傳用戶:daguda
本程序是一個動態建立鏈表的程序 分為鏈表的建立,打印,按照num大小順序添加節點和刪除這四個子函數。源碼程序在src和include文件夾里面,可執行程序是Linked_list_demo
上傳時間: 2015-12-21
上傳用戶:wpwpwlxwlx
類似flashget下載工具代碼 本來想在完善了上傳的,但太忙了,有些功能可能沒有實現或存在一些 bug. 編譯運行說明 1)安裝BCG 9.4把BCGCBPRO940d.dll BCGPStyle2007Luna.dll BCGPStyle2007Obsidian.dll BCGPStyle2007Silver.dll copy 到bin目錄下 2)把程序里的SHELLAIP目錄下的SHELLAPI.H覆蓋vc安裝目錄下vc98/include/下 3)編譯,運行。公司里下載請設置HTTP代理。 軟件功能特點:多線程下載,斷點序傳,暫停下載,方便的目錄管理,支持HTTP代理(我們公司里下高設置HTTP代碼),方便的個性化設置,界面美觀,占用內存小,下載速度快等等。 不足的地方:里面有些功能只做了界面,沒有實現,:) 比如現在下載文件只能放在C:\MyDown\下 BT下載功能也沒有做。沒有仔細的測試過,可能存在一些bug. 有什么問題可以聯系我 QQ:1495501
上傳時間: 2015-12-26
上傳用戶:songyue1991