代码搜索:HOW

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

代码结果 10,000
www.eeworm.com/read/280804/10291813

html how.html

绨″崢銇
www.eeworm.com/read/278099/10570184

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/278099/10570324

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/278099/10571173

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/278099/10571298

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/278099/10571645

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/278099/10571827

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/278099/10572287

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/457660/7321326

txt how.txt

#include #define uchar unsigned char #define uint unsigned int #define SYSCLK 22118400 sbit rs=P2^5; sbit en=P2^7; uchar num; uchar code table1[]=" how are you "; uchar code ta
www.eeworm.com/read/437371/7750109

java how.java

import javax.swing.*; import java.awt.event.*; public class How extends JFrame implements ActionListener { private JTextArea jTextArea1; private JButton ok; private JTextPane j