This lab exercise will introduce you to AccelDSP’s floating- to fixed-point conversion features. AccelDSP will automatically generate a fixed-point representation of a floating-point design. This process is controllable by using quantize directives.
標簽: fixed-point conversion introduce AccelDSP
上傳時間: 2015-09-28
上傳用戶:zxc23456789
We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have read zlib.h (a few times), and would like further edification, below is an annotated example in C of simple routines to compress and decompress from an input file to an output file using deflate() and inflate() respectively. The annotations are interspersed between lines of the code. So please read between the lines. We hope this helps explain some of the intricacies of zlib.
標簽: functions questions deflate inflate
上傳時間: 2014-01-02
上傳用戶:zhuyibin
Zlib函數列表 We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have read zlib.h (a few times), and would like further edification, below is an annotated example in C of simple routines to compress and decompress from an input file to an output file using deflate() and inflate() respectively. The annotations are interspersed between lines of the code. So please read between the lines. We hope this helps explain some of the intricacies of zlib.
標簽: functions questions deflate inflate
上傳時間: 2014-01-03
上傳用戶:lhc9102
This example will show how you can determine if the specified thread is the last thread in the process or not.
標簽: thread the determine specified
上傳時間: 2015-10-12
上傳用戶:鳳臨西北
利用JNI技術對系統(tǒng)進程的查詢,本程序包括systemprocess.java dataprocess.java process.cpp systemprocesstest.java等程序,是一個完整的程序,可實現(xiàn)在JAVA環(huán)境中對系統(tǒng)進程的查詢。
上傳時間: 2015-10-16
上傳用戶:ggwz258
Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A common approach to implementing these arithmetic functions is to use the Coordinate Rotation Digital Computer (CORDIC) algorithm. The CORDIC algorithm calculates the trigonometric functions of sine, cosine, magnitude, and phase using an iterative process. It is made up of a series of micro-rotations of the vector by a set of predetermined constants, which are powers of two. Using binary arithmetic, this algorithm essentially replaces multipliers with shift and add operations. In a Stratix™ device, it is possible to calculate some of these arithmetic functions directly, without having to implement the CORDIC algorithm.
標簽: representation Magnitude the magnitude
上傳時間: 2013-12-24
上傳用戶:金宜
This practical, roll-up-your-sleeves guide distills years of ingenious XML hacking into a complete set of tips, tricks, and tools for web developers, system administrators, and programmers who want to leverage the untapped power of XML. If you want more than the average XML user--to explore and experiment, discover clever shortcuts, and show off just a little (and have fun in the process)--this invaluable book is a must-have.
標簽: roll-up-your-sleeves practical ingenious distills
上傳時間: 2015-11-01
上傳用戶:lili123
企業(yè)內部的很多業(yè)務都可以抽象為一個或者若干個工作流,最典型的是收發(fā)文工作流。一個發(fā)文流程可能要經歷起草,審批,校對,領導簽字,傳閱等步驟。傳統(tǒng)的辦公模式完成此流程需要投入很多人力,而且運轉起來較慢,容易出錯,如果采用辦公自動化系統(tǒng),公文的流轉就可以自動化,顯然有很多好處。 UML(Unified Modeling Language)是一種面向對象的建模語言,它已經廣泛用于面向對象系統(tǒng)的分析和設計。統(tǒng)一過程(Unified Process)是一種軟件工程方法,它將軟件開發(fā)過程分為一系列的工作流程(Workflow),充分發(fā)揮了迭代的開發(fā)思想,是軟件開發(fā)成功的重要因素。 Struts是基于JAVA的一個開源項目,采用模塊化的設計思想將業(yè)務邏輯,數據存儲和用戶界面分離,簡化了企業(yè)級應用程序的構建。 本文描述了葫蘆島鋅廠的辦公自動化系統(tǒng)的開發(fā)過程,依據統(tǒng)一過程的開發(fā)思想,利用UML構建和描述系統(tǒng)的結構與行為,并用Struts完成了系統(tǒng)的最終實現(xiàn)。
上傳時間: 2015-11-01
上傳用戶:ljmwh2000
隨著計算機技術和網絡技術的發(fā)展,在線教育平臺為校園網的數字化提供了技術支持。它能夠有效地將信息技術融入教學的環(huán)境當中,從而推動的傳統(tǒng)教育的改革。 Struts是Apache軟件組織提供的一項開放源代碼項目,它為Java Web的開發(fā)提供了模型-視圖-控制器(Model-View-Controller, MVC)框架,尤其適用于開發(fā)大型可擴展的Web應用,并且為其提供了一個通用的框架,使得開發(fā)人員可以把精力集中在如何解決實際業(yè)務問題上,比較適合大型團隊開發(fā)。 UML(Unified Modeling Language)是一種可視化的建模語言,功能強大,易于使用,便于開發(fā)人員之間的溝通。它已經廣泛用于面向對象系統(tǒng)的分析、設計和實現(xiàn)。RUP(Rational Unified Process)是一種軟件工程方法,描述了軟件迭代的開發(fā)過程。 本文描述了在線教育平臺的開發(fā)過程,遵循RUP的思想,利用UML對系統(tǒng)進行需求、分析和設計,并通過使用Struts框架對系統(tǒng)進行實現(xiàn)。
上傳時間: 2013-12-12
上傳用戶:dianxin61
Purpose of this White Paper This white paper describes a collection of standards, conventions, and guidelines for writing solid Java code. They are based on sound, proven software engineering principles that lead to code that is easy to understand, to maintain, and to enhance. Furthermore, by following these coding standards your productivity as a Java developer should increase remarkably – Experience shows that by taking the time to write high-quality code right from the start you will have a much easier time modifying it during the development process. Finally, following a common set of coding standards leads to greater consistency, making teams of developers significantly more productive.
標簽: conventions collection describes standards
上傳時間: 2014-02-12
上傳用戶:123啊