上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 29 下一页
  2016年5月10日
摘要: 数据结构复习之【排序】: http://blog.csdn.net/xiazdong/article/details/7304239# 主要是遇到一个问题,写一个不用循环的 冒泡排序,不知道为什么会有这样的题目。 so,,温习了一下冒泡排序,自己调了调 STL之vector的使用 http://ww 阅读全文
posted @ 2016-05-10 10:28 njczy2010 阅读(132) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/caoshenghe/archive/2010/01/31/1660399.html 第一部分 使用入门 vector可用于代替C中的数组,或者MFC中的CArray,从许多说明文档或者网上评论,一般一致认为应该多用vector,因为它的效率更高,而且具 阅读全文
posted @ 2016-05-10 10:13 njczy2010 阅读(273) 评论(0) 推荐(0) 编辑
  2016年5月9日
摘要: http://www.cnblogs.com/wangkangluo1/archive/2011/07/22/2114118.html 阅读全文
posted @ 2016-05-09 16:40 njczy2010 阅读(174) 评论(0) 推荐(0) 编辑
摘要: TCP协议中的三次握手和四次挥手(图解) http://blog.csdn.net/whuslei/article/details/6667471 http://blog.csdn.net/whuslei/article/details/6667471 建立TCP需要三次握手才能建立,而断开连接则需 阅读全文
posted @ 2016-05-09 15:57 njczy2010 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 1 #!/bin/bash 2 3 cat file(待读取的文件) | while read line 4 do 5 echo $line 6 done 7 1 #!/bin/bash 2 3 cat 'a.txt' | while read line 4 do 5 echo $line 6 do 阅读全文
posted @ 2016-05-09 15:55 njczy2010 阅读(335) 评论(0) 推荐(0) 编辑
  2016年5月6日
摘要: 传送门 279. Perfect Squares My Submissions QuestionEditorial Solution Total Accepted: 33524 Total Submissions: 102649 Difficulty: Medium Given a positive 阅读全文
posted @ 2016-05-06 16:48 njczy2010 阅读(169) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-05-06 09:19 njczy2010 阅读(1) 评论(0) 推荐(0) 编辑
  2016年5月3日
摘要: 传送门 347. Top K Frequent Elements My Submissions QuestionEditorial Solution Total Accepted: 1246 Total Submissions: 2777 Difficulty: Medium Given a non 阅读全文
posted @ 2016-05-03 11:05 njczy2010 阅读(487) 评论(0) 推荐(1) 编辑
摘要: http://www.360doc.com/content/10/0813/14/73007_45757514.shtml DOS 8.3 文件名命名规则 经常看到命令行或者其它软件在显示目录的时候出现这种东西: C:\Docume~1 8.3格式是DOS下的文件命名规则: 主文件名不能超过8个字符 阅读全文
posted @ 2016-05-03 10:04 njczy2010 阅读(1880) 评论(0) 推荐(0) 编辑
  2016年5月2日
摘要: 传送门 318. Maximum Product of Word Lengths My Submissions QuestionEditorial Solution Total Accepted: 19855 Total Submissions: 50022 Difficulty: Medium G 阅读全文
posted @ 2016-05-02 17:44 njczy2010 阅读(257) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 29 下一页