上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 42 下一页
  2016年5月18日
摘要: https://leetcode.com/problems/integer-break/ Given a positive integer n, break it into the sum of at least two positive integers and maximize the prod 阅读全文
posted @ 2016-05-18 23:38 浩然119 阅读(206) 评论(0) 推荐(0) 编辑
  2016年5月16日
摘要: https://leetcode.com/problems/nim-game/ You are playing the following Nim Game with your friend: There is a heap of stones on the table, each time one 阅读全文
posted @ 2016-05-16 23:18 浩然119 阅读(187) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/counting-bits/ Given a non negative integer number num. For every numbers i in the range 0 ≤ i ≤ num calculate the numbe 阅读全文
posted @ 2016-05-16 22:18 浩然119 阅读(184) 评论(0) 推荐(0) 编辑
  2016年5月15日
摘要: https://leetcode.com/problems/reverse-string/ Write a function that takes a string as input and returns the string reversed. Example:Given s = "hello" 阅读全文
posted @ 2016-05-15 20:24 浩然119 阅读(242) 评论(0) 推荐(0) 编辑
  2016年3月24日
摘要: 1、以简洁明了的方式编写C程序。通常把这种程序编写方法称为KIS(“保持简洁”)。不要用古怪的方式编写程序。 2、阅读所有的C版本手册。经常参考所用的C版本的手册能了解该版本的丰富的特点,并正确地使用这些特点。 3、计算机和编译器是很好的教员。如果对C的某个特点没有把握,编写一个简单的程序,然后编译 阅读全文
posted @ 2016-03-24 21:44 浩然119 阅读(257) 评论(0) 推荐(0) 编辑
  2016年3月21日
摘要: http://c.biancheng.net/cpp/shell/ 阅读全文
posted @ 2016-03-21 22:02 浩然119 阅读(749) 评论(0) 推荐(0) 编辑
摘要: 第1章 欢迎进入软件构建的世界 软件构建的主要活动包括:详细设计、编码、调试、集成、开发者测试(包括单元测试和集成测试)。 第2章 用隐喻来更充分的理解软件开发 隐喻是启示而不是算法。因此它们往往有一点随意。 隐喻把软件开发过程与其他你熟悉的活动联系在一起,帮助你更好的理解。 第3章 三思而后行:前 阅读全文
posted @ 2016-03-21 11:22 浩然119 阅读(132) 评论(0) 推荐(0) 编辑
  2016年2月28日
摘要: 1. 简历,linkin 2. Linux开发(C语言) 3. listen to this英语中级听力 4. 程序员面试攻略.pdf 阅读全文
posted @ 2016-02-28 20:40 浩然119 阅读(158) 评论(0) 推荐(0) 编辑
  2016年1月11日
摘要: 第二章 Linux下C程序开发环境 第三章 Linux基础 第三章 Linux技术实验 第三章 Shell基础 第三章 Shell基础实验 第四章 VI编辑器的使用 第四章 VI编辑器的实验 阅读全文
posted @ 2016-01-11 22:41 浩然119 阅读(319) 评论(0) 推荐(0) 编辑
  2015年11月13日
摘要: Linux Shellhttp://baike.baidu.com/link?url=2LxUhKzlh5xBUgQrS0JEc61xi761nvCS7SHJsa1U1SkVbw3CC869AoUCyKT0zxIM# Sample.sh# 判断参数个数和第2/3个参数,括号要留空格 1 if ( ... 阅读全文
posted @ 2015-11-13 14:37 浩然119 阅读(360) 评论(0) 推荐(0) 编辑
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 42 下一页