随笔 - 168  文章 - 1  评论 - 1  阅读 - 19万

随笔分类 -  c++

线性表(顺序表的创建)
摘要:// orderList.cpp : 定义控制台应用程序的入口点。// #include "stdafx.h"#include "stdlib.h"#define LIST_INIT_SIZE 100 //线性表存储空间的初始分配量#define LISTINCREMENT 10 //线性表存储空间 阅读全文
posted @ 2017-09-12 19:44 paulversion 阅读(787) 评论(0) 推荐(0) 编辑
创建一个三元组
摘要:// Triplet.cpp : 定义控制台应用程序的入口点。// #include "stdafx.h"#include "stdlib.h"#define OK 1#define ERROE 0 typedef int Status; typedef int *Triplet;//定义Tripl 阅读全文
posted @ 2017-09-12 19:42 paulversion 阅读(2139) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示