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

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

開(kāi)關(guān)管

  • Measuring Frequency Content in Signals I this section we will study some non parametric methods fo

    Measuring Frequency Content in Signals I this section we will study some non parametric methods for spectrum estimation of a stochastic process. These methods are described in the literature. All methods are based on the Periodogram which is defined for a sequence x[n] with length N according to

    標簽: parametric Measuring Frequency Content

    上傳時間: 2017-03-20

    上傳用戶:秦莞爾w

  • UART library for x51, can be used with any c cross compiler and can be used for X51 uC. I had used k

    UART library for x51, can be used with any c cross compiler and can be used for X51 uC. I had used keil.

    標簽: used for can compiler

    上傳時間: 2014-01-23

    上傳用戶:yiwen213

  • 雙數碼管可調秒表

    雙數碼管可調秒表,。由于單片機I/O資源足夠,所以雙數碼管可接成靜態顯示方式,兩個共陰數碼管分別接在P1(秒十位)和P2(秒個位)口,它們的共陰極都接地,安排兩個按鍵接在P3.2(十位數調整)和P3.3(個位數調整)上,為了方便計時,選用12MHz的晶體。為了達到精確計時,選用定時器方式2,每計數250重載一次,即250us,定義一整數變量計數重載次數,這樣計數4000次即為一秒

    標簽: 數碼管

    上傳時間: 2017-04-12

    上傳用戶:星仔

  • 進程間通信14 說明了進程控制原語并且觀察了如何調用多個進程。但是這些進程之間交換信息的 唯一方法是經由f o r k或e x e c傳送打開文件

    進程間通信14 說明了進程控制原語并且觀察了如何調用多個進程。但是這些進程之間交換信息的 唯一方法是經由f o r k或e x e c傳送打開文件,或通過文件系統。本章將說明進程之間相互通信的 其他技術—I P C(InterProcess Communication)。

    標簽: 進程 進程間通信 控制 傳送

    上傳時間: 2013-12-03

    上傳用戶:zhenyushaw

  • I was trying to develope a programme to make a slide show of all the pictures of a folder using vb.n

    I was trying to develope a programme to make a slide show of all the pictures of a folder using vb.net. I have spent lot of time in net for searching this but all in vain, I didn t get a simple programme to solve the same and lastly I gave myself a try for the same and developed the code, I have used there a folderbrowserdialogue and a timer with a picture box control and in coding I have used IO name spaces to get the pathe and folder info here is the code. Enjoy Subhankar

    標簽: programme develope pictures trying

    上傳時間: 2017-04-24

    上傳用戶:a3318966

  • 課程設計: 1.求出在一個n×n的棋盤上

    課程設計: 1.求出在一個n×n的棋盤上,放置n個不能互相捕捉的國際象棋“皇后”的所有布局。 2.設計一個利用哈夫曼算法的編碼和譯碼系統,重復地顯示并處理以下項目,直到選擇退出為止。 【基本要求】 1) 將權值數據存放在數據文件(文件名為data.txt,位于執行程序的當前目錄中) 2) 分別采用動態和靜態存儲結構 3) 初始化:鍵盤輸入字符集大小n、n個字符和n個權值,建立哈夫曼樹; 4) 編碼:利用建好的哈夫曼樹生成哈夫曼編碼; 5) 輸出編碼; 6) 設字符集及頻度如下表: 字符 空格 A B C D E F G H I J K L M 頻度 186 64 13 22 32 103 21 15 47 57 1 5 32 20 字符 N O P Q R S T U V W X Y Z 頻度 57 63 15 1 48 51 80 23 8 18 1 16 1

    標簽:

    上傳時間: 2017-04-24

    上傳用戶:zhyiroy

  • 題目大意: 經典的漢諾塔 n個盤編號

    題目大意: 經典的漢諾塔 n個盤編號,從小到大 1..n 問:移動的序列中第k步移的是哪個盤

    標簽:

    上傳時間: 2014-07-23

    上傳用戶:zmy123

  • 需對容量為c 的背包進行裝載。從n 個物品中選取裝入背包的物品

    需對容量為c 的背包進行裝載。從n 個物品中選取裝入背包的物品,每件物品i 的重量為wi ,價值為pi 。對于可行的背包裝載,背包中物品的總重量不能超過背包的容量,最佳裝載是指所裝入的物品價值最高。

    標簽: 容量

    上傳時間: 2013-12-01

    上傳用戶:iswlkje

  • K均值算法: 給定類的個數K

    K均值算法: 給定類的個數K,將N個對象分到K個類中去, 使得類內對象之間的相似性最大,而類之間的相似性最小

    標簽: K均值算法

    上傳時間: 2014-01-05

    上傳用戶:wangyi39

  • //初始化 initscr() //獲得屏幕尺寸 getmaxyx(stdscr, h, w) //畫背景 for(i=0 i<h i++)

    //初始化 initscr() //獲得屏幕尺寸 getmaxyx(stdscr, h, w) //畫背景 for(i=0 i<h i++) for(j=0 j<w j++){ mvaddch(i, j, ACS_CKBOARD) } refresh() //建立窗口 pad = newpad(80, 128) for(i=0 i<80 i++){ char line[128] sprintf(line, "This line in pad is numbered d\n", i) mvwprintw(pad, i, 0, line) } //刷新屏幕 refresh() prefresh(pad, 0, 1, 5, 10, 20, 45) for(i=0 i<50 i++){ prefresh(pad, i+1, 1, 5, 10, 20, 45) usleep(30000) } //等待按鍵 getch()

    標簽: getmaxyx initscr stdscr for

    上傳時間: 2014-08-30

    上傳用戶:龍飛艇

主站蜘蛛池模板: 东宁县| 古蔺县| 海原县| 永寿县| 东乌| 滦南县| 襄樊市| 陆河县| 鸡西市| 星子县| 健康| 扬中市| 香河县| 昔阳县| 曲阜市| 军事| 吉水县| 桃园县| 涞源县| 静宁县| 色达县| 陆丰市| 河南省| 桃源县| 巴青县| 卓资县| 肇源县| 新兴县| 团风县| 洞头县| 绥德县| 凯里市| 保德县| 保靖县| 融水| 阳西县| 左权县| 兰州市| 开远市| 汉寿县| 台前县|