代码搜索结果

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

例[6-6].frm

VERSION 5.00 Begin VB.Form Form1 Caption = "例[6-6] 用Pset方法画曲线" ClientHeight = 2295 ClientLeft = 60 ClientTop = 345 ClientWidth = 3450 Link

例[6-6].vbw

Form1 = 0, 0, 0, 0, C, 22, 22, 569, 463, C

xt6-6.cpp

#include using namespace std; int main() {int length(char *p); int len; char str[20]; coutstr; len=length(str); cout

main6-6.cpp

// main6-6.cpp 检验bo6-6.cpp的主程序 #define CHAR // 字符型 // #define INT // 整型(二者选一) #ifdef CHAR typedef char TElemType; TElemType Nil=' '; // 字符型以空格符为空 #define form "%c" // 输入输出的格式为%c #

bo6-6.cpp

// bo6-6.cpp 二叉树的三叉链表存储(存储结构由c6-6.h定义)的基本操作(21个) #define ClearBiTree DestroyBiTree // 清空二叉树和销毁二叉树的操作一样 void InitBiTree(BiPTree &T) { // 操作结果:构造空二叉树T T=NULL; } void DestroyBiTree(BiPTr

c6-6.h

// c6-6.h 二叉树的三叉链表存储表示 typedef struct BiTPNode { TElemType data; BiTPNode *parent,*lchild,*rchild; // 双亲、左右孩子指针 }BiTPNode,*BiPTree;

main6-6.cpp

// main6-6.cpp 检验bo6-6.cpp的主程序 #define CHAR // 字符型 // #define INT // 整型(二者选一) #ifdef CHAR typedef char TElemType; TElemType Nil=' '; // 字符型以空格符为空 #define form "%c" // 输入输出的格式为%c #

bo6-6.cpp

// bo6-6.cpp 二叉树的三叉链表存储(存储结构由c6-6.h定义)的基本操作(21个) #define ClearBiTree DestroyBiTree // 清空二叉树和销毁二叉树的操作一样 void InitBiTree(BiPTree &T) { // 操作结果:构造空二叉树T T=NULL; } void DestroyBiTree(BiPTr

c6-6.h

// c6-6.h 二叉树的三叉链表存储表示 typedef struct BiTPNode { TElemType data; BiTPNode *parent,*lchild,*rchild; // 双亲、左右孩子指针 }BiTPNode,*BiPTree;