摘要: SVN版本控制工具使用学习 Subversion是优秀的版本控制工具。1、下载和搭建SVN服务器 http://subversion.apache.org/packages.html 类型有5种,推荐使用:VisualSVN server 服务端和 TortoiseSVN客户端搭配使用。 ... 阅读全文
posted @ 2015-08-26 10:47 lee-yang 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 借豆瓣某博主的话先对这两个接口进行一个解释: IComparable在要比较的对象的类中实现,可以比较该对象和另一个对象 IComparer在一个单独的类中实现,可以比较任意两个对象。 如果已经支持 IComparer 的类型 (如 字符串 或 整数) 的数组可以对该数组进行排序而无需... 阅读全文
posted @ 2015-08-26 10:46 lee-yang 阅读(1483) 评论(0) 推荐(1) 编辑
摘要: 所谓的局域网(Local Area Network,LAN),用于将有限范围内(例如一个实验室、一层办公楼或者校园)的各种计算机、终端与外部设备互联成网。一般情况下: 10人以下,规模比较小的公司一般对网络应用需求较低,由于人数少,基本也不存在划分VLAN(虚拟局域网)的需求,所以,选择一个多... 阅读全文
posted @ 2015-03-27 23:18 lee-yang 阅读(929) 评论(0) 推荐(0) 编辑
摘要: Problem A certain prison contains a long hall of n cells, each right next to each other. Each cell has a prisoner in it, and each cell is locked. One 阅读全文
posted @ 2015-03-16 10:23 lee-yang 阅读(310) 评论(0) 推荐(0) 编辑
摘要: After a long night of coding, Charles Pearson Peterson is having trouble sleeping. This is not only because he is still thinking about the problem he 阅读全文
posted @ 2015-03-16 08:41 lee-yang 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 五大常用算法之一:贪心算法 所谓贪心算法是指,在对问题求解时,总是做出在当前看来是最好的选择。也就是说,不从整体最优上加以考虑,他所做出的仅是在某种意义上的局部最优解。贪心算法没有固定的算法框架,算法设计的关键是贪心策略的选择。必须注意的是,贪心算法不是对所有问题都能得到整体最优解,选择的贪心策略... 阅读全文
posted @ 2015-03-07 18:52 lee-yang 阅读(1105) 评论(0) 推荐(0) 编辑
摘要: A number of students are members of a club that travels annually to exotic locations. Their destinations in the past have included Indianapolis, Phoen 阅读全文
posted @ 2015-03-04 19:49 lee-yang 阅读(495) 评论(0) 推荐(0) 编辑
摘要: 复试上机一定要用DEV C++,使用不熟练,出现一些问题,记录如下: 1、DEV C++ 不能调试 (1)tools->compiler option->settings:linker里设置为yes后,Generate debugging information,并且Rebuild All 了。 ( 阅读全文
posted @ 2015-03-04 10:24 lee-yang 阅读(3931) 评论(0) 推荐(0) 编辑
摘要: 1204. Maze Traversal A common problem in artificial intelligence is negotiation of a maze. A maze has corridors and walls. The robot can proceed along 阅读全文
posted @ 2015-03-04 08:52 lee-yang 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 1104 LED Test 阅读全文
posted @ 2015-03-04 08:45 lee-yang 阅读(112) 评论(0) 推荐(0) 编辑