上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 42 下一页
  2017年3月16日
摘要: Xcode新建一个c/c++程序语言工程_百度经验 http://jingyan.baidu.com/article/e2284b2b63bdede2e6118d2a.html 阅读全文
posted @ 2017-03-16 17:01 浩然119 阅读(761) 评论(0) 推荐(0) 编辑
  2017年3月15日
摘要: 折腾了大半天,终于搞定。 首先是安装VirtualBox,之后关键的是需要Win7虚机种子,百度了下去系统之家下的。 如果不是Ghost系统的话,VirtualBox可以直接load安装。 但是那边都是Ghost版本,load到虚机里点安装就进入了DOS界面。 百度了大半天,有一个方案是把控制器类型 阅读全文
posted @ 2017-03-15 15:10 浩然119 阅读(411) 评论(0) 推荐(0) 编辑
  2017年3月14日
摘要: 2013-04-21 开始咨询 2014-06 - 2014-07 环球雅思强化精品移民周末班 2016-06 重新开始复习IELTS 2016-08 口语写作VIP一对二班20课时 2016-08-20 IELTS L6.5/S6/R6/W5.5 2016-10-11 递交澳洲ACS职业评估 20 阅读全文
posted @ 2017-03-14 12:57 浩然119 阅读(143) 评论(0) 推荐(0) 编辑
  2016年7月4日
摘要: ifstream::is_open - C++ Reference http://www.cplusplus.com/reference/fstream/ifstream/is_open/ 阅读全文
posted @ 2016-07-04 16:37 浩然119 阅读(3010) 评论(0) 推荐(0) 编辑
  2016年6月24日
摘要: https://leetcode.com/problems/implement-strstr/ Implement strStr(). Returns the index of the first occurrence of needle in haystack, or -1 if needle i 阅读全文
posted @ 2016-06-24 23:12 浩然119 阅读(360) 评论(0) 推荐(0) 编辑
  2016年6月23日
摘要: https://leetcode.com/problems/valid-palindrome/ Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring 阅读全文
posted @ 2016-06-23 23:09 浩然119 阅读(174) 评论(0) 推荐(0) 编辑
  2016年6月20日
摘要: 题目:最长公共子串的变种。给出一系列语句,要找出最长的公共前缀短语。E.g. "test a short phrase", "test a slightly longer phrase" -> "test a" 需要注意的是前缀,所以都是从串首开始。短语,所以最长前缀短语是"test a",而不是" 阅读全文
posted @ 2016-06-20 22:26 浩然119 阅读(650) 评论(0) 推荐(0) 编辑
  2016年6月15日
摘要: 程序员面试攻略_百度百科 http://baike.baidu.com/link?url=egiDevITF7mxrqaIMf804VbBrCWIwaBsL5QgGZPgb_TfdhRuBZaYXcnLoL-sD7AjX-US4vhW0Zc7eZjWNAYOx_ 第4章 链表 更新头指针。 bool 阅读全文
posted @ 2016-06-15 22:32 浩然119 阅读(280) 评论(0) 推荐(0) 编辑
  2016年6月14日
摘要: Sleep函数_百度百科 http://baike.baidu.com/link?url=EmOxsG_du8HdLbv_9nDVlahpZOQ6DgkoLKooQInorAqIl_CEhCvBzTC6ALfYfPtVI1G2X9G-LJAnGJJ0zyFEzK Sleep (system call 阅读全文
posted @ 2016-06-14 14:57 浩然119 阅读(243) 评论(0) 推荐(0) 编辑
  2016年6月13日
摘要: 学习笔记之高质量C++/C编程指南 【ZZ】C 语言中的指针和内存泄漏 & 编写高效的C程序与C代码优化 [ZZ]C++中,引用和指针的区别 [ZZ]指针Guide [ZZ]关于内存中栈和堆的区别 学习笔记之C/C++指针使用常见的坑 new 和 delete 运算符 https://docs.mi 阅读全文
posted @ 2016-06-13 19:36 浩然119 阅读(270) 评论(0) 推荐(0) 编辑
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 42 下一页