上一页 1 ··· 5 6 7 8 9
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--#include<iostream>usingnamespacestd;classstudent{public:voiddisplay();voidset_id(int_id);voids... 阅读全文
posted @ 2010-01-12 09:53 wlu 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--#include<iostream>usingnamespacestd;intmain(){intf=0,i=5,j=5,k;intA[26][26];for(k=1;k<=25;... 阅读全文
posted @ 2010-01-11 21:48 wlu 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 《算法导论》2.3-7很值得一练。其中用到了归并排序、二分查找等等:Give a Q(n lg n) time algorithm for determining if there exist two elements in an set S whose sum is exactly some value x.以下是答案,其实想想很简单的。代码如下,以备日后查找:)代码Code highlight... 阅读全文
posted @ 2010-01-04 10:42 wlu 阅读(373) 评论(0) 推荐(0) 编辑
摘要: 最近开始学习asp.net,感觉与asp.net相关的、需掌握的基础很多很多。我是信息工程的学生,对实现算法比较熟悉,但是对asp.net,sql之类的可以说是一窍不通。一个朋友向我分析了一下,觉得对创业者来说,纯软件的编程实际上是成本低、收益最大的选择,所以我很想学习asp.net。Anyway,在一年之后我将要准备找工作了,不知是有幸还是不幸,我的两个选择:电子信息工程和计算机技术都受到了金融... 阅读全文
posted @ 2009-06-22 21:26 wlu 阅读(212) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9