4 16 64 QAM plots for simulated and theoretical results for OFDM system under a standard Rayleigh channel
標簽: theoretical for simulated Rayleigh
上傳時間: 2017-06-02
上傳用戶:xiaodu1124
基于vc6.0的一個計算非方陣矩陣的廣義逆矩陣的算法,輸入要求為矩陣的指針表示,矩陣的行數和列數,函數返回的是矩陣的廣義逆矩陣,附帶結果的驗證
上傳時間: 2014-01-21
上傳用戶:cuiyashuo
linux多線程矩陣相乘(C++) 采用多線程技術,對于每行每列的計算都進行了相應的線程操作。
上傳時間: 2017-06-07
上傳用戶:l254587896
把二維數組數據從外部文本文件導入labview中,并實現對導入數據的按列提取,將提取后的幾組數據組成新的幾個二維數組顯示出來,并顯示其圖形
上傳時間: 2017-06-08
上傳用戶:x4587
本書收集了c語言的詳細基礎知識,以及經典的c程序案例100列,都非常有趣,能滿足你對c語言的好奇。
上傳時間: 2014-01-07
上傳用戶:開懷常笑
//初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } cbreak() noecho() keypad(stdscr, TRUE) //建立菜單項 for(i=0 i<N_ITEMS i++){ items[i] = new_item(months[i], "") } //建立菜單 mymenu = new_menu(items) //設置為5行單列的菜單 set_menu_format(mymenu, 5, 1) set_menu_mark(mymenu, "*") //獲得菜單的行數很列數 scale_menu(mymenu, &mrows, &mcols) //建立窗口和子窗口 win = newwin(mrows + 2, mcols + 2, 3, 30) keypad(win, TRUE) box(win, 0, 0) subwin = derwin(win, 0, 0, 1, 1) //設置菜單的窗口 set_menu_sub(mymenu, subwin) //在子窗口上放置菜單 post_menu(mymenu) refresh() wrefresh(win)
標簽: EXIT_FAILURE initcurs initscr cbreak
上傳時間: 2013-11-29
上傳用戶:小眼睛LSL
“This book is a tremendous achievement. You owe it to yourself to have a copy on your shelf. The chapter on iostreams is the most comprehensive and understandable treatment of that subject I’ve seen to date.”
標簽: achievement tremendous yourself shelf
上傳時間: 2017-06-12
上傳用戶:270189020
DEV C++ 寫的一個矩陣類,用列主元消去法求模的。類的構造函數接收矩陣的行列值或者是一個vector<vector<double> >類型的變量。沒有用模板,數據類型是double.
上傳時間: 2017-06-14
上傳用戶:lht618
This manual describes SAMSUNG s S3C2410A 16/32-bit RISC microprocessor. This product is designed to provide hand-held devices and general applications with cost-effective, low-power, and high-performance micro-controller solution in small die size. To reduce total system cost, the S3C2410A includes the following components separate 16KB Instruction and 16KB Data Cache, MMU to handle virtual memory management, LCD Controller (STN & TFT), NAND Flash Boot Loader, System Manager (chip select logic and SDRAM Controller), 3-ch UART, 4-ch DMA, 4-ch Timers with PWM, I/O Ports, RTC, 8-ch 10-bit ADC and Touch Screen Interface, IIC-BUS Interface, IIS-BUS Interface, USB Host, USB Device, SD Host & Multi-Media Card Interface, 2-ch SPI and PLL for clock generation.
標簽: This microprocessor describes S3C2410A
上傳時間: 2013-11-30
上傳用戶:GavinNeko
在Java語言中,DataSource對象就是一個代表數據源實體的對象。一個數據源就是一個用來存 儲數據的工具,它可以是復雜的大型企業級數據庫,也可以是簡單得只有行和列的文件。數據源可 以位于在服務器端,也可以位于客服端。
上傳時間: 2017-06-17
上傳用戶:黑漆漆