软件技术基础作业
摘要:软件技术基础课的作业,我到现在才开始补。挺简单的一道题,就是我比较钻牛角尖。非得弄一个类。竟然写了半天。 不过课程倒是很水的。所以今天没去上,专心调程序了。 Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->/**//* ...
阅读全文
[ZT]Teach Yourself Programming in Ten Years
摘要:Teach Yourself Programming in Ten Years Peter Norvig Why is everyone in such a rush? Walk into any bookstore, and you'll see how to Teach Yourself Java in 7 D...
阅读全文
[ZZ]:44本计算机经典书籍
摘要:来自http://bbs.pfan.cn/post-259063.html 1.The Art of Computer Programming Author: Donald.E.Knuth Web site: http://www-cs-faculty.stanford.edu/~knuth/taocp.html Book Info: 这部书被誉为20世纪最重要的20部著作之一,与Einstei...
阅读全文
杭电1042 N!
摘要:杭电1042 代码如下,总是超时,百思无解,暂且放下,来日方长 #include #include using namespace std; const int Length = 40000; int Multiple(int *Array, int ArrayLength, int m) { int c = 0; for(int i = 1; i = 1; i --) ...
阅读全文
杭电1004
摘要:这次是超时,怎么改进呢? 杭电ACM1004题 #include #include using namespace std; const int ballNumber = 1000; struct ball { string balloon; }; struct popular { string balloon; int number; }; int pLeng...
阅读全文
HDOJ1002:Wrong Answer
摘要:据说杭电acm的题目是比较简单的。可是为什么Pro 1002提交总是Wrong Answer呢?代码如下:百思不得其解。先留着,以后回来再看。 题目: http://acm.hdu.edu.cn/showproblem.php?pid=1002 #include using namespace std; const int length = 1000; void printArra...
阅读全文
不得不转,计算机经典书籍
摘要:转自ChinaUnix Blog 计算机经典书籍 1、Java Java编程语言(第三版)---Java四大名著----James Gosling(Java之父) Java编程思想(第2版)----Java四大名著----Bruce Eckel Java编程思想(第3版)----Java四大名著----------------Bruce Eckel JAVA 2核心技术 卷I:基础...
阅读全文