自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (4)
  • 收藏
  • 关注

原创 5.28 1h

void HandleCall(Call &call)class Employee {Handler h;public:bool free;void ReceiveCall (Call &call); // doesn’t return until the call is finishedvoid CanHandleCall (Call &call);

2014-05-29 06:06:57 735

原创 5.27 1h

Hi1. What does 2>&1 mean and when is it typically used when added to end of a unix command line ?&1# ls -l /mydir >/tmp/out 2>&12. Write a shell script which will take a command-line par

2014-05-28 11:40:42 493

转载 Pointers (http://www.cs.cf.ac.uk/Dave/C/node10.html)

SubsectionsWhat is a Pointer?Pointer and FunctionsPointers and ArraysArrays of PointersMultidimensional arrays and pointersStatic Initialisation of Pointer ArraysPointers and StructuresCommon Poin

2014-05-24 01:10:39 1307

原创 DD-OFDM vs CO-OFDM

Two common optical OFDM transmission schemes: Direct-Detection OpticalOFDM (DD-O-OFDM) and Coherent-Optical OFDM (CO-OFDM)

2014-05-24 00:44:47 952

原创 Word Search

和数独一样的思路,brute-force,

2014-05-23 07:48:02 272

原创 Substring with Concatenation of All Words

内层循环为字串的长度,以单词的长度为单位增加

2014-05-23 06:03:38 305

Cracking the Coding Interview

important book for coding interview, concluding interview suggestions, questions and solutions

2013-01-17

8086汇编语言指令表

8086汇编语言指令表 包括伪指令 中断向量号等

2011-03-15

汇编语言的学生信息管理系统

汇编语言的学生管理系统,可输入并显示学生姓名 班级 学号 成绩,对成绩进行排序,求平均值

2011-03-15

空空如也

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

TA关注的人

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