Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Format: PDF Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.
標(biāo)簽: Programming Reference Standard Template
上傳時間: 2014-01-19
上傳用戶:netwolf
本手冊是 Rainer s DHTML Library 產(chǎn)品的一部分。 本手冊針對的是已有一定網(wǎng)頁設(shè)計制作經(jīng)驗的讀者。其目的是提供完整清晰的樣式表內(nèi)容的快速索引及進階幫助。所以對于網(wǎng)頁制作和樣式表的基礎(chǔ)知識,僅簡單介紹,恕不贅述。 手冊提供了完整的 CSS2.0 的屬性(Properties)、規(guī)則(At-Rules)、偽類(Pseudo-Classes)、偽元素(Pseudo-elements)、聲明(Declarations)、單位(Units)、選擇符(Selectors)的介紹。其內(nèi)容涵括了 W3C 的 CSS2.0 標(biāo)準(zhǔn),以及 Internet Explorer 和 Netscape 各自的私有內(nèi)容。出于種種眾所周知的原因考慮,本手冊以瀏覽器的事實標(biāo)準(zhǔn)—— Internet Explorer 為主。 手冊中為幾乎所有的已被支持的屬性、偽類、單位等,除了基本的語法示范外,都度身制作了可以對照源代碼即時察看運行演示的實例。 本手冊的升級信息與版權(quán)聲明請參閱關(guān)于本書頁面。 限于篇幅,對于一些過于繁雜的相關(guān)內(nèi)容,如動態(tài)樣式屬性(Dynamic Properties),濾鏡(Filters),行為(Behaviors)請參閱我的其它相關(guān)著作。 本書中涉及到的所有HTML對象(Object,element),HTML屬性(Attributes)和特性(Properties)請參閱我的相關(guān)著作。
標(biāo)簽: Library Rainer DHTML
上傳時間: 2013-12-18
上傳用戶:hakim
encode.v The encoder syndrome.v Syndrome generator in decoder berlekamp.v Berlekamp algorithm in decoder chien-search.v Chien search and Forney algorithm in decoder decode.v The top module of the decoder inverse.v Computes multiplication inverse of an Galois field element test-bench.v The test fixture, and some brief notes on using the modules. data-rom.v A simple data source for testing run For those intelligence-challenged who can t run verilog LGPL The license
標(biāo)簽: Berlekamp berlekamp algorithm generator
上傳時間: 2014-02-16
上傳用戶:fxf126@126.com
關(guān)于FPGA流水線設(shè)計的論文 This work investigates the use of very deep pipelines for implementing circuits in FPGAs, where each pipeline stage is limited to a single FPGA logic element (LE). The architecture and VHDL design of a parameterized integer array multiplier is presented and also an IEEE 754 compliant 32-bit floating-point multiplier. We show how to write VHDL cells that implement such approach, and how the array multiplier architecture was adapted. Synthesis and simulation were performed for Altera Apex20KE devices, although the VHDL code should be portable to other devices. For this family, a 16 bit integer multiplier achieves a frequency of 266MHz, while the floating point unit reaches 235MHz, performing 235 MFLOPS in an FPGA. Additional cells are inserted to synchronize data, what imposes significant area penalties. This and other considerations to apply the technique in real designs are also addressed.
標(biāo)簽: investigates implementing pipelines circuits
上傳時間: 2015-07-26
上傳用戶:CHINA526
This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C. 2. write a recursive function FIB (n) to find out the nth element in theFibanocci sequence number which is 1,1,2,3,5,8,13,21,34,55,…3. write the prefix and postfix form of the following infix expressiona + b – c / d + e * f – g * h / i ^ j4. write a function to count the number of nodes in a binary tr
標(biāo)簽: introduction the contains intended
上傳時間: 2013-12-23
上傳用戶:liansi
英文版,pdf格式。 詳細說明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) URL: http://www.amazon.com/exec/obidos/tg/detail/-/0201379236/ ISBN: 0201379236 Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Catalog: C++ Format: PDF Size: 3.8M Supplier: December Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.
標(biāo)簽: Programming Reference Standard Tutorial
上傳時間: 2015-09-02
上傳用戶:Breathe0125
Hard-decision decoding scheme Codeword length (n) : 31 symbols. Message length (k) : 19 symbols. Error correction capability (t) : 6 symbols One symbol represents 5 bit. Uses GF(2^5) with primitive polynomial p(x) = X^5 X^2 + 1 Generator polynomial, g(x) = a^15 a^21*X + a^6*X^2 + a^15*X^3 + a^25*X^4 + a^17*X^5 + a^18*X^6 + a^30*X^7 + a^20*X^8 + a^23*X^9 + a^27*X^10 + a^24*X^11 + X^12. Note: a = alpha, primitive element in GF(2^5) and a^i is root of g(x) for i = 19, 20, ..., 30. Uses Verilog description with synthesizable RTL modelling. Consists of 5 main blocks: SC (Syndrome Computation), KES (Key Equation Solver), CSEE (Chien Search and Error Evaluator), Controller and FIFO Register.
標(biāo)簽: symbols length Hard-decision Codeword
上傳時間: 2014-07-08
上傳用戶:曹云鵬
Distributed Median,Alice has an array A, and Bob has an array B. All elements in A and B are distinct. Alice and Bob are interested in finding the median element of their combined arrays.
標(biāo)簽: array B. Distributed has
上傳時間: 2013-12-25
上傳用戶:洛木卓
本手冊針對的是已有一定網(wǎng)頁設(shè)計制作經(jīng)驗的讀者。其目的是提供最新最全的樣式表內(nèi)容的快速索引及注釋。所以對于樣式表的基礎(chǔ)知識,在此僅簡單介紹,恕不贅述。 本手冊的升級信息與版權(quán)聲明請參閱關(guān)于本書頁面。本手冊中專用詞匯請參閱中英文詞匯對照表。 限于篇幅,對于一些過于繁雜的相關(guān)內(nèi)容,如動態(tài)樣式屬性(Dynamic Properties),濾鏡(Filters),行為(Behaviors)請參閱我的其它相關(guān)著作。 本書中涉及到的所有HTML對象(Object,element),HTML特性(Attributes)和屬性(Properties)請參閱我的相關(guān)著作。
標(biāo)簽: 樣式表 基礎(chǔ)知識 網(wǎng)頁設(shè)計
上傳時間: 2015-11-19
上傳用戶:hj_18
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
標(biāo)簽: represented integers group items
上傳時間: 2016-01-17
上傳用戶:jeffery
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1