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
非常方便的網絡Socket類,開發網絡程序變得很簡單。 支持自定義的StRing類。 用法:typedef YSocket<CStRing> CMySocket //CStRing也可以用自己的StRing類,從而可以用來atl等任何地方 CMySocket tpSock //聲明 tpSock.Create()//建立sock tpSock.Bind()//綁定 tpSock.Listen()//開始偵聽
上傳時間: 2013-12-20
上傳用戶:daguda
/// /// /// /// /// /// / ///文 件:.cs ///概 要:針對國內短信解碼(USC2) ///組成結構:包含四個函數: /// 1、GetEverySMS(StRing SMS) /// 2、GetTelphone(StRing SMS) /// 3、GetDataTime(StRing SMS) /// 4、GetContent(StRing SMS)
上傳時間: 2016-01-07
上傳用戶:Amygdala
Delphi的IP輸入控件,可以直接使用IPStRing取出輸入的IP地址,返回StRing
上傳時間: 2013-12-24
上傳用戶:15071087253
This directory contains the memtest 8051 firmware for the Anchor Chips EZ-USB chip. The purpose of this software is to test the different memory segments in the Ez-Usb chip. This example will output the StRing "good" on the 7 segment LED if the mem test passes, or it will output the first address where the memtest fails.
標簽: directory the contains firmware
上傳時間: 2013-12-16
上傳用戶:gdgzhym
C++是在C語言的基礎上開發的一種集面向對象編程、通用編程和傳統的過程性編程于一體的編程語言,是C語言的超集。本書是根據1998年的ISO/ANSI C++標準編寫的,通過大量短小精悍的程序詳細而全面地闡述了C++的基本概念和技術。 全書分17章和10個附錄。分別介紹了C++程序的運行方式、基本數據類型、復合數據類型、循環和關系表達式、分支語句和邏輯操作符、函數重載和函數模板、內存模型和名稱空間、類的設計和使用、多態、虛函數、動態內存分配、繼承、代碼重用、友元、異常處理技術、StRing類和標準模板庫、輸入/輸出等內容。 本書針對的是C++初學者,書中從C語言基礎知識開始介紹,然后在此基礎上詳細闡述C++新增的特性,因此不要求讀者有C語言方面的背景知識。本書可作為大中院校教授C++課程的教材,也可供初學者自學C++時使用。
上傳時間: 2016-01-22
上傳用戶:zuozuo1215
baidu 本程序是用JNI技術實現的讀取硬盤序列號 將ChenminDiskIDJoc.jar 加入環境變量 這兩個文件放入window 文件夾 或者JDK的bin文件夾 或者你的應用文件夾 DiskID32.dll DiskID.dll public static StRing chenmin.io.DiskID.Factory() 返回硬盤廠家 public static StRing chenmin.io.DiskID.DiskID() 返回硬盤序列號 ChenminDiskIDTest.bat 將啟動直接演示一個讀取硬盤序列號的測試 測試讀取硬盤序列號的源代碼在ChenminDiskIDTest.jar中
標簽: ChenminDiskIDJoc window baidu JNI
上傳時間: 2016-01-22
上傳用戶:康郎
jSP編寫的了BBS系統 架設方法 : 解壓縮dzbbs.zip後,打開dzbbs/set.jsp,修改以下 try{ cn=DriverManager.getConnection("jdbc:mysql://localhost/mysql?useUnicode=true&characterEncoding=big5","root","pass") // mysql為資料庫名稱,root 為用戶帳號 , pass為用戶密碼 }catch(Exception e){ } StRing bbs_name="DzBBS" //論壇名稱 StRing temple="default" //風格模版 StRing adminpass="pass" //管理員密碼 設定好後運行http://user.net/dzbbs,然後再注冊成為會員即可,密碼需要和上面所設定的一樣 免費論壇空間推薦 MyJavaServer+db4free 完美組合 MyJavaServer是國外免費5mb空間 如何申請請看 http://blog.csdn.net/leafxx/archive/2006/10/02/1317960.aspx db4free是國外免費Mysql空間
上傳時間: 2013-12-10
上傳用戶:yimoney
測試glob的使用,大家可以試一試 $StRing =glob".*"
上傳時間: 2014-01-03
上傳用戶:894898248
TFIND searches for one or more StRings (boolean AND) in a text file. TFIND reports all lines where the StRing(s) were found (or NOT found by option). The search can be limited to a field in a fixed field (i.e. column oriented) list. An extended search mode is available, where only letters and digits are relevant. Other options: case sensitive search, alternative errorlevel with number of hits, header line with file name, LFN, custom prefix
標簽: TFIND searches boolean reports
上傳時間: 2016-01-24
上傳用戶:lindor