This version of the code is compatible only with the AT89C2051 due to the
location of the data buffer and stack in RAM. The code may be modified to
work with the AT89C1051 by relocating or resizing the buffer and stack to
fit into the smaller amount of RAM available in the AT89C1051.
This code can be used to model a microstrip line or a microstrip
patch antenna (the particular problem being modeled is determined
at compile-time via various declarations).
This module can be used to interface to the MMC card in MMC or
* SPI modes. It supports a multiple card environment. The reset and
* identification processes assume multiple cards on the bus.
* In MMC mode, the card number is used as the RCA operand in the
* commands.
This book shows you how to write programs that run under Microsoft Windows 98, Microsoft Windows NT 4.0, and Windows NT 5.0. These programs are written in the C programming language and use the native Windows application programming interfaces (APIs). 學(xué)習(xí)SDK的經(jīng)典書籍
Polynomial fit functions
=== === === ===
RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class has good performance and scales seamlessly with the complexity of your problem.
Finds the polynomial p10 of degree less than or equal to 10 that interpolates
cos x on the interval [0, PI/2] at 11 equally spaced points. Study the error betwee
between the function and the polynomial at 41 equally spaced points over the
same interval. Repeat the latter but use your 11 points to be Chebyshevs.