代码搜索结果

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

ex9-9.htm

数组的push()和pop()方法应用演示

algo9-9.cpp

// algo9-9.cpp 检验bo9-7.cpp的程序 #include"c1.h" #define NULLKEY 0 // 0为无记录标志 #define N 10 // 数据元素个数 typedef int KeyType; // 设关键字域为整型 struct ElemType // 数据元素类型 { KeyType key; int ord;

algo9-9.cpp

// algo9-9.cpp 检验bo9-7.cpp的程序 #include"c1.h" #define NULL_KEY 0 // 0为无记录标志 #define N 10 // 数据元素个数 typedef int KeyType; // 设关键字域为整型 struct ElemType // 数据元素类型 { KeyType key; int ord

examp9_9.m

syms x y; f=x^2+x*y/3; P=int(int(f,x,0,1/2),y,0,1/2)

chapter9-9.cpp

//文件名:CHAPTER9-9.cpp #include #include #if _MSC_VER > 1020 // if VC++ version is > 4.2 using namespace std; // std c++ libs implemented in std #endif int main( ) { se

algo9-9.c

/* algo9-9.c 检验bo9-7.c的程序 */ #include"c1.h" #define NULLKEY 0 /* 0为无记录标志 */ #define N 10 /* 数据元素个数 */ typedef int KeyType; /* 设关键字域为整型 */ typedef struct { KeyType key; int ord;

algo9-9.cpp

// algo9-9.cpp 检验bo9-7.cpp的程序 #include"c1.h" #define NULLKEY 0 // 0为无记录标志 #define N 10 // 数据元素个数 typedef int KeyType; // 设关键字域为整型 struct ElemType // 数据元素类型 { KeyType key; int ord;

ch9_9.cpp

//********************* //** ch9_9.cpp ** //********************* #include double* fn(const double* pd) { static double ad=32; ad+=*pd; cout

chapter9-9.cpp

//文件名:CHAPTER9-9.cpp #include #include #if _MSC_VER > 1020 // if VC++ version is > 4.2 using namespace std; // std c++ libs implemented in std #endif int main( ) { se