The output should contain the minimum setup time in minutes, one per line.
標簽: contain minimum minutes output
上傳時間: 2014-01-20
上傳用戶:hjshhyy
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
This program reads iid zero-mean unit-variance Gaussian variates
標簽: unit-variance zero-mean Gaussian variates
上傳時間: 2015-12-09
上傳用戶:dengzb84
C# Unit Test Guide C# Unit Test Guide
上傳時間: 2013-12-19
上傳用戶:siguazgb
Engine control Unit Source code
標簽: control Engine Source Unit
上傳時間: 2014-01-02
上傳用戶:royzhangsz
Borland Delphi Runtime Library } { Java Native Interface Unit
標簽: Interface Borland Runtime Library
上傳時間: 2014-11-23
上傳用戶:13681659100
學習mp3格式的好源碼A DSP-based decompressor unit for high-fidelity MPEG-Audio over TCP/IP networks
標簽: high-fidelity decompressor MPEG-Audio DSP-based
上傳時間: 2016-04-03
上傳用戶:gaome
Obtain the CDF plots of PAPR from an OFDM BPSK transmission specified per IEEE 802.11a specification Per the IEEE 802.11a specifications, we 52 have used subcarriers. Given so, the theoretical maximum expected PAPR is 52 (around 17dB). However, thanks to the scrambler, all the subcarriers in an OFDM symbol being equally modulated is unlikely. Using a small script, the cumulative distribution of PAPR from each OFDM symbol, modulated by a random BPSK signal is obtained
標簽: specification transmission specified Obtain
上傳時間: 2016-04-24
上傳用戶:haoxiyizhong
this unit test code
上傳時間: 2014-01-31
上傳用戶:498732662
unit comm interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, SPComm, StdCtrls, ExtCtrls type TFcomm = class(TForm) Comm1: TComm GroupBox1: TGroupBox Memo1: TMemo Memo2: TMemo GroupBox2: TGroupBox Button1: TButton Btn_send: TButton Button2: TButton procedure Button1Click(Sender: TObject) procedure Button2Click(Sender: TObject) procedure Btn_sendClick(Sender: TObject) procedure Comm1ReceiveData(Sender: TObject Buffer: Pointer BufferLength: Word) private { Private declarations } public { Public declarations } end
標簽: interface Messages Graphics Controls
上傳時間: 2016-06-10
上傳用戶:gxmm