自定义博客皮肤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

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

原创 2014年9月创新工场校招笔试题

今天参加了创新工场笔试,软件工程面试就一份试卷,总的来说题目不难,基本就是数据结构加一点网络

2014-09-25 22:11:10 1978

转载 硬中断与软中断的区别

硬中断:1. 硬中断是由硬件产生的,比如,像磁盘,网卡,键盘,时钟等。每个设备或设备集都有它自己的IRQ(中断请求)。基于IRQ,CPU可以将相应的请求分发到对应的硬件驱动上(注:硬件驱动通常是内核中的一个子程序,而不是一个独立的进程)。2. 处理中断的驱动是需要运行在CPU上的,因此,当中断产生的时候,CPU会中断当前正在运行的任务,来处理中断。在有多核心的系统上,一个中

2014-09-24 16:50:38 732

原创 windows与linux相互telnet/ssh

唉,windows主机想telnet到Linux上,搞了好一会,各种问题,不过,生命在于折腾嘛

2014-09-23 18:00:39 3203

原创 linux 虚拟机设置混合模式上网

内部虚拟机通过宿主机的网卡上网1.首先,假设内部虚拟机网络已经连通

2014-09-23 15:54:05 951

转载 fork()、 vfork()、 clone()的区别

原文地址:http://blog.chinaunix.net/uid-27164517-id-3281349.html

2014-09-21 21:28:50 762

原创 Codeforces Round #268 (Div. 2) 解题报告

为嘛每次D题图论的都过不了,难道3年没搞acm就退化成这样了。A题

2014-09-21 09:25:21 876

原创 Leetcode Unique Paths II

题目:Follow up for "Unique Paths":Now consider if some obstacles are added to the grids. How many unique paths would there be?An obstacle and empty space is marked as 1 and 0 respectively

2014-09-20 16:40:08 649

原创 Leetcode Trapping Rain Water

题目:Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.For example, Given [0,1,0,2,1,0,1,3

2014-09-20 13:16:59 559

原创 Codeforces Round #267 (Div. 2) 解题报告

N久没做过cf了,今天心血来潮搞了一个,唉,坑爹的D题,卡了N久

2014-09-19 01:47:13 627

原创 Linux 不同网段两台主机相互ping通

刚搭的虚拟机无法Ping通某个ip,分属于不同网段比如:10.11.12.202 ping 10.11.13.102ssh到10.11.12.202中,route -n查看路由表项,发现没有默认路由:Destination     Gateway         Genmask         Flags Metric Ref    Use Iface10.11.12.0

2014-09-18 13:28:46 17473 4

原创 Leetcode LRU Cache

题目:Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set.get(key) - Get the value (will always be positive) of th

2014-09-18 13:24:14 626

chat_vinllen

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

2014-11-18

空空如也

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

TA关注的人

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