上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页
摘要: 【还有一些其他的算法提】http://blog.csdn.net/WalkingInTheWind/article/category/906980【转】http://blog.csdn.net/lumengjie313/article/details/45667425package LinkedLi... 阅读全文
posted @ 2015-12-02 19:34 伟大的臭猪猪 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 【263】Ugly NumberWrite a program to check whether a given number is an ugly number.Ugly numbers are positive numbers whose prime factors only include2,... 阅读全文
posted @ 2015-12-02 09:22 伟大的臭猪猪 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 【83】Remove Duplicates from Sorted ListGiven a sorted linked list, delete all duplicates such that each element appear onlyonce.For example,Given1->1->... 阅读全文
posted @ 2015-11-29 22:26 伟大的臭猪猪 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 这道题弄的心好累。。【Reverse Linked List】206描述: Reverse a singly linked list.click to show more hints.Hint:A linked list can be reversed either iteratively or r... 阅读全文
posted @ 2015-11-28 22:38 伟大的臭猪猪 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 【转】http://my.phirobot.com/blog/2014-02-opencv_configuration_in_vs.htmlvs2010+opencv2.4.0:http://www.cnblogs.com/freedomshe/archive/2012/04/25/2470540.... 阅读全文
posted @ 2015-11-25 15:05 伟大的臭猪猪 阅读(318) 评论(0) 推荐(0) 编辑
摘要: HTML:checkCSS : checkJavascript: struggling框架:——SQL:——http://www.cnblogs.com/kzang/tag/SQL/web博客:--http://www.cnblogs.com/huangxincheng/ 阅读全文
posted @ 2015-11-18 10:15 伟大的臭猪猪 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 【13】Roman to IntegerGiven a roman numeral, convert it to an integer.Input is guaranteed to be within the range from 1 to 3999.罗马数字转换成阿拉伯数字Subscribeto ... 阅读全文
posted @ 2015-11-16 17:43 伟大的臭猪猪 阅读(304) 评论(0) 推荐(0) 编辑
摘要: 【242】Valid Anagram:Given two stringssandt, write a function to determine iftis an anagram ofs.For example,s= "anagram",t= "nagaram", return true.s= "r... 阅读全文
posted @ 2015-11-13 11:33 伟大的臭猪猪 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 先马一个博客,Python速成:http://www.cnblogs.com/youxin/archive/2013/05/04/3059746.htmlpython 爬虫:https://github.com/lining0806/PythonSpiderNotes 阅读全文
posted @ 2015-11-13 10:51 伟大的臭猪猪 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 【171】Excel Sheet Column NumberGiven a column title as appear in an Excel sheet, return its corresponding column number.For example: A -> 1 B -> ... 阅读全文
posted @ 2015-11-12 22:59 伟大的臭猪猪 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 3种列表:有序列表、无序列表和定义列表表1 3种列表记忆标签语义说明olordered list有序列表ulunordered list无序列表dldefinition list定义列表一、HTML3种列表列表有3种:有序列表、无序列表和定义列表。有序列表和无序列表都比较常用,而定义列表比较少用。在... 阅读全文
posted @ 2015-11-12 16:36 伟大的臭猪猪 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 块元素和行内元素HTML元素根据表现形式,可以分为2类:(1)块元素(block);(2)行内元素(inline);任何HTML元素都属于这两类中的其中一类。2、块元素特点:(1)独占一行,排斥其他元素跟其位于同一行,包括块元素和行内元素;(2)块元素内部可以容纳其他块元素或行元素;3、行内元素特点... 阅读全文
posted @ 2015-11-12 16:22 伟大的臭猪猪 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 1、HTML:做静态网页,是一种标签语言, HTML结构:一个HTML文档由4个基本部分组成:① 一个文档声明:② 一个html标签对:③ 一个head标签对:④ 一个body标签对:大家都看到了吧,所谓的HTML就是一对对的标签(也有例外)。我们简单说一下这几个基本标签的作用:1、文档声明声明这是... 阅读全文
posted @ 2015-11-12 15:40 伟大的臭猪猪 阅读(215) 评论(0) 推荐(0) 编辑
摘要: Same Tree【100】Given two binary trees, write a function to check if they are equal or not.Two binary trees are considered equal if they are structurall... 阅读全文
posted @ 2015-11-11 11:10 伟大的臭猪猪 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 【参考】http://book.2cto.com/201210/5663.html【参考】http://www.cnblogs.com/exponent/articles/2141477.htmlnim game定义【292】:Nim是一种两个人玩的游戏,玩家双方面对一堆硬币(或者石头或者豆粒)。假... 阅读全文
posted @ 2015-11-09 22:39 伟大的臭猪猪 阅读(375) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页