Gsm手機(短信息,電話簿)開發庫C++源代碼 通過GSM modem 或 IrDA 設備 基于GSM標準: ETSI GSM 07.07, ETSI GSM 07.05 提供Nix,win系統 PDU 編碼.支持Nokia-61,62,71,8***,Simens S10,M20,35i,Ericcson SH888,Wavecom WM02
上傳時間: 2014-01-20
上傳用戶:ruixue198909
本書第二版和第三版之間的變化非常大其中最值得注意的是C++已經通過了國際標 準化這不但為語言增加了新的特性比如異常處理運行時刻類型識別RTTI 名字空 間內置布爾數據類型新的強制轉換方式而且還大量修改并擴展了現有的特性比如模 板template 支持面向對象object-oriented 和基于對象object-based 程序設計所需 要的類class 機制嵌套類型以及重載函數的解析機制也許更重要的是一個覆蓋面非 常廣闊的庫現在成了標準C++的一部分其中包括以前稱為STL 標準模板庫的內容新 的string 類型一組順序和關聯容器類型比如vector list map 和set 以及在這些類型 上進行操作的一組可擴展的泛型算法generic algorithm 都是這個新標準庫的特性本書 不但包括了許多新的資料而且還闡述了怎樣在C++中進行程序設計的新的思考方法簡而 言之實際上不但C++已經被重新創造本書第三版也是如此
上傳時間: 2014-01-18
上傳用戶:784533221
AVL Tree implementation: I also included a test function to compare the AVL Tree performance with STL Set and Map. Compile the source mavltree.cpp and run it to see the result!
標簽: Tree implementation performance AVL
上傳時間: 2013-12-19
上傳用戶:3到15
這是一個有關Turbo碼編譯碼的程序,譯碼采用的是MAP譯碼方法,挺好!
上傳時間: 2015-07-23
上傳用戶:fhzm5658
幾種常見混沌時間序列matlab實現 1)chua flow 2)duffing flow 3)Rossler flow 4)Lorenz flow 5)ikeda flow 6)Mackey_Glass flow 7)logistic map 8)henon map 9)Quadratic map(二次圖) 也歡迎大家提供更多的混沌方程或映射的經典matlab實現。
標簽: flow Rossler duffing matlab
上傳時間: 2015-08-09
上傳用戶:windwolf2000
開發工具:iar for c51 主要IC:tusb2136(ti)(8052內核) 主要應用:PC外接usb鍵盤,智能手機/PDA外接usb鍵盤 備注:使用keil開發工具編譯時需要將地址分配固定,對照firmware/release/list下map文件修改源碼
上傳時間: 2015-08-13
上傳用戶:TF2015
一個德國人Kasper Peeters用C++ template寫的tree的STL實現,并和STL其他容器vector,map一樣,提供標準STL接口,供用戶調用。非常有參考價值,說明文檔參見tree.pdf。
標簽: template Peeters Kasper tree
上傳時間: 2014-11-29
上傳用戶:gououo
JavaGPS is a Java-only base library that enables access to GPS devices from within any Java application. Provides Java API, NMEA0183 parser, record and playback GPS log files, convert between earth dates and Gauss Krueger, GPS management GUI with map..
標簽: Java-only applicat JavaGPS enables
上傳時間: 2013-12-26
上傳用戶:aeiouetla
Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and destination city for breadth first and depth first algorithm. The second line of input file shoud be an integer m indicate the number of connections for the map. Following m lines describe the map, each line represents to one connection in this form: dist city1 city2, which means there is a connection between city1 and city2 with the distance dist. The following input are for A* The following line contains two chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the number of heuristic. The following h lines is in the form: city dist which means the straight-line distance from the city to B is dist.
標簽: Implemented following compile command
上傳時間: 2014-01-01
上傳用戶:lhc9102
該文件夾為空時塊碼-卷積碼級聯系統的仿真程序,天線配置為2發2收。 主要程序的用途說明: mainMIMO_OFDMA_2Tx_Convcode.m: 主程序,設置各種參數 gendatabits.m: 生成原始信息比特數據的程序 conv_encoder.m: 卷積碼編碼器 interleave.m: 交織器 mod_2Tx_STBC_DFUSC_Convcode.m:調制程序 gen_SUI_CorrCIR.m: 生成信道沖擊響應的程序 get_perfectCE_2x2.m: 生成理想信道估計值的程序 chanSUI_corr_2x2.m: 發送信號通過SUI信道的程序 addAWGN_2x2.m: 添加高斯白噪聲的程序 dem_DFUSC_2x2_STBC.m: 接收端解調主程序 ls_freq.m: 頻域LS算法 ls_time_2x2.m: 時域LS算法 iterative_detection_decoding_2x2.m: 級聯MAP算法主程序 map_decoding.m: 卷積碼MAP譯碼程序 b2s_logp.m: 符號LLR轉化為比特LLR
上傳時間: 2013-12-25
上傳用戶:源碼3