随笔分类 - C语言
关于C语言的一些代码笔记
摘要:// test20161106.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "stdlib.h" #include "conio.h" typedef struct{ char name; int x; int y; }ElemType; type...
阅读全文
摘要:#include "stdafx.h" #include #include #include "conio.h" #define ERROR 0 #define OK 1 #define MAXSIZE 10 typedef int ElemType; typedef struct{ ElemType elem [MAXSIZE]; int last; }SeqList...
阅读全文

浙公网安备 33010602011771号