摘要: 1 /////List 创建 添加 删除 2 #include 3 #include 4 #include 5 using namespace std; 6 class Node 7 { 8 public: 9 int Data; 10 Node*Node_next; 11... 阅读全文
posted @ 2015-05-12 21:44 niupan369 阅读(357) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/xkfz007/archive/2012/02/27/2370357.html2011年4月9日10:09:19c语言中的浮点数在内存中的表示(VC++编译器中):char:1个字节short:2个字节int:4字节long:4字节float:4字节(单... 阅读全文
posted @ 2015-05-12 16:37 niupan369 阅读(155) 评论(0) 推荐(0) 编辑