亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

驅(qū)動(dòng)

  • Each exploration in this book is a mixture of text and interactive exercises. The exercises are unl

    Each exploration in this book is a mixture of text and interactive exercises. The exercises are unlike anything you鈥檝e seen in other books. Instead of multiple choice, fill-in-the-blank, or simple Q&A exercises, lessons are interactive explorations of key C++ features.

    標簽: exercises exploration interactive mixture

    上傳時間: 2017-05-14

    上傳用戶:whenfly

  • 手機網絡紙牌游戲

    手機網絡紙牌游戲,用戶名:mr 密碼:mrsoft。牌的大小按下列順序排列:A、K、Q、J、10、9、8、7、6、5、4、3、2。 1.出牌 (1)每輪只允許出一張牌。 (2)第一局游戲由得到梅花2的一方首先出牌,并且必須出梅花2。 (3)必須先出與首家相同花色的牌,無相同花色時方可用其它花色代替。 (4)最大方得到該輪的所有分牌,并獲得本輪先出牌的資格。 2.分值計算 紅桃:紅桃為分牌。

    標簽: 手機網絡

    上傳時間: 2014-01-19

    上傳用戶:笨小孩

  • Linux下編寫的一個表達式解析器可以計算= - * / 與或非運算 經過測試并帶有測試用例!供大家參考

    Linux下編寫的一個表達式解析器可以計算= - * / 與或非運算 經過測試并帶有測試用例!供大家參考,Q Q 二八一七一五七九三

    標簽: Linux 測試 編寫

    上傳時間: 2017-05-21

    上傳用戶:亞亞娟娟123

  • matlab仿真程序

    matlab仿真程序,產生QPSK調制的信號,嚴格按照QPSK的調制步驟分I路Q路產生信號,最后兩路相加,產生已調信號,調制信號隨機產生,載波信號是余弦信號。

    標簽: matlab 仿真程序

    上傳時間: 2014-01-27

    上傳用戶:hfmm633

  • 使用MSP430與CS8900開發網頁伺服器

    使用MSP430與CS8900開發網頁伺服器,可以動態顯示MCU溫度.

    標簽: 8900 MSP 430 CS

    上傳時間: 2017-06-03

    上傳用戶:

  • //初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } //設置模式

    //初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } //設置模式 cbreak() noecho() keypad(stdscr, TRUE) //建立窗口 win = newwin(h, w, 3, 20) box(win, 0, 0) keypad(win, TRUE) wmove(win, cury, curx) mvaddstr(16, 1, "Press arrow keys to move the cursor within the window.\n") mvaddstr(17, 1, "Press q to quit.\n") refresh() wrefresh(win)

    標簽: EXIT_FAILURE initcurs initscr perror

    上傳時間: 2013-12-20

    上傳用戶:FreeSky

  • The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT alg

    The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel suite). 1.- Generates an input signal vector (dgen) with size n=n1xn2 stored in row major order In this code the size of the input signal is NN=NxN (n=NN, n1=n2=N) 2.- Transpose (tpose) A to have it stored in column major order 3.- Perform independent FFTs on the rows (cffts) 4.- Scale each element of the resulting array by a factor of w[n]**(p*q) 5.- Transpose (tpose) to prepair it for the next step 6.- Perform independent FFTs on the rows (cffts) 7.- Transpose the resulting matrix The code requires nested Parallelism.

    標簽: iterations performs Bailey number

    上傳時間: 2014-01-05

    上傳用戶:libenshu01

  • 走馬燈(燈光變幻)程序 內容:用DIP的8位開關控制走馬燈的花樣

    走馬燈(燈光變幻)程序 內容:用DIP的8位開關控制走馬燈的花樣,用SW3控制走馬燈的起/停 運行步驟:1.按下一次開關SW3,開始燈光變幻,再按下一次則停止 可重復進行 * 2.按下SW3后,撥動不同的數碼開關DIP,就會出現不同的燈光變幻 * 3.按下"q"或者"Q",退出

    標簽: DIP 走馬燈 燈光 8位

    上傳時間: 2017-06-21

    上傳用戶:yepeng139

  • 蟻群算法的MATLAB程序

    蟻群算法的MATLAB程序,提供變量初始化 C=[1304 2312 3639 1315 4177 2244 3712 1399 3488 1535 3326 1556 3238 1229 4196 1004 4312 790 4386 570 3007 1970 2562 1756 2788 1491 2381 1676 1332 695 3715 1678 3918 2179 4061 2370 3780 2212 3676 2578 4029 2838 4263 2931 3429 1908 3507 2367 3394 2643 3439 3201 2935 3240 3140 3550 2545 2357 2778 2826 2370 2975] m=31 Alpha=1 Beta=5 Rho=0.9 Q=100 NC_max=200

    標簽: MATLAB 蟻群算法 程序

    上傳時間: 2017-07-08

    上傳用戶:wangyi39

  • 模擬QPSK發射和接受的一個程序

    模擬QPSK發射和接受的一個程序,帶I-Q修正,對于理解QPSK有很好的作用

    標簽: QPSK 模擬 發射 程序

    上傳時間: 2017-07-12

    上傳用戶:tianyi223

主站蜘蛛池模板: 翁牛特旗| 托克托县| 南宫市| 昌邑市| 分宜县| 临汾市| 清镇市| 静宁县| 涪陵区| 临高县| 万宁市| 修水县| 得荣县| 康定县| 连云港市| 昭苏县| 新闻| 普安县| 叶城县| 石泉县| 新巴尔虎左旗| 巴南区| 清涧县| 克什克腾旗| 永康市| 仁化县| 梅河口市| 阿勒泰市| 抚顺市| 和顺县| 马关县| 会昌县| 娄底市| 南漳县| 樟树市| 旬阳县| 镇赉县| 贡嘎县| 太湖县| 东光县| 观塘区|