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

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

熱風(fēng)

  • 1、用系統8253定時器提供的55ms定時單位

    1、用系統8253定時器提供的55ms定時單位,設計秒表定時程序。 2、有關系統定時方法: PC機系統中的8253定時器0工作于方式3,外部提供一個時鐘作為CLK信號, 頻率:f=1.1931816MHz。 定時器0輸出方波的頻率:fout=1.1931816/65536=18.2Hz。 輸出方波的周期Tout=1/18.2=54.945ms。8253A每隔55ms引起一次中斷,作為定時信號。可用 5945ms作基本計時單位。 用BIOS調用INT 1AH可以取得該定時單位。例:1秒=18.2 (計時單位)

    標簽: 8253 55 ms

    上傳時間: 2016-03-16

    上傳用戶:aeiouetla

  • 哈夫曼樹的建立 一、 實驗目的: 1. 理解哈夫曼樹及其應用。 2. 掌握生成哈夫曼樹的算法。 二、 實驗內容: 哈夫曼樹

    哈夫曼樹的建立 一、 實驗目的: 1. 理解哈夫曼樹及其應用。 2. 掌握生成哈夫曼樹的算法。 二、 實驗內容: 哈夫曼樹,即最優樹,是帶權路徑長度最短的樹。有著廣泛的應用。在解決某些判定問題上,及字符編碼上,有著重要的價值。 構造一棵哈夫曼樹,哈夫曼最早給出了算法,稱為哈夫曼算法: (1)根據給定的N個權值 W1,W2,W3,……,Wn ,構成N棵二叉樹的集合F= T1,T2,T3,……,Tn ,其中每棵二叉樹T1只有一個帶權為WI的根結點,其左右子樹均空。 (2)在 F中選出兩棵根結點權值最小的樹作為左右子樹構造一棵新的二叉樹,且置新的二叉樹的權值為其左右子樹上的根結點的權值之和。 (3)在F中刪除這兩棵樹,同時將新得到的加到F之中。重復(2)和(3),直至F中只剩一個為止。

    標簽: 實驗 算法

    上傳時間: 2013-12-24

    上傳用戶:陽光少年2016

  • Making a cheap 1M SPI Rom Emulator 8 second to copy from parallel to SPI re-Program STM Serial F

    Making a cheap 1M SPI Rom Emulator 8 second to copy from parallel to SPI re-Program STM Serial Flash M25P10 by reading 29010 parallel ROM Running on standard 8051 32 I/O, a TTL 7407 as bus switch. Total programming time is about 8 seconds including Erase, Program

    標簽: re-Program SPI Emulator parallel

    上傳時間: 2016-03-22

    上傳用戶:wanqunsheng

  • A* sudo sudo/* B* adduser script adduser C* rmuser script rmuser E* tout tout/*

    A* sudo sudo/* B* adduser script adduser C* rmuser script rmuser E* tout tout/* F* dumdum dumdum G* lostfile lostfile H* Mkfl.localsys Makefile.localsys I* spacegripe spacegripe J* sendmail.cf sendmail.cf N* remote remote.c O* distributed conrol distrib/* P* hosts and name server makerevhosts Q* xargs xargs/*

    標簽: adduser script rmuser sudo

    上傳時間: 2016-03-29

    上傳用戶:gxrui1991

  • Intro/: Directory containing introductory examples. HelloWorld.c A simple program that draws a bo

    Intro/: Directory containing introductory examples. HelloWorld.c A simple program that draws a box and writes "Hello World" in HelloWorld.f it. data The data file for the introductory progressive example. Lines.c Reads the data from file "data" and plots just the curve with Lines.f no labels, viewport or anything indicating quantity or units. Viewport.c Restricts the graph to a viewport and frames the viewport, Viewport.f leaving the remainder of the area for labels, etc. CharLbls.c Adds labels for the chart title, X-axis title, and Y-axis CharLbls.f title. Tics.c Adds tic marks to the viewport edges, but since clipping was Tics.f not set correctly, tics extend outside the viewport. Clip.c Sets clipping such that tic marks are clipped at the viewport Clip.f boundaries. TicLabels.c Adds numeric tic labels to the graph this is the final TicLabels.f installment of the progressive example.

    標簽: introductory HelloWorld containing Directory

    上傳時間: 2016-03-29

    上傳用戶:exxxds

  • 學生基本注冊信息管理系統,(1)用戶名與密碼的輸入

    學生基本注冊信息管理系統,(1)用戶名與密碼的輸入,再進行登陸驗證,連續登錄三次不成功,退出。 (2)建立一個學生基本注冊信息的鏈表。 (3)選擇要進行的操作:a、注冊,建立一個鏈表的新結點,并以 新結點作為鏈表的表頭 b、查詢,分為按學號、姓名、性別、年齡、專業、班級和年級查詢 ,并顯示所查到的信息 c、修改,用新的信息替換以前的信息 d、刪除,為了保護鏈表的表頭,用一個結構類似堆棧的指針實現,此處排除了刪除棧頂元素的特殊情況 e、排序,用起泡排序算法實現將學號從小到大排序 f、退出

    標簽: 信息管理系統 用戶 密碼 輸入

    上傳時間: 2016-03-30

    上傳用戶:ecooo

  • 在ARM LPC21系列處理器上

    在ARM LPC21系列處理器上,令LED數碼管顯示0-F字符,同時控制LED1、LED2、LED3、LED4顯示對應的16進行值的程序

    標簽: ARM LPC 21 列處理器

    上傳時間: 2013-12-15

    上傳用戶:zhengzg

  • 圖的深度遍歷

    圖的深度遍歷,輸出結果為(紅色為鍵盤輸入的數據,權值都置為1): 輸入頂點數和弧數:8 9 輸入8個頂點. 輸入頂點0:a 輸入頂點1:b 輸入頂點2:c 輸入頂點3:d 輸入頂點4:e 輸入頂點5:f 輸入頂點6:g 輸入頂點7:h 輸入9條弧. 輸入弧0:a b 1 輸入弧1:b d 1 輸入弧2:b e 1 輸入弧3:d h 1 輸入弧4:e h 1 輸入弧5:a c 1 輸入弧6:c f 1 輸入弧7:c g 1 輸入弧8:f g 1 深度優先遍歷: a b d h e c f g 程序結束.

    標簽:

    上傳時間: 2016-04-04

    上傳用戶:lht618

  • 在win2000sp4 + VM6基本穩定。 原理不多說了

    在win2000sp4 + VM6基本穩定。 原理不多說了,自己看代碼吧,我也早就發過了驅動的代碼了,現在的就是一個完整的應用。希望能夠對大家有一點幫助,但是不要用在不該用的場所。 使用方法將: dd1壓縮包里面是驅動源碼 console壓縮包里面是控制臺源碼 hide.exe是最終產品 使用方法: 1、將hide.exe復制到系統目錄 2、運行cmd 3、hide -h 查看幫助 hide -i 安裝驅動 hide -u 卸載驅動 hide -f -a filename 添加一個隱藏文件

    標簽: 2000 win VM6 sp4

    上傳時間: 2013-12-12

    上傳用戶:liglechongchong

  • On-Line MCMC Bayesian Model Selection This demo demonstrates how to use the sequential Monte Carl

    On-Line MCMC Bayesian Model Selection This demo demonstrates how to use the sequential Monte Carlo algorithm with reversible jump MCMC steps to perform model selection in neural networks. We treat both the model dimension (number of neurons) and model parameters as unknowns. The derivation and details are presented in: Christophe Andrieu, Nando de Freitas and Arnaud Doucet. Sequential Bayesian Estimation and Model Selection Applied to Neural Networks . Technical report CUED/F-INFENG/TR 341, Cambridge University Department of Engineering, June 1999. After downloading the file, type "tar -xf version2.tar" to uncompress it. This creates the directory version2 containing the required m files. Go to this directory, load matlab5 and type "smcdemo1". In the header of the demo file, one can select to monitor the simulation progress (with par.doPlot=1) and modify the simulation parameters.

    標簽: demonstrates sequential Selection Bayesian

    上傳時間: 2016-04-07

    上傳用戶:lindor

主站蜘蛛池模板: 双辽市| 灌南县| 日土县| 平和县| 贺兰县| 深水埗区| 筠连县| 博乐市| 临沂市| 桐梓县| 航空| 云和县| 泽库县| 三亚市| 科技| 合作市| 台东市| 白银市| 茶陵县| 日照市| 苍山县| 通许县| 天门市| 吉安县| 卫辉市| 仁怀市| 嘉善县| 南和县| 饶阳县| 弋阳县| 东港市| 陇川县| 嵩明县| 康马县| 中卫市| 南通市| 离岛区| 民权县| 溧水县| 大庆市| 饶平县|