C 程序 球面方位角算法: azimuth.cpp CRC校驗快速算法: CRC_Table.cpp 解擾碼算法: scrambler.cpp Matlab 程序 信號帶寬測量: BandWith.m 帶通信號下變頻: fqmv.m QPSK 解調 demodQpsk.m pwelch求功率譜的算法 psdwh.m 均值濾波算法 cvmn.m 信號正交分解: Cnv2Bas.m
標簽: cpp CRC_Table scrambler azimuth
上傳時間: 2016-08-13
上傳用戶:TF2015
AppWizard has created this Diary application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
標簽: application demonstrates AppWizard created
上傳時間: 2013-12-23
上傳用戶:
復雜網(wǎng)絡是一門前沿科學,現(xiàn)在都在廣泛研究,此程序為復雜網(wǎng)絡中ba模型
標簽: 復雜網(wǎng)絡
上傳時間: 2014-06-28
上傳用戶:asdfasdfd
c語言編程寶典,C 語言是1972年由美國的Dennis Ritchie設計發(fā)明的, 并首次在UNIX操作系統(tǒng) 的 DEC PDP-11 計算機上使用。 它由早期的編程語言 BCPL( Basic Combind Programming Language) 發(fā)展演變而來。在1970年, AT&T 貝爾實驗室的 Ken Thompson根據(jù)BCPL語言設計出較先進的并取名為 B的語言, 最后導了C 語言的問世。 隨著微型計算機的日益普及, 出現(xiàn)了許多C 語言版本。由于沒有統(tǒng)一的標準, 使得這些C 語言之間出現(xiàn)了一些不一致的地方。為了改變這種情況, 美國國家標準 研究所(ANSI)為C 語言制定了一套ANSI標準, 成為現(xiàn)行的C語言標準。
上傳時間: 2017-02-27
上傳用戶:dongbaobao
介紹了與51 單片機USB 接口的PC 主機在Windows 環(huán)境下軟件設計過程。驅動程序由DriverStudio 生成, 動態(tài)鏈 接庫和應用程序分別采用Visual C++ 和Visual Basic 編寫。實現(xiàn)了PC 機與單片機之間通過PDIUSBD 12 芯片進行數(shù)據(jù)通訊 的功能。
標簽: Visual DriverStudio Windows USB
上傳時間: 2017-04-17
上傳用戶:cooran
Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely balanced. -If the height of this binary tree is h, then leaves can be at level h or level h-1. -All leaves at level h are as far to the left as possible. -The data associated with all descendants of a node are smaller than the datum associated with this node. Implementation 1.using a linear array not a binary tree. -The sons of A(h) are A(2h) and A(2h+1). 2.time complexity: O(n log n)
標簽: followingconditions tree completely satisfying
上傳時間: 2017-05-25
上傳用戶:2467478207
復雜網(wǎng)絡中的適應度模型,BA模型的改進,采用指數(shù)分布
標簽: 復雜網(wǎng)絡 模型
上傳時間: 2013-11-25
上傳用戶:hxy200501
復雜網(wǎng)絡中有一些常見的基本模型,如隨機圖,WS小世界網(wǎng)絡,NW小世界網(wǎng)絡及BA無標度網(wǎng)絡等,本程序從這些網(wǎng)絡的產(chǎn)生機理,生成了這些復雜網(wǎng)絡模型,并且分析了其基本性質如平均路徑長度,聚類系數(shù)及度分布等。
標簽: 復雜網(wǎng)絡 模型
上傳時間: 2013-12-09
上傳用戶:1109003457
sba, a C/C++ package for generic sparse bundle adjustment is almost invariably used as the last step of every feature-based multiple view reconstruction vision algorithm to obtain optimal 3D structure and motion (i.e. camera matrix) parameter estimates. Provided with initial estimates, BA simultaneously refines motion and structure by minimizing the reprojection error between the observed and predicted image points.
標簽: adjustment invariably package generic
上傳時間: 2013-12-18
上傳用戶:xsnjzljj
一個matlab復雜網(wǎng)絡代碼,內部代碼有具體說明
標簽: 復雜網(wǎng)絡
上傳時間: 2015-04-29
上傳用戶:linyuda