這是用VHDL設計的十進制計數器,兩個VHDL程序分別說明了OUT和buffer的區別
上傳時間: 2014-01-22
上傳用戶:tfyt
檔案傳輸協定(FTP)為目前相當普遍與廣泛使用之網路 應用。然而在傳統檔案傳輸協定之設計下,資料 傳輸透過OUT-of-Band(OOB)之機制,意即透過控制頻道(control channel)傳輸指令 ,而實際資料 傳輸則另外透過特定之通訊埠以及TCP連 線,進行 傳送。如此一來 可確保資料 傳輸之可靠與穩定性,但另一方面則會造成傳輸率 (throughput)效能低落 。因此,在本計劃中,我們透過使用SCTP協定並利 用多重串 流 (multi-stream)機制,達到以In-Band機制達成OUT-of-Band傳輸之相同效果。在本研究之最後亦透過於開放原始碼系統實作並實際量 測,証
上傳時間: 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.
標簽: detection face localization regarded
上傳時間: 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.
標簽: computer happens machine minutes
上傳時間: 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.
標簽: investigated Abstract-In autonomous resistors
上傳時間: 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.
標簽: WordCloud depiction frequency visual
上傳時間: 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.
標簽: development engineering cellular traffic
上傳時間: 2014-01-11
上傳用戶:Miyuki
關于代碼的解釋(以區為單位): 1區中,當讀取文件時,先把文件內容讀到緩存中,當調用in.readLine()時,再從緩存中以字符的方式讀取數據(以下簡稱“緩存字節讀取方式”)。 1b區中,由于想以緩存字節讀取方式從標準IO(鍵盤)中讀取數據,所以要先把標準IO(System.in)轉換成字符導向的stream,再進行BufferedReader封裝。 2區中,要以字符的形式從一個String對象中讀取數據,所以要產生一個StringReader類型的stream。 4區中,對String對象s2讀取數據時,先把對象中的數據存入緩存中,再從緩沖中進行讀取;對TestIO.OUT文件進行操作時,先把格式化后的信息輸出到緩存中,再把緩存中的信息輸出到文件中。 5區中,對Data.txt文件進行輸出時,是先把基本類型的數據輸出屋緩存中,再把緩存中的數據輸出到文件中;對文件進行讀取操作時,先把文件中的數據讀取到緩存中,再從緩存中以基本類型的形式進行讀取。注意in5.readDouble()這一行。因為寫入第一個writeDouble(),所以為了正確顯示。也要以基本類型的形式進行讀取。 6區是通過RandomAccessFile類對文件進行操作。
上傳時間: 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.
標簽: programming colleagues industry Charles
上傳時間: 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!
標簽: PenguinCards java-based computer against
上傳時間: 2013-12-17
上傳用戶:xfbs821