随笔分类 -  C++

面向对象程序设计Visual C++ ,刘斌, 王忠 编著,清华大学出版社
摘要:1 /* ***** BEGIN LICENSE BLOCK ***** 2 * 3 * $Id: bitmap.h,v 1.3 2004/06/30 16:44:52 asuraparaju Exp $ $Name: Dirac_1_0_2 $ 4 * 5 * Version: MPL 1.1/GPL 2.0/LGPL 2.1 6 * 7 * The con... 阅读全文
posted @ 2017-04-07 22:20 souwang 阅读(375) 评论(0) 推荐(0)
摘要:#elif define _WIN32 typedef __int64 int64; //Portable signed long integer 8 bytes typedef int int32; typedef signed short int int16; ty... 阅读全文
posted @ 2017-03-27 20:51 souwang 阅读(197) 评论(0) 推荐(0)
摘要:$./CPolyn 7+ 3*x^1+ 9*x^8+ 5*x^17+ 8*x^22The Length of headA is 5 -7+ 8*x^1+ 22*x^7 -9*x^8 -8*x^22The Length of headB is 5InvPrintPlyn+ 8*x^22+ 5*x^17 阅读全文
posted @ 2017-03-21 22:35 souwang 阅读(487) 评论(0) 推荐(0)
摘要:./CComplexN = 1024, M=10N = 2048, M=11N = 4096, M=12N = 8192, M=13N = 16384, M=14N = 32768, M=15***************c1 c2****************************2.3000 阅读全文
posted @ 2017-03-21 22:23 souwang 阅读(177) 评论(0) 推荐(0)
摘要:******** Test OneDArray ***********0 1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9 10 ******** Test TwoDArray ***********0 -1 -2 -3 -4 -5 -6 -7 1 0 -1 -2 -3 -4 阅读全文
posted @ 2017-03-21 20:07 souwang 阅读(356) 评论(0) 推荐(0)
摘要:Create Non Seqenced Link List :input -1 to exit : 10 China20 Korea30 American40 France50 German-1 CLinkSeqList Max Lenght = 5output all nodes in link 阅读全文
posted @ 2017-03-14 19:59 souwang 阅读(134) 评论(0) 推荐(0)
摘要:$ ./Ex_Seqlist theoperate is illegalcan'tfind the element you want to findcan'tbe found 01: 92: 93: 24: 35: 46: 67: 98: 99: 110: 811: 512: 21: 22: 33: 阅读全文
posted @ 2017-03-14 19:36 souwang 阅读(123) 评论(0) 推荐(0)