cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root and even multiply and divide. the method dates back to volder [1959], and due to its versatility and compactness, it made possible the microcoding of the hp35 pocket scientific calculator in 1972. here is some code to illustrate the techniques. ive split the methods into three parts linear, circular and hyperbolic. in the hp35 microcode these would be unified into one function (for space reasons). because the linear mode can perform multiply and divide, you only Need add/subtract and shift to complete the implementation. you can select in the code whether to do the multiples and divides also by cordic means. other multiplies and divides are all powers of 2 (these dont count). to eliminate these too, would involve ieee hackery.
标签: essentially algorithm describe suitably
上传时间: 2017-03-02
上传用户:litianchu
"Readers can pick up this book and become familiar with C++ in a short time. Stan has taken a very broad and complicated topic and reduced it to the essentials that budding C++ programmers Need to know to write real programs. His case study is effective and provides a familiar thread throughout the book.
标签: familiar Readers become short
上传时间: 2014-01-19
上传用户:luke5347
The purpose of this chapter is to bring relative newcomers up to speed in writing, compiling, and packaging servlets and JSPs. If you have never developed a servlet or JSP before, or just Need to brush up on the technology to jumpstart your development, then the upcoming recipes provide simple programming examples and an overview of the components that you require on the user classpath to compile servlets.
标签: compiling newcomers relative purpose
上传时间: 2014-01-13
上传用户:541657925
RFID, the wireless technology that has helped millions of people around the world to protect their property and make their workplaces safer is now in danger of being viewed as a security risk. Ray Stanton examines the love-hate relationship between people and Radio Frequency Identification [RFID] tags and highlights the Need for informed debate about the privacy issues the technology raises.
标签: technology the millions wireless
上传时间: 2017-03-19
上传用户:cmc_68289287
Written by Microsoft software legend Juval Lowy, Programming WCF Services is the authoritative introduction to Microsoft s new, and some say revolutionary, unified platform for developing service-oriented applications [SOA] on Windows. Relentlessly practical, the book delivers insight, not documentation, to teach developers what they Need to know to build the next generation of SOAs.
标签: authoritative Programming Microsoft Services
上传时间: 2013-12-26
上传用户:Shaikh
Copy the code into your your JSP directory under /usr/local/etc/httpd/htdocs/html/LOGIN. You will Need to change the xxxxxx of "con=DriverManager.getConnection["jdbc:mysql://localhost/"+db,user,"xxxxxxx"] " to reflect your MySQL password. Copy the HTML form above to the same directory above or to your public_html directory and use it connect to your database via the JSP code. Replace the test418 with your database name and the URL with your JSP URL.
标签: your directory htdocs LOGIN
上传时间: 2017-03-26
上传用户:zq70996813
CnCodeFormater Readme Author: passos Email: passos@cnpack.orgpassos@21cn.com Last Update:2003-12-16 Directories \CnParser Object Pascal 璇硶瑙f瀽鍣? \DCU 娴嬭瘯宸ョ▼DCU杈撳嚭鐩綍 \Test 娴嬭瘯宸ョ▼ Surpport Simple Stamtment can work The others language future Need to be test ... Not Surpport Class type declare still cause error. And so on ... TODO Modify TCnCodeFormater s Class declare section. Add Scaner.ForwardToken future. any thing that I forget ...
标签: passos CnCodeFormater orgpassos Author
上传时间: 2013-12-10
上传用户:541657925
Use the crypto module to encrypt sensitive data using a key you generated yourself... This is quite handy with INI files which you can use to get and set data for you applications. You can also check out some dates related to passwords and expiry dates. Send emails using Microsoft Email client. No Need to cater for SMTP nor Exchange mail accounts. If you can send email with your outlook, you can send email with your application. Get some windows info with the sysinfoctrls member.
标签: generated sensitive yourself encrypt
上传时间: 2017-04-04
上传用户:yuanyuan123
Designing Embedded Hardware Ebook By John Catsoulis If you want to build your own embedded system, or tweak an existing one, this invaluable book gives you the understanding and practical skills you Need.
标签: Designing Catsoulis Embedded Hardware
上传时间: 2014-01-18
上传用户:cazjing
This distribution contains source code for a simple object tracking program using particle filtering. You Need to have the OpenCV Library and the GNU Scientific Library (GSL) installed to compile and use the programs. See the below two links:
标签: distribution contains filterin particle
上传时间: 2017-04-08
上传用户:talenthn