自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Vinllen Chen

新博客地址:vinllen.com

  • 博客(15)
  • 资源 (2)
  • 收藏
  • 关注

原创 linux qmake配置的一个小问题

之前安装了qt和qmake,完了自己搞一直不行,步骤如下:

2014-10-28 09:07:14 1916

原创 linux下qmake报错的问题

我安装了qt环境,其实只按qt5

2014-10-27 10:38:22 3080

原创 Leetcode Maximum Product Subarray

题目:Find the contiguous subarray within an array (containing at least one number) which has the largest product.For example, given the array [2,3,-2,4],the contiguous subarray [2,3] has the

2014-10-21 22:34:04 667

转载 Linux 各个发行版分支图

到荼

2014-10-17 22:38:29 7257

原创 Leetcode Simplify Path

题目:Given an absolute path for a file (Unix-style), simplify it.For example,path = "/home/", => "/home"path = "/a/./b/../../c/", => "/c"Corner Cases:Did you consider the case wh

2014-10-17 21:57:45 710

原创 Leetcode Merge k Sorted Lists

题目:Merge k sorted linked lists and return it as one sorted list. Analyze and describe its complexity.解题:维持一个xiaodin

2014-10-17 18:42:02 625

原创 2014年10月4399校招笔试--游戏岗

今天参加了4399的笔试,总的来说题目不难,不过有些题没答上来,特别是选择题最后4个图像的题目,真心不会最后几个图像选择题22-25基本不大确定11题后面应该是“调度”

2014-10-11 14:03:06 2641

原创 Leetcode Anagrams

题目:Given an array of strings, return all groups of strings that are anagrams.Note: All inputs will be in lower-case.解题:这题态

2014-10-10 22:56:19 596

原创 Leetcode ump Game II

题目:Given an array of non-negative integers, you are initially positioned at the first index of the array.Each element in the array represents your maximum jump length at that position.Yo

2014-10-10 22:39:20 636

原创 Leetcode Combination Sum II

题目:Given a collection of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T.Each number in C may only be used once in th

2014-10-10 21:45:15 573

原创 Leetcode Reverse Nodes in k-Group

题目:Given a linked list, reverse the nodes of a linked list k at a time and return its modified list.If the number of nodes is not a multiple of k then left-out nodes in the end should remain

2014-10-10 14:19:29 600

原创 Leetcode Palindrome Partitioning II

题目:Given a string s, partition s such that every substring of the partition is a palindrome.Return the minimum cuts needed for a palindrome partitioning of s.For example, given s = "aa

2014-10-08 22:22:25 568

原创 Leetcode Palindrome Partitioning

题目:Given a string s, partition s such that every substring of the partition is a palindrome.Return all possible palindrome partitioning of s.For example, given s = "aab",Return

2014-10-08 21:55:54 599

原创 Leetcode Combination Sum

题目:Given a set of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T.The same repeated number may be chosen from C unlim

2014-10-08 19:28:02 534

原创 电脑从开机加电到操作系统main函数之前执行的过程

总的来说在操作系统加电启动之后到main函数执行之前操作系统经历了以下3个大步骤1.启动BIOS。这个时候位于实模式下,加载中断向量和中断服务程序2.加载操作系统内核并为保护模式做准备。这个时候操作系统一共加载了3部分代码:引导程序bootsect,内核代码setup,内核代码system模块3.从实模式转换为32位保护模式。这个过程要做大量重建工作,并且持续工作到操作系统main函数

2014-10-07 23:20:27 4329

chat_vinllen

自己使用socket写的聊天软件。 适用Linux环境。 所用界面:qt实现 语言:C/C++ 我的博客地址:http://blog.csdn.net/u011353822

2014-11-18

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除