從數據庫中讀取數據,在客戶端打印與保存table中的數據,代碼簡單易懂。
上傳時間: 2013-12-10
上傳用戶:我們的船長
基于OFDM的無線寬帶系統仿真It contains mainly two parts, i.e. link-level simulator and system-level simulator. Link-level simulator focus on a single-cell single-user scenario, where signal is transmitted from tx, and estimated at rx. Comparing the difference in tx/rx signal, the error rate can be found out. The output of the link-level simulator is the BLER/BER vs. SNR mapping table, that can be used for the system-level simulation. System-level simulator focus on a multi-cell multi-user scenario. For the sake of simplicity, it takes the mapping table aquired in the link-level simulation, measure the actural SNR, and finds the corresponding error rate.
標簽: simulator i.e. system-level link-level
上傳時間: 2016-03-15
上傳用戶:xsnjzljj
我的文件管理設計中對于文件管理的功能主要有以下幾個:輸入文件(input), 從文件列表中刪除一個記錄(delete a record from list),保存文件(save), 查找文件(search record on table),文件的列表(list)
上傳時間: 2013-12-10
上傳用戶:zxc23456789
實現升級一臺機子上的程序,所有其它機子的程序自動升級. 1.支持多個模塊,支持一個模塊多個文件. 2.文件位置可不為當前目錄. 3.可自動壓縮文件,然后上傳,提高上傳與下載速度. 4.update.exe可自動升級(注:僅隨新系統升級時升級!!!) 使用說明: 1.先創建表,見Table.txt 2.工程所包含的文件,可在uo_updown.uf_check()中定義. (參看原有的!) 3.創建工程時, 請不要把update.pbl生成PBD,這樣保證在同一目錄,可以多個 工程能正確自動升級.
上傳時間: 2014-01-13
上傳用戶:alan-ee
藍牙協議1.2版,pdf格式,共四卷 1、Master Table of Contents &Compliance Requirements 2、Architecture & Terminology Overview 3、Core System Package 4、Core System Package
上傳時間: 2013-12-16
上傳用戶:15071087253
KML 2 SHP Converter for points, lines and polygons Extension for ArcView 3.x will convert KML files from Google Earth to ShapeFiles, adding a new field called “Name” in the shapefile attribute table, automatically storing the name entered on the “Google Earth – New” window.
標簽: KML Converter Extension for
上傳時間: 2014-12-09
上傳用戶:星仔
This example demonstrates how the C8051F06x SMBus interface can communicate // with a 256 byte I2C Serial EEPROM (Microchip 24LC02B). // - Interrupt-driven SMBus implementation // - Only master states defined (no slave or arbitration) // - Timer4 used by SMBus for SCL low timeout detection // - SCL frequency defined by <SMB_FREQUENCY> constant
標簽: demonstrates communicate C8051F06x interface
上傳時間: 2016-04-12
上傳用戶:hanli8870
Sqlserver2000壓力測試 數據庫請自己建,附腳本。不懂的可以發郵件問我:killwolf@163.com 10萬 109640ms 插入 23078ms 清空 20萬 216281ms 8391馬上 40萬: 416781 9381 if exists (select * from dbo.sysobjects where id = object_id(N [dbo].[StuInfo] ) and OBJECTPROPERTY(id, N IsUserTable ) = 1) drop table [dbo].[StuInfo] GO CREATE TABLE [dbo].[StuInfo] ( [StuID] [float] NULL ) ON [PRIMARY] GO
上傳時間: 2016-05-08
上傳用戶:lht618
SQLite是以SQL為基礎的數據庫軟件,SQL是一套強大的數據庫語言,主要概念是由「數據庫」、「資料表」(table)、「查詢指令」(queries)等單元組成的「關聯性數據庫」(進一步的概念可參考網絡上各種關于SQL及關聯性數據庫的文件)。因為SQL的查詢功能強大,語法一致而入門容易,因此成為現今主流數據庫的標準語言(微軟、Oracle等大廠的數據庫軟件都提供SQL語法的查詢及操作)。
上傳時間: 2016-05-17
上傳用戶:2404
PE教程1: PE文件格式一覽 PE教程2: 檢驗PE文件的有效性 PE教程3: File Header (文件頭) PE教程4: Optional Header PE教程5: Section Table(節表) PE教程6: Import Table(引入表) PE教程7: Export Table(引出表)
標簽: Header Optional 教程 Section
上傳時間: 2016-05-19
上傳用戶:guanliya