代码搜索结果

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

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

9_9_2.c

/* ======================================== */ /* 程式实例: 9_9_2.c */ /* 线性探测法的哈希搜索 */ /* ======================================== */ #include #

9_9_3.c

/* ======================================== */ /* 程序实例: 9_9_3.c */ /* 链表的散列查找 */ /* ======================================== */ #include #i

9-9-2.m

%构建训练样本中的输入向量p p1=[-0.0909 0.4825 0.9580 0.6643 0.0350 -0.6224; -0.1408 0.3944 0.9718 0.7183 0.0423 -0.6620; -0.2500 0.1250 0.9688 0.5000 0.0000 -0.0625; -0.2984 0.3037 -0.7801 0.0419 -0.3665 -0.8

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.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;