This paper will discuss the design of an asynchronous FIFO,Asynchronous FIFOs are widely used in the computer networking industry to receive data at a particular frequency and transmit them at anoTHEr frequency. An asynchronous FIFO has two different clocks: one for read and one for write.
标签: Asynchronous asynchronous the discuss
上传时间: 2013-12-09
上传用户:Thuan
Implementation for the Huffman Cod in Visual C++. Both, the encoder and the decoder take as input a file and write the output into anoTHEr file.
标签: the Implementation Huffman encoder
上传时间: 2013-12-30
上传用户:ghostparker
Implementation for Lempel-Ziv code. Encoder and decoder are separated. The input is a file and the output is written in anoTHEr file.
标签: Implementation Lempel-Ziv and separated
上传时间: 2017-07-05
上传用户:xuanjie
We are providing the best information available to us as at date of writing and intend to update it at frequent intervals as things change and/or more information becomes available. However we intend this Q&A as a guide only and recommend that users obtain specific information to determine applicability to their specific requirements. (This is anoTHEr way of saying that we can t be held liable or responsible for the content.)
标签: information providing available writing
上传时间: 2017-07-22
上传用户:四只眼
A quicksort algorithm sourcecode that together with the sourcecode for equalTo, sorts a integer array from lowest to highest and then checks if two numbers in the array added with eachother equals anoTHEr integer.
标签: sourcecode quicksort algorithm together
上传时间: 2017-07-26
上传用户:lht618
A bluetooth SMS patcher Java ME application I made quickly after I thought about making one. What is does is to use JSR-82 (Bluetooth API) to send a String msg, String dest to anoTHEr phone running shin-chan, and this phone will try to send it as SMS using JSR-135 (WMA). The upload is a Netbeans 6.0 (the ver. available back then) project. Hope this code will help someone
标签: application bluetooth patcher quickly
上传时间: 2013-12-18
上传用户:kelimu
Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write natural Java objects and some simple configuration files, and Hibernate automates all the interaction between your objects and the database. You don t even need to know the database is there, and you can change from one database to anoTHEr simply by changing a few statements in a configuration file. If you ve needed to add a database backend to your application, don t put it off. It s much more fun than it used to be, and Hibernate: A Developer s Notebook shows you why.
标签: Hibernate persistence Developer you
上传时间: 2017-08-17
上传用户:曹云鹏
C++ is a programming language. It is a programming language of many different dialects, just like each language that is spoken has many dialects. In C though, they are not because the "speakers" live in the North, South, or grew up in some other place, it is because there are so many compilers. There are about four major ones: Borland C++, Microsoft Visual C++, Watcom C/386, and DJGPP. You can download DJGPP http://www.delorie.com/djgpp/ or you may already have anoTHEr compiler. Each of these compilers is a little different. The library functions of one will have all of the standard C++ functions, but they will also have other functions or, continuing the analogy, words. At times, this can lead to confusion, as certain programs will only run under certain compilers, though I do not believe this to be the case with the programs in these tutorials.
标签: programming language different dialects
上传时间: 2014-01-17
上传用户:lz4v4
Browser-based (HTTP) file uploading is a great way to transfer arbitrary files from a client machine to the Web server which adds anoTHEr dimension to Web-based applications.
标签: Browser-based arbitrary uploading transfer
上传时间: 2017-08-21
上传用户:13188549192
The object detector described below has been initially proposed by P.F. Felzenszwalb in [Felzenszwalb2010]. It is based on a Dalal-Triggs detector that uses a single filter on histogram of oriented gradients (HOG) features to represent an object category. This detector uses a sliding window approach, where a filter is applied at all positions and scales of an image. The first innovation is enriching the Dalal-Triggs model using a star-structured part-based model defined by a “root” filter (analogous to the Dalal-Triggs filter) plus a set of parts filters and associated deformation models. The score of one of star models at a particular position and scale within an image is the score of the root filter at the given location plus the sum over parts of the maximum, over placements of that part, of the part filter score on its location minus a deformation cost easuring the deviation of the part from its ideal location relative to the root. Both root and part filter scores are defined by the dot product between a filter (a set of weights) and a subwindow of a feature pyramid computed from the input image. anoTHEr improvement is a representation of the class of models by a mixture of star models. The score of a mixture model at a particular position and scale is the maximum over components, of the score of that component model at the given location.
标签: 计算机视觉
上传时间: 2015-03-15
上传用户:sb_zhang