Bing is a point-to-point bandwidth measurement tool (hence the b ), based on ping. Bing determines the real (raw, as opposed to available or average) throughput on a link by measuring ICMP echo requests roundtrip times for different packet sizes for each end of the link
標簽: Bing point-to-point measurement determines
上傳時間: 2015-09-15
上傳用戶:lgnf
This m-file simulates MPSK (theoretical and simulated) with Gray coding This m-file simulates MPSK (BPSK,QPSK,8PSK)with theoretical and simulated results using Gray coding. Numerical examples of a satellite link design are shown using QPSK and/or 8PSK when the bit rate(Rb)is greater than the channel bandwidth Wc (Band-limited channel).
標簽: simulates m-file This MPSK
上傳時間: 2014-01-11
上傳用戶:372825274
詳細說明:華碩USB接口的RT2570芯片集無線網卡在Linux下的驅動程序,支持asus wl-167g無線usb網卡,rt73---D-link 無線usb網卡以及TL-WN321G無線網卡和臺灣RALink公司采用rt2570的802.11g 網卡,可用來移植嵌入式無線網卡驅動
上傳時間: 2015-09-21
上傳用戶:xauthu
This directory contains an example ADSP-BF535 subroutine that demonstrates the initialization of the AC 97 communication link between SPORT0 on the ADSP-BF535 and the AD1885 stereo Codec.
標簽: initialization demonstrates subroutine directory
上傳時間: 2014-11-29
上傳用戶:colinal
簡易學生成績排序(匯編) 編制一程序,要求接收從鍵盤輸入的一個班的學生成績,并存放于50字grade數組中,其中grade+i保存學號為i+1的學生成績。然后根據grade中的學生成績,把學生名次填入50字rank字數組中,其中 rank+i的內容是學號為i+1學生的名次。再按學號順序把名次從終端上顯示出來
上傳時間: 2015-10-02
上傳用戶:遠遠ssad
palm編成,這種書很少,有興趣看看 Title: Palm Programming: The Developer s Guide URL: http://safari.oreilly.com/JVXSL.asp?x=1&mode=section&sortKey=rank&sortOrder=desc&view=book&xmlid=1-56592-525-4&open=false&srchText=palm+programming&code=&h=&m=&l=1&catid=&s=1&b=1&f=1&t=1&c=1&u=1&page=0 ISBN: 1-56592-525-4 Author: Julie McKeehan/ Neil Rhodes Publisher: O Reilly Page: 478 Edition: 1st edition (December 1998) Catalog: PDA programming / Palm Format: pdf Size: 2.06M Supplier: Summary: Emerging as the bestselling hand-held computers of all time, PalmPilots have spawned intense developer activity and a fanatical following. Used by Palm in their developer training, this tutorial-style book shows intermediate to experienced C programmers how to build a Palm application from the ground up. Includes a CD-ROM with source code and third-party developer tools
標簽: Programming Developer oreilly safari
上傳時間: 2013-12-10
上傳用戶:litianchu
1、鏈接存儲方法 鏈接方式存儲的線性表簡稱為鏈表(Linked List)。 鏈表的具體存儲表示為: ?、?用一組任意的存儲單元來存放線性表的結點(這組存儲單元既可以是連續的,也可以是不連續的) ?、?鏈表中結點的邏輯次序和物理次序不一定相同。為了能正確表示結點間的邏輯關系,在存儲每個結點值的同時,還必須存儲指示其后繼結點的地址(或位置)信息(稱為指針(pointer)或鏈(link)) 注意: 鏈式存儲是最常用的存儲方式之一,它不僅可用來表示線性表,而且可用來表示各種非線性的數據結構。
上傳時間: 2015-10-05
上傳用戶:Avoid98
American Gladiator,You are consulting for a game show in which n contestants are pitted against n gladiators in order to see which contestants are the best. The game show aims to rank the contestants in order of strength this is done via a series of 1-on-1 matches between contestants and gladiators. If the contestant is stronger than the gladiator, then the contestant wins the match otherwise, the gladiator wins the match. If the contestant and gladiator have equal strength, then they are “perfect equals” and a tie is declared. We assume that each contestant is the perfect equal of exactly one gladiator, and each gladiator is the perfect equal of exactly one contestant. However, as the gladiators sometimes change from one show to another, we do not know the ordering of strength among the gladiators.
標簽: contestants consulting Gladiator are
上傳時間: 2013-12-18
上傳用戶:windwolf2000
編制一程序,要求接收從鍵盤輸入的一個班的學生成績,并存放于50字grade數組中,其中grade+i保存學號為i+1的學生成績。然后根據grade中的學生成績,把學生名次填入50字rank字數組中,其中 rank+i的內容是學號為i+1學生的名次。再按學號順序把名次從終端上顯示出來。(輸入學生個數<=50,可以不定)
上傳時間: 2015-10-18
上傳用戶:妄想演繹師
1設計題目及要求 一、程序設計題目:學生成績管理程序設計 二、 程序設計功能及要求: 1.顯示學生各門成績,總分,和平均分. 2.按總分由高到的進行排列. 3.要求輸入一個學號.要求能找出一個學生的.姓名.各門功課的成績. 3 算法分析 1. 學生成績管理軟件的數據結構 2. 排序 3. 查找 4. 其它 4 主要流程圖 1寫程序結構及各模塊(輸入,顯示等等)結構圖 本程序用了c++語言里面的思想,比如用了cin 和 cout 函數.分了倆個類.一個是File類.一個是Link類. File類里面主要的是用于保存和導入數據. Link類主要是用于鏈表的操作…. 本程序分為幾個文件編寫有.file.cpp文件和file.h文件 Link.cpp文件和Link.h文件 manager..cpp文件和manager.h文件. 本程序的主體結構是鏈表.用鏈表操作.實現動態創建和銷毀. 主函數main().是在Manger.cpp 里面.是程序的入口處 File.cpp 和 link.cpp 是存放file類.和 link類的源函數變量代碼. File.h 和Link.h 是存放file 類 和link 類的聲明
上傳時間: 2014-01-17
上傳用戶:古谷仁美