C++Primer中文版 第三版 深入系列 Primer 第三版 著 中中文文版版潘愛民張麗譯 Addison-Wesley 中國電力出版社 www.infopower.com.cn Stanley B Lippman J o s é e L a j o i e
標簽: Primer Addison-Wesley infopower www
上傳時間: 2014-01-14
上傳用戶:myworkpost
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
VSS 6.0(Visual SourceSafe 6.0,VSS6.0)現在是作為Microsoft Visual Studio 6.0這個開發產品家族的一員,如Visual C++ 6.0和Visual J++ 6.0一樣。VSS能夠維護一個文件的多個版本,包括一個從不同版本之間進行修改的記錄。
標簽: 6.0 Visual SourceSafe VSS
上傳時間: 2015-12-09
上傳用戶:Yukiseop
LCDScreen is a couple of Delphi component which simulate a dot-LCD multilines screen. It is fully customizable and has animation and special effects capabilities for the displayed text. TLCDScreen is the display component and TLCDAnimator the animation one. Both have build-in Property editor making easier the development at design-time.
標簽: multilines LCDScreen component simulate
上傳時間: 2015-12-23
上傳用戶:invtnewer
設有一個SPJ數據庫,包括S、P、J、SPJ四個關系模式: S(SNO,SNAME,STATUS,CITY) P(PNO,PNAME,COLOR,WEIGHT) J(JNO,JNAME,CITY) SPJ(SNO,PNO,JNO,QTY) 供應商表S由供應商代碼SNO、供應商姓名SNAME、供應商狀態STATUS、供應商所在城市名CITY組成。 零件表P由零件代碼PNO、零件名PNAME、顏色COLOR、重量WETGHT組成。 工程項目表J由工程項目代碼JNO、工程項目名JNAME、工程項目所在城市名CITY組成。 供應情況表SPJ由供應商代碼SNO、零件代碼PNO、工程項目代碼JNO、供應數據QTY組成,表示某供應商供應某種零件給某工程項目的數量為QTY。 上述四表中的具體數據可以參考教材30、31頁。
上傳時間: 2015-12-23
上傳用戶:LIKE
New users and old of optimization in MATLAB will find useful tips and tricks in this document, as well as examples one can use as templates for their own problems. Use this tool by editing the file optimtips.m, then execute blocks of code in cell mode from the editor, or best, publish the file to HTML. Copy and paste also works of course. Some readers may find this tool valuable if only for the function pleas - a partitioned least squares solver based on lsqnonlin. This is a work in progress, as I fully expect to add new topics as I think of them or as suggestions are made. Suggestions for topics I ve missed are welcome, as are corrections of my probable numerous errors. The topics currently covered are listed below
標簽: optimization and document MATLAB
上傳時間: 2015-12-24
上傳用戶:佳期如夢
這是一個功能強大的文本編輯器,EDITOR是一個多文檔/多窗口的文本/二進制編輯器,適合編輯批處理文件,二進制文件,文本文件和多種編程語言。唯一的限制就是編輯的文件數目和大小受制于內存的大小。
標簽: 文本編輯器
上傳時間: 2016-01-04
上傳用戶:zhengzg
用遞推法產生正交多項式系,即求alpha[j+1]、beta[j] 入口參數:m是數據點數,n是擬合的最高階數, float x[],float y[]是對應縱橫坐標,出口參數:a[] 是最小二乘擬合參數,alpha[]、beta[]是遞推系數
上傳時間: 2014-01-19
上傳用戶:gyq
The Shift Log is a database entry and display system that is built off of PHP and MySQL. The log uses a basic user authentication system to ensure user accountability and log integrity. It also has a RTF editor integrated into it.
上傳時間: 2016-01-15
上傳用戶:s363994250
問題描述 序列Z=<B,C,D,B>是序列X=<A,B,C,B,D,A,B>的子序列,相應的遞增下標序列為<2,3,5,7>。 一般地,給定一個序列X=<x1,x2,…,xm>,則另一個序列Z=<z1,z2,…,zk>是X的子序列,是指存在一個嚴格遞增的下標序列〈i1,i2,…,ik〉使得對于所有j=1,2,…,k使Z中第j個元素zj與X中第ij個元素相同。 給定2個序列X和Y,當另一序列Z既是X的子序列又是Y的子序列時,稱Z是序列X和Y的公共子序列。 你的任務是:給定2個序列X、Y,求X和Y的最長公共子序列Z。
上傳時間: 2014-01-25
上傳用戶:netwolf