摘要: 1 /* 2 编译器:Dev-c++ 5.4.0 3 文件名:Polynomial.cpp 4 代码版本号:1.0 5 时间:2015年10月9日21:53:26 6 */ 7 8 /* 9 总结: 10 1.结构体指针指向的区域要手动... 阅读全文
posted @ 2015-10-09 21:55 钢铁侠Mac 阅读(3115) 评论(0) 推荐(0) 编辑
摘要: 1 /* 2 编译器:Dev-c++ 5.1.0 3 文件名:linkList3.cpp 4 代码版本号:1.0 5 时间:2015年9月24日11:34:16 6 */ 7 8 #include 9 #include 10 #include 11 ... 阅读全文
posted @ 2015-09-24 11:37 钢铁侠Mac 阅读(313) 评论(0) 推荐(0) 编辑
摘要: 1 /* 2 编译器VC6++ 3 文件名1.cpp 4 代码版本号:1.0 5 时间:2015年9月14日16:39:21 6 */ 7 #include 8 #include 9 10 #define OK 1 11 #define ERROR 0 12 #define... 阅读全文
posted @ 2015-09-14 16:40 钢铁侠Mac 阅读(411) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 4 #define ERROR 0 5 #define OK 1 6 7 typedef int Status; 8 typedef int Elemtype; 9 typedef Elemtype * Triplet; 1... 阅读全文
posted @ 2015-08-24 22:04 钢铁侠Mac 阅读(1857) 评论(0) 推荐(0) 编辑