Simulation of a transmitter implementingthe OFDM transmission chain with QPSK modulation on each sub-carrier
標簽: implementingthe transmission transmitter Simulation
上傳時間: 2013-12-23
上傳用戶:cainaifa
Visual Basic 6.0可以通過調用API函數格式化一個磁盤,無論是軟盤還是硬盤。 打開一個新的項目(工程1) ,如果你沒有更改過缺省模式,那么Visual Basic 6.0會自動添加一個form1文件,在form1上添加一個命令控件,將下面的代碼拷入。 Option Explicit Private Declare Function SHFormatDrive Lib"shell32"( ByVal Hend AS Long,ByVal Drive AS Long,ByVal FormatID AS Long,ByVal Options AS Long) as Long Private Sub FormatDisk(intDrive as integer,blnQuickFormat as Boolean) dim lngReturn As Long if (blnQuickFormat) then lngReturn= SHFormatDrive(0,intDrive,0&,1&) else lngReturn= SHFormatDrive(0,intDrive,0&,0&) end if end Sub Private Sub Command1_Click() call FormatDisk(0,True) End Sub 運行此程序。 注意FormatDisk函數的第一個變量很重要,他的值是0,1,2時代表格式化的分別是:A、B、C盤。
上傳時間: 2015-10-05
上傳用戶:kytqcool
利用WM5 實現電話功能 在程序中進行電話撥號 “項目”—“添加引用”—“Microsoft.WindowsMobile.Telephony”—“確定” Imports Microsoft.WindowsMobile.Telephony Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim TestPhone As New Phone TestPhone.Talk("1001") End Sub
標簽: Microsoft WindowsMobile Telephony Imports
上傳時間: 2013-12-20
上傳用戶:hasan2015
OpenSS7 This the fourth public release of the OpenSS7 Master Package. See README in the release for a sub-package listing. Most of the sub-packages in the release are production grade for Linux Fast-STREAMS. All existing validation test suites run clean on supported distributions and architectures. It is unlikely that the OpenSS7 Master Package will be released as frequently as before. Sub-packages will be released more often. To rebuild the master package with a new sub-package release, simply replace the directory to which the sub-package belongs with the unpacked sub-package release and then rebuild the master package. This release provides support for recent distributions and tool chains.
標簽: OpenSS7 release the Package
上傳時間: 2015-10-28
上傳用戶:cc1
OpenJMS是一個開源的Java Message Service API 1.0.2 規范的實現,它包含有以下特性: *. 它既支持點到點(point-to-point)(PTP)模型和發布/訂閱(Pub/Sub)模型。 *. 支持同步與異步消息發送 *. JDBC持久性管理使用數據庫表來存儲消息 *. 可視化管理界面。 *. Applet支持。 *. 能夠與Jakarta Tomcat這樣的Servlet容器結合。 *. 支持RMI, TCP, HTTP 與SSL協議。 *. 客戶端驗證 *. 提供可靠消息傳輸、事務和消息過濾
標簽: point-to-point OpenJMS Message Service
上傳時間: 2014-01-14
上傳用戶:zsjinju
Samples are organized by chapter, and then by "application" or example name. You should open a project in Visual Studio .NET through the .sln (solution) file. Note that Visual Studio .NET automatically creates various temporary and debugging files in the obj and bin sub-directory for each project. The actual uncompiled code is only the .vb files that are contained in the root project directory.
標簽: application organized Samples chapter
上傳時間: 2015-12-14
上傳用戶:ghostparker
The present document specifies the CAMEL Application Part (CAP) supporting the fourth phase of the network feature Customized Applications for Mobile network Enhanced Logic. CAP is based on a sub-set of the ETSI Core INAP CS-2 as specified by ETSI EN 301 140 1 [26]. Descriptions and definitions provided by ETSI EN 301 140 1 [26] are directly referenced by this standard in the case no additions or clarifications are needed for the use in the CAP.
標簽: the Application supporting specifies
上傳時間: 2015-12-24
上傳用戶:84425894
其中:ClientInfor.inf 文件: 第一行的數據表示: 客戶端游戲版本號 第一行的數據表示: 更新文件存放的網絡路徑 UpdateInfor.inf文件: 第一行的數據表示: 最新游戲版本號 第二行的數據表示: 有多少文件需要更新 后面每行的數據表示: 需要更新的文件的名稱 frmUpdate.frm窗體: 負責下載 modZip.BAS模塊: 只負責用來壓縮文件和解壓縮文件的 其中的 UnZipTo 函數用來解壓縮的 zlib.dll: 為WinZip的dll文件 更新完畢后,ClientInfor.inf文件的第一行的數據會變為最新版本號 frmUpdate.frm窗體代碼如下: Private Sub cmdExit_Click() Unload Me End Sub Private Sub cmdUpdate_Click() Dim strClientInfor() As String Dim strUpdateInfor() As String Dim nNum As Integer 存
標簽: ClientInfor UpdateInfor inf 數據表示
上傳時間: 2013-12-24
上傳用戶:hanli8870
SDRAM 參考設計:主要包括The following figure shows a high-level block diagram for this reference design followed by a brief description of each sub-section. The design consists of: · PowerPC processor · PLB-OPB bridge · BlockRAM Memory Controller · SDRAM Controller · Two GPIO ports · A UART Port · External SDRAM
標簽: high-level following reference diagram
上傳時間: 2013-12-15
上傳用戶:Miyuki
OFDM Modem Applications • Digital Video Broadcast (DVB) • Digital Audio Broadcast (DAB) • Broadband Wireless Access (802.16x) • Wireless LAN (802.11x & HiperLAN) Orthogonal OFDM Sub-carriers Orthogonal Frequency Division Multiplexing (OFDM)
標簽: Broadcast Digital 8226 Applications
上傳時間: 2016-03-23
上傳用戶:cc1