代码搜索结果

找到约 10,000 项符合 9 的代码

p9-9.c

void restore_tty() { signal(SIGTSTP, SIG_DFL); /* 缺省信号句柄,中止程序 */ tcsetattr(TTY_OUTPUT, TCSADRAIN, &old_term); /* 恢复终端为原方式 */ raise (SIGTSTP);

c9-9.cpp

#include using namespace std; class Box {public: Box(int=10,int=10,int=10); int volume(); private: int height; int width; int length; }; Box

al9_9.c

/*案例代码文件名:AL9_9.C*/ /*程序功能:使用字符指针变量表示和引用字符串*/ main() { char *string="I love Beijing."; printf("%s\n",string); }

xt9-9.cpp

#include using namespace std; class Product {public: Product(int n,int q,float p):num(n),quantity(q),price(p){}; void total(); static float average(); static void displa

c9-9.cpp

#include using namespace std; class Box {public: Box(int=10,int=10,int=10); int volume(); private: int height; int width; int length; }; Box

xt9-9.cpp

#include using namespace std; class Product {public: Product(int n,int q,float p):num(n),quantity(q),price(p){}; void total(); static float average(); static void displa

example9_9.java

/* * Example9_9.java * * Created on 2006年10月19日, 下午12:17 */ package example9_9; import java.awt.*; /** * @author Administrator */ public class Example9_9 extends java.applet.Appl