/*目的:使一個複數(shù)可顯數(shù)出來,可做+-/*,還要可以做>>跟<<的功能 題目:定義一個複數(shù)的class叫Complex,a(實部)與b(虛部)為double的型態(tài),i表示根號-1, 1.必須包含一個建構(gòu)子有兩個參數(shù)(double型態(tài)),能被用來設(shè)定物件中的變數(shù)為任意值 2.包含一個建構(gòu)子只有一個參數(shù)(double型態(tài)),呼叫參數(shù)的實部且定義為"實部+0i" 3.包含一個預(yù)建構(gòu)子可把物件初始化為0+0i 4.overload以下的operator以致於可以正確的執(zhí)行:+ - * / << >> */
標(biāo)簽:
上傳時間: 2013-12-27
上傳用戶:lindor
臺灣成功大學(xué)的關(guān)于無人機自動駕駛控制的論文集(1) 這包共4篇,分別為: 無人飛機速度控制器設(shè)計與實現(xiàn) 無人飛行船自主性控制設(shè)計與實現(xiàn) 無人飛行載具導(dǎo)引飛控整合自動駕駛儀參數(shù)選取之研究 無人飛行載具導(dǎo)引飛控之軟體與硬體模擬
標(biāo)簽: lunwen
上傳時間: 2013-08-03
上傳用戶:luominghua
Single-Ended and Differential S-Parameters Differential circuits have been important incommunication systems for many years. In the past,differential communication circuits operated at lowfrequencies, where they could be designed andanalyzed using lumped-element models andtechniques. With the frequency of operationincreasing beyond 1GHz, and above 1Gbps fordigital communications, this lumped-elementapproach is no longer valid, because the physicalsize of the circuit approaches the size of awavelength.Distributed models and analysis techniques are nowused instead of lumped-element techniques.Scattering parameters, or S-parameters, have beendeveloped for this purpose [1]. These S-parametersare defined for single-ended networks. S-parameterscan be used to describe differential networks, but astrict definition was not developed until Bockelmanand others addressed this issue [2]. Bockelman’swork also included a study on how to adapt single-ended S-parameters for use with differential circuits[2]. This adaptation, called “mixed-mode S-parameters,” addresses differential and common-mode operation, as well as the conversion betweenthe two modes of operation.This application note will explain the use of single-ended and mixed-mode S-parameters, and the basicconcepts of microwave measurement calibration.
上傳時間: 2014-03-25
上傳用戶:yyyyyyyyyy
留言格式新穎。界面美觀,典雅。查看qq,icq資料。設(shè)置面板可設(shè)置參數(shù)。按月份銷毀留言。斑竹回復(fù)且送信給作者。留言和回復(fù)可以選擇肖像,也可以自填。
標(biāo)簽:
上傳時間: 2014-01-12
上傳用戶:waizhang
長高44b0xi BIOS源碼 FS44B0II BIOS具有啟動、引導(dǎo),下載、燒寫,設(shè)置日期、時間,設(shè)置工作頻率等多種功能,並且支持各種參數(shù)的存儲和自動調(diào)用。 可以用flashpgm等軟件將BIOS燒寫到Flash中去,BIOS的自身駐留地址位于NOR FLASH的0x1f0000處,系統(tǒng)參數(shù)保存在0x1ff000以上區(qū)域中。所以在燒寫完BIOS,上電復(fù)位后先要執(zhí)一定要執(zhí)行backup命令把BIOS本身拷貝到NOR FLASH的高端1f0000去。
上傳時間: 2013-12-25
上傳用戶:ainimao
產(chǎn)生頻率選擇性衰落的雷利通道,參數(shù)由天線結(jié)構(gòu)、OFDM系統(tǒng)的結(jié)構(gòu)與功率延時結(jié)構(gòu)來決定。
標(biāo)簽:
上傳時間: 2014-12-20
上傳用戶:lizhizheng88
hurst parameter: 給入一序列的資類,程式會畫出husrt 參數(shù)的figure和估計值 例 hurst_expo(sin(0:0.01:5*pi))
上傳時間: 2014-12-03
上傳用戶:moerwang
Arduino 數(shù)位I/O的標(biāo)準(zhǔn)測試程式,利用讀取輸入的數(shù)位訊來控制輸出的數(shù)位訊號,文中有詳細的描述與介紹說明。
上傳時間: 2017-05-23
上傳用戶:6546544
用一個C語言來測試4X4按鍵功能是否正常工作
上傳時間: 2017-07-25
上傳用戶:宋桃子
Boost C++ Libraries Free peer-reviewed portable C++ source libraries Boost C++ Libraries 基本上是一個免費的 C++ 的跨平臺函式庫集合,基本上應(yīng)該可以把它視為 C++ STL 的功能再延伸;他最大的特色在於他是一個經(jīng)過「同行評審」(peer review,可參考維基百科)、開放原始碼的函式庫,而且有許多 Boost 的函式庫是由 C++ 標(biāo)準(zhǔn)委員會的人開發(fā)的,同時部分函式庫的功能也已經(jīng)成為 C++ TR1 (Technical Report 1,參考維基百科)、TR2、或是 C++ 0x 的標(biāo)準(zhǔn)了。 它的官方網(wǎng)站是:http://www.boost.org/,包含了 104 個不同的 library;由於他提供的函式庫非常地多,的內(nèi)容也非常地多元,根據(jù)官方的分類,大致上可以分為下面這二十類: 字串和文字處理(String and text processing) 容器(Containers) Iterators 演算法(Algorithms) Function objects and higher-order programming 泛型(Generic Programming) Template Metaprogramming Preprocessor Metaprogramming Concurrent Programming 數(shù)學(xué)與數(shù)字(Math and numerics) 正確性與測試(Correctness and testing) 資料結(jié)構(gòu)(Data structures) 影像處理(Image processing) 輸入、輸出(Input/Output) Inter-language support 記憶體(Memory) 語法分析(Parsing) 程式介面(Programming Interfaces) 其他雜項 Broken compiler workarounds 其中每一個分類,又都包含了一個或多個函式庫,可以說是功能相當(dāng)豐富。
標(biāo)簽: Boost C++ Libraries
上傳時間: 2015-05-15
上傳用戶:fangfeng
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1