C++ Functions to Evaluate Chebyshev Polynomials

Filed under: C++, Math / Numerical Analysis — jac @ July 28, 2007 - 8:21 pm

Here’s some C++ functions which evaluate Chebyshev polynomials:

T0(x):
double T0(double x) ;

T1(x):
double T1(double x) ;

T2(x):
double T2(double x) ;

Tn(x):
double Tn(unsigned int n, double x) ;

These are inline functions defined in the header file, chebyshev.h:

(more…)


OpenDDS

Filed under: C++ - — jac @ July 9, 2007 - 10:20 am

OpenDDS:

OpenDDS is an open source C++ implementation of the Object Management Group (OMG) Data Distribution Service (DDS). OpenDDS leverages the Adaptive Communication Environment (ACE) to provide a cross platform environment.

OpenDDS is supported by Object Computing, Inc.

Download OpenDDS here.



X Windows Programming in C++: Part III

Filed under: X — jac @ July 8, 2007 - 7:31 pm

Continuing with our task of creating a C++ version of basicwin.c, we next look at XCreateSimpleWindow. Here’s some code snippets from basicwin.c showing the use of XCreateSimpleWindow:

(more…)



  



July 2007
M T W T F S S
« Feb   Nov »
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

Statistics

There are currently 31 posts and 16 comments, contained within 12 categories.


Miscellaneous
- Source Files

Add to Technorati Favorites



Storage B
-OpenDDS Version 1.2 Released
-FreeVMS
-OpenDDS Version 1.1 Released
-C++ functions to convert between decimal degrees and degrees, minutes, and seconds
-WordPress 2.5
-Multics
-OpenDDS
-X Windows Programming in C++: Part III
-X Windows Programming in C++: Part II
-X Windows Programming in C++: Part I

Valid XHTML 1.0!

Valid CSS!