這是用VHDL設(shè)計(jì)的十進(jìn)制計(jì)數(shù)器,兩個(gè)VHDL程序分別說(shuō)明了Out和buffer的區(qū)別
標(biāo)簽: VHDL 十進(jìn)制計(jì)數(shù)器
上傳時(shí)間: 2014-01-22
上傳用戶:tfyt
檔案?jìng)鬏攨f(xié)定(FTP)為目前相當(dāng)普遍與廣泛使用之網(wǎng)路 應(yīng)用。然而在傳統(tǒng)檔案?jìng)鬏攨f(xié)定之設(shè)計(jì)下,資料 傳輸透過(guò)Out-of-Band(OOB)之機(jī)制,意即透過(guò)控制頻道(control channel)傳輸指令 ,而實(shí)際資料 傳輸則另外透過(guò)特定之通訊埠以及TCP連 線,進(jìn)行 傳送。如此一來 可確保資料 傳輸之可靠與穩(wěn)定性,但另一方面則會(huì)造成傳輸率 (throughput)效能低落 。因此,在本計(jì)劃中,我們透過(guò)使用SCTP協(xié)定並利 用多重串 流 (multi-stream)機(jī)制,達(dá)到以In-Band機(jī)制達(dá)成Out-of-Band傳輸之相同效果。在本研究之最後亦透過(guò)於開(kāi)放原始碼系統(tǒng)實(shí)作並實(shí)際量 測(cè),証
上傳時(shí)間: 2013-12-10
上傳用戶:2467478207
face detection Face detection can be regarded as a more general case of face localization In face localization, the task is to find the locations and sizes of a known number of faces (usually one). In face detection, one does not have this additional information. Early face-detection algorithms focused on the detection of frontal human faces, whereas newer algorithms attempt to solve the more general and difficult problem of multi-view face detection. That is, the detection of faces that are either rotated along the axis from the face to the observer (in-plane rotation), or rotated along the vertical or left-right axis (Out-of-plane rotation),or both.
標(biāo)簽: detection face localization regarded
上傳時(shí)間: 2014-01-10
上傳用戶:wfeel
What happens with your machine when you need to move away from the computer for 10 or more minutes? How secure is your data? Can someone sit on your chair while you are at a coworkers office and play with your data? Maybe you need a computer locking tool that is small and easy to use yet powerful enough to make sure your machine is locked when you need to go Out for a break.
標(biāo)簽: computer happens machine minutes
上傳時(shí)間: 2017-08-24
上傳用戶:semi1981
Abstract-In this paper, simple autonomous chaotic circuits coupled by resistors are investigated. By carrying Out computer calculations and circuit experiments, irregular self-switching phenomenon of three spatial patterns characterized by the phase states of quasi-synchronization of chaos can be observed from only four simple chaotic circuits. This is the same phenomenon as chaotic wandering of spatial patterns observed very often from systems with a large number of degrees of freedom. Namely, one of spatial-temporal chaos observed from systems of large size can be also generated in the proposed system consisting of only four chaotic circuits. A six subcircuits case and a coupled chaotic circuits networks are also studied, and such systems are confirmed to produce more complicated spatio-temporal phenomena.
標(biāo)簽: investigated Abstract-In autonomous resistors
上傳時(shí)間: 2014-06-09
上傳用戶:h886166
WordCloud is a visual depiction of how many times a word is used, or its frequency if you will, within a given set of words. It does this by: reading in plain text, filtering Out "stop words", counting how many times a word is used, and displaying results in a Squarified Treemap.
標(biāo)簽: WordCloud depiction frequency visual
上傳時(shí)間: 2017-09-03
上傳用戶:cc1915
The goal of this thesis is the development of traffic engineering rules for cellular packet radio networks based on GPRS and EDGE. They are based on traffic models for typical mobile applications. Load generators, representing these traffic models, are developed and integrated into a simulation environment with the prototypical implementation of the EGPRS protocols and models for the radio channel, which were also developed in the framework of this thesis. With this simulation tool a comprehensive performance evaluation is carried Out that leads to the traffic engineering rules.
標(biāo)簽: development engineering cellular traffic
上傳時(shí)間: 2014-01-11
上傳用戶:Miyuki
關(guān)于代碼的解釋(以區(qū)為單位): 1區(qū)中,當(dāng)讀取文件時(shí),先把文件內(nèi)容讀到緩存中,當(dāng)調(diào)用in.readLine()時(shí),再?gòu)木彺嬷幸宰址姆绞阶x取數(shù)據(jù)(以下簡(jiǎn)稱“緩存字節(jié)讀取方式”)。 1b區(qū)中,由于想以緩存字節(jié)讀取方式從標(biāo)準(zhǔn)IO(鍵盤(pán))中讀取數(shù)據(jù),所以要先把標(biāo)準(zhǔn)IO(System.in)轉(zhuǎn)換成字符導(dǎo)向的stream,再進(jìn)行BufferedReader封裝。 2區(qū)中,要以字符的形式從一個(gè)String對(duì)象中讀取數(shù)據(jù),所以要產(chǎn)生一個(gè)StringReader類型的stream。 4區(qū)中,對(duì)String對(duì)象s2讀取數(shù)據(jù)時(shí),先把對(duì)象中的數(shù)據(jù)存入緩存中,再?gòu)木彌_中進(jìn)行讀??;對(duì)TestIO.Out文件進(jìn)行操作時(shí),先把格式化后的信息輸出到緩存中,再把緩存中的信息輸出到文件中。 5區(qū)中,對(duì)Data.txt文件進(jìn)行輸出時(shí),是先把基本類型的數(shù)據(jù)輸出屋緩存中,再把緩存中的數(shù)據(jù)輸出到文件中;對(duì)文件進(jìn)行讀取操作時(shí),先把文件中的數(shù)據(jù)讀取到緩存中,再?gòu)木彺嬷幸曰绢愋偷男问竭M(jìn)行讀取。注意in5.readDouble()這一行。因?yàn)閷?xiě)入第一個(gè)writeDouble(),所以為了正確顯示。也要以基本類型的形式進(jìn)行讀取。 6區(qū)是通過(guò)RandomAccessFile類對(duì)文件進(jìn)行操作。
上傳時(shí)間: 2013-12-28
上傳用戶:Shaikh
Like many of my colleagues in this industry, I learned Windows programming from Charles Petzold s Programming Windows—a classic programming text that is the bible to an entire generation of Windows programmers. When I set Out to become an MFC programmer in 1994, I went shopping for an MFC equivalent to Programming Windows. After searching in vain for such a book and spending a year learning MFC the old-fashioned way, I decided to write one myself. It s the book you hold in your hands. And it s the book I would like to have had when I was learning to program Windows the MFC way.
標(biāo)簽: programming colleagues industry Charles
上傳時(shí)間: 2014-01-10
上傳用戶:曹云鵬
PenguinCards is a java-based card game. You can either play against computer or another player. On the board, there are card pairs and your aim is to find Out these card pairs. The one who finds Out more card pairs is the winner. Have fun!
標(biāo)簽: PenguinCards java-based computer against
上傳時(shí)間: 2013-12-17
上傳用戶:xfbs821
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1