2015年12月3日

说说

摘要: 其实今年断断续续的做了好多题,翻看电脑的记录,有好多额。。。。。。但其实再看题还是不记得了电脑里面留下的记录只是一个.c文件,都不知道是哪个题哪个思路,当时的想法是什么样子的也都不记得了所以说关键还是要多记录总结回顾不然做最多的题都是没有意义的 下次碰到只会又忘记了所以我就暂时把这个当做做题的记录吧... 阅读全文

posted @ 2015-12-03 14:15 挂在墙上的乌龟 阅读(443) 评论(0) 推荐(0)

POJ1651 D - Multiplication Puzzle (DP动态规划)

摘要: DescriptionThe multiplication puzzle is played with a row of cards, each containing a single positive integer. During the move player takes one card o... 阅读全文

posted @ 2015-12-03 14:10 挂在墙上的乌龟 阅读(221) 评论(0) 推荐(0)

URAL1136 Parliament(二叉树的遍历)

摘要: DescriptionA new parliament is elected in the state of MMMM. Each member of the parliament gets his unique positive integer identification number duri... 阅读全文

posted @ 2015-12-03 11:16 挂在墙上的乌龟 阅读(219) 评论(0) 推荐(0)

2015年12月2日

版本控制 GIT(三)

摘要: 这个是我看到的最详细的描述怎么安装git并且应用到GITHUB上的好文章。分享一下。原文出处: 涂根华的博客 欢迎分享原创到伯乐头条一:Git是什么?Git是目前世界上最先进的分布式版本控制系统。二:SVN与Git的最主要的区别?SVN是集中式版本控制系统,版本库是集中放在中央服务器的,而干活的时候... 阅读全文

posted @ 2015-12-02 14:29 挂在墙上的乌龟 阅读(203) 评论(0) 推荐(0)

版本控制---关于GIT(2)

摘要: 内容都是为了方便自己以后再翻看的时候有个记忆。描述的有误的地方,以后再做修改。对于SVN (Subversion),CVS(Concurrent Version System)的版本控制,他们主要是基于C/S结构(Client/Server)的,是典型的客户机和服务器的结构。大概工作模式如下:每一个... 阅读全文

posted @ 2015-12-02 13:56 挂在墙上的乌龟 阅读(137) 评论(0) 推荐(0)

关于GIT 版本控制

摘要: 之前跟某大牛配置了下 装了GIT,用了把github,提交把代码许久没有再碰,就忘记了今天再来看一下关于git的相关。一些git名词:repository:仓库,存放代码和版本的一个地方fetch:从服务器获取代码commit:提交代码patch:生成补丁,为了发送给主开发者文章转载自:开源中国社区... 阅读全文

posted @ 2015-12-02 13:43 挂在墙上的乌龟 阅读(296) 评论(0) 推荐(0)

2015年11月19日

POJ2255 TreeRecovery(二叉树的三种遍历)

摘要: DescriptionLittle Valentine liked playing with binary trees very much. Her favorite game was constructing randomly looking binary trees with capital l... 阅读全文

posted @ 2015-11-19 14:21 挂在墙上的乌龟 阅读(252) 评论(0) 推荐(0)

2015年11月18日

URAL1146 & POJ1050 Maximum Sum (最大连续子序列和)

摘要: DescriptionGiven a 2-dimensional array of positive and negative integers, find the sub-rectangle with the largest sum. The sum of a rectangle is the s... 阅读全文

posted @ 2015-11-18 10:10 挂在墙上的乌龟 阅读(143) 评论(0) 推荐(0)

2015年11月17日

POJ1979 Red and Black (简单DFS)

摘要: POJ1979DescriptionThere is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black tile.... 阅读全文

posted @ 2015-11-17 09:17 挂在墙上的乌龟 阅读(1627) 评论(0) 推荐(0)

导航