代码搜索:HOW

找到约 10,000 项符合「HOW」的源代码

代码结果 10,000
www.eeworm.com/read/136959/13352258

how dblround.how

Let's look at DBLROUND.C without the #include's or conditional macros for NCEG... double dround(double x) { Boolean_T flag; static volatile double X; SAVEROUND(); if (Tru
www.eeworm.com/read/309649/13666963

how eval.how

+++Date last modified: 05-Jul-1997 Basically, EVAL.C converts infix notation to postfix notation. If you're not familiar with these terms, infix notation is standard human-readable equations su
www.eeworm.com/read/309649/13666999

how dirport.how

+++Date last modified: 05-Jul-1997 How to Use the Portable Directory Processing Functions in DIRPORT.H =================================================================== Background: -------
www.eeworm.com/read/309649/13667176

how faskbhit.how

+++Date last modified: 05-Jul-1997 #define FastClearbuf() \ (*(unsigned far*)0x0040001AL = *(unsigned far*)0x0040001CL) #define FastKBhit() \ (*(unsigned far*)0x0040001AL != *(unsigned far
www.eeworm.com/read/309649/13667211

how pluraltx.how

+++Date last modified: 05-Jul-1997 Q: How do the plural_text(), plural_text2(), and plural_text3() macros work? A: OK, it's pretty straightforward. The thing relies on two defined behaviors
www.eeworm.com/read/309649/13667307

how dblround.how

+++Date last modified: 05-Jul-1997 Let's look at DBLROUND.C without the #include's or conditional macros for NCEG... double dround(double x) { Boolean_T flag; static volatil
www.eeworm.com/read/309649/13667348

how bitops.how

+++Date last modified: 05-Jul-1997 /* ** Bit set, clear, and test operations ** ** public domain snippet by Bob Stout */ typedef enum {ERROR = -1, FALSE, TRUE} LOGICAL; #define BOOL(x)
www.eeworm.com/read/309649/13667452

how pclrscrn.how

+++Date last modified: 05-Jul-1997 C Language Topic: Clearing a Text Mode DOS PC screen ==================================================================== Compiled by Mike Demski - 7
www.eeworm.com/read/131315/5943996

how_pxp

@(#)how_pxp 1.1 (Berkeley) 3/2/81 To profile a program do pxp -z name.p after a translation specifying this option to pi and an execution, i.e.: pi -z name.p px or pix -z name.p To use pxp to refo
www.eeworm.com/read/131315/5943997

how_pi

@(#)how_pi 1.1 (Berkeley) 3/2/81 To translate a program using pi, place the source in a file whose name ends in the characters ".p", i.e. "prog.p". The command pi prog.p will translate the program i