please dont rip this site

UK AC York CS Www-users Http ~fisher Software Voicemail Pcalib Current Header.h

#define global
#define unless(x)	if (!(x))
#define until(x)	while (!(x))

#define PI		3.14159265358979324
#define TWOPI		(2.0 * PI)
#define MAXSTR		256
#define MAXSEQLEN	8192

typedef void (*proc)();
typedef unsigned char uchar;

struct complex
  { complex() { };
    complex (double r, double i = 0.0)
      { re = r;
	im = i;
      }
    double re, im;
  };

extern void initcompute(int), compute(complex[], complex[]);   /* from compute */
extern int computedelay(complex[]);			       /* from compute */

extern double cmag(complex), carg(complex), creal(complex), cimag(complex);	/* from complex */
extern complex cconj(complex), expj(double);					/* from complex */
extern complex operator + (complex, complex), operator - (complex, complex);	/* from complex */
extern complex operator * (complex, complex), operator / (complex, complex);	/* from complex */

extern "C"
  { proc set_new_handler(proc);
    int strcmp(const char*, const char*), strncmp(const char*, const char*, int);
    int close(int);
    double fabs(double), sin(double), cos(double), hypot(double, double), atan2(double, double);
  };

inline bool operator == (complex z1, complex z2)
  { return z1.re == z2.re && z1.im == z2.im;
  }

inline bool seq(char *s1, char *s2)	    { return strcmp(s1, s2) == 0;				}
inline bool starts(char *s1, char *s2)	    { return strncmp(s1, s2, strlen(s2)) == 0;			}
inline bool isalpha(char c)		    { return (c >= 'a' && c <= 'z') || (c >=  'A' && c <= 'Z'); }
inline int ifix(double x)		    { return (x >= 0.0) ? (int) (x+0.5) : (int) (x-0.5);	}



file: /Techref/uk/ac/york/cs/www-users/http/~fisher/software/voicemail/pcalib/current/header.h, 1KB, , updated: 2000/4/4 12:09, local time: 2024/6/28 12:15,
TOP NEW HELP FIND: 
18.221.172.50:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://piclist.com/Techref/uk/ac/york/cs/www-users/http/~fisher/software/voicemail/pcalib/current/header.h"> uk ac york cs www-users http ~fisher software voicemail pcalib current header</A>

Did you find what you needed?

  PICList 2024 contributors:
o List host: MIT, Site host massmind.org, Top posters @none found
- Page Editors: James Newton, David Cary, and YOU!
* Roman Black of Black Robotics donates from sales of Linistep stepper controller kits.
* Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters.
* Monthly Subscribers: Gregg Rew. on-going support is MOST appreciated!
* Contributors: Richard Seriani, Sr.
 

Welcome to piclist.com!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .