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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

高性能開(kāi)(kāi)關(guān)(guān)

  • 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.

    標(biāo)簽: used for can compiler

    上傳時(shí)間: 2014-01-23

    上傳用戶:yiwen213

  • 進(jìn)程間通信14 說(shuō)明了進(jìn)程控制原語(yǔ)并且觀察了如何調(diào)用多個(gè)進(jìn)程。但是這些進(jìn)程之間交換信息的 唯一方法是經(jīng)由f o r k或e x e c傳送打開(kāi)文件

    進(jìn)程間通信14 說(shuō)明了進(jìn)程控制原語(yǔ)并且觀察了如何調(diào)用多個(gè)進(jìn)程。但是這些進(jìn)程之間交換信息的 唯一方法是經(jīng)由f o r k或e x e c傳送打開(kāi)文件,或通過(guò)文件系統(tǒng)。本章將說(shuō)明進(jìn)程之間相互通信的 其他技術(shù)—I P C(InterProcess Communication)。

    標(biāo)簽: 進(jìn)程 進(jìn)程間通信 控制 傳送

    上傳時(shí)間: 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

    標(biāo)簽: programme develope pictures trying

    上傳時(shí)間: 2017-04-24

    上傳用戶:a3318966

  • 課程設(shè)計(jì): 1.求出在一個(gè)n×n的棋盤(pán)上

    課程設(shè)計(jì): 1.求出在一個(gè)n×n的棋盤(pán)上,放置n個(gè)不能互相捕捉的國(guó)際象棋“皇后”的所有布局。 2.設(shè)計(jì)一個(gè)利用哈夫曼算法的編碼和譯碼系統(tǒng),重復(fù)地顯示并處理以下項(xiàng)目,直到選擇退出為止。 【基本要求】 1) 將權(quán)值數(shù)據(jù)存放在數(shù)據(jù)文件(文件名為data.txt,位于執(zhí)行程序的當(dāng)前目錄中) 2) 分別采用動(dòng)態(tài)和靜態(tài)存儲(chǔ)結(jié)構(gòu) 3) 初始化:鍵盤(pán)輸入字符集大小n、n個(gè)字符和n個(gè)權(quán)值,建立哈夫曼樹(shù); 4) 編碼:利用建好的哈夫曼樹(shù)生成哈夫曼編碼; 5) 輸出編碼; 6) 設(shè)字符集及頻度如下表: 字符 空格 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

    標(biāo)簽:

    上傳時(shí)間: 2017-04-24

    上傳用戶:zhyiroy

  • 題目大意: 經(jīng)典的漢諾塔 n個(gè)盤(pán)編號(hào)

    題目大意: 經(jīng)典的漢諾塔 n個(gè)盤(pán)編號(hào),從小到大 1..n 問(wèn):移動(dòng)的序列中第k步移的是哪個(gè)盤(pán)

    標(biāo)簽:

    上傳時(shí)間: 2014-07-23

    上傳用戶:zmy123

  • 需對(duì)容量為c 的背包進(jìn)行裝載。從n 個(gè)物品中選取裝入背包的物品

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

    標(biāo)簽: 容量

    上傳時(shí)間: 2013-12-01

    上傳用戶:iswlkje

  • K均值算法: 給定類的個(gè)數(shù)K

    K均值算法: 給定類的個(gè)數(shù)K,將N個(gè)對(duì)象分到K個(gè)類中去, 使得類內(nèi)對(duì)象之間的相似性最大,而類之間的相似性最小

    標(biāo)簽: K均值算法

    上傳時(shí)間: 2014-01-05

    上傳用戶:wangyi39

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

    //初始化 initscr() //獲得屏幕尺寸 getmaxyx(stdscr, h, w) //畫(huà)背景 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()

    標(biāo)簽: getmaxyx initscr stdscr for

    上傳時(shí)間: 2014-08-30

    上傳用戶:龍飛艇

  • 生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 fil

    生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 file to trick -o trick output directory -i output file id -m max coding error, default 0 -b max bitrate for trick generate, default 0 mean no limit -s trick buffer block size, must be n*188 -l log file, default c:\tricktest.log example: tricktest -f 黑鷹行動(dòng).mpg -o c:\temp -i A -m 1000 -b 3750000 soure file: 黑鷹行動(dòng).mpg output directory: c:\temp filename: 000000A,000000A.ff,000000A.fr,000000A.vvx max coding error: 1000 trick generation speed: 3750000 bps a

    標(biāo)簽: TrickTest tricktest command source

    上傳時(shí)間: 2014-01-23

    上傳用戶:水口鴻勝電器

  • 設(shè)有由n個(gè)不相同的整數(shù)組成的數(shù)列

    設(shè)有由n個(gè)不相同的整數(shù)組成的數(shù)列,記為: a(1)、a(2)、……、a(n)且a(i)<>a(j) (i<>j) 例如3,18,7,14,10,12,23,41,16,24。 若存在i1<i2<i3< … < ie 且有a(i1)<a(i2)< … <a(ie)則稱為長(zhǎng)度為e的不下降序列。如上例中3,18,23,24就是一個(gè)長(zhǎng)度為4的不下降序列,同時(shí)也有3,7,10,12,16,24長(zhǎng)度為6的不下降序列。程序要求,當(dāng)原數(shù)列給出之后,求出最長(zhǎng)的不下降序列。

    標(biāo)簽: 整數(shù) 數(shù)列

    上傳時(shí)間: 2013-12-14

    上傳用戶:tonyshao

主站蜘蛛池模板: 沛县| 饶平县| 永安市| 微山县| 衡水市| 开化县| 滦平县| 石首市| 怀化市| 博客| 个旧市| 黎平县| 女性| 临海市| 新巴尔虎左旗| 西华县| 临洮县| 乐平市| 宜君县| 寻乌县| 黔南| 凤山县| 神农架林区| 衡水市| 正宁县| 池州市| 资兴市| 安泽县| 鄄城县| 弥勒县| 甘孜| 拉萨市| 麻栗坡县| 会宁县| 双江| 秀山| 普安县| 郁南县| 合水县| 伊春市| 稷山县|