Feb 11 来USC的第二个学期学了571,成绩极其惨淡,但是好歹算是填鸭式的学了不少Web Technology的实用知识。收获很大,也就不是很在乎这门课的低GPA了。也有学长认为USC的这门课是最最实用的,各种墙裂推荐。从PHP到服务器再到手机APP的移植,把web开发的路用最简洁的方式参观了...
分类:
移动开发 时间:
2015-02-12 13:48:08
阅读次数:
148
/* * IA_11.2ChainedHash.cpp * * Created on: Feb 12, 2015 * Author: sunyj */ #include #include #include // CHAINED-HASH-INSERT(T, x)
// insert x at the...
分类:
编程语言 时间:
2015-02-12 13:44:15
阅读次数:
351
带哨兵的双向链表,代码中我使用了nullptr,所以需要编译器升级,我的编译器是gcc/g++ 4.7.0这是可以的,编译的时候加参数—std=c++0x 节点中还可能有卫星元素 /* * IA_10.2LinkedLists.cpp * * Created on: Feb 12, 2015 * A...
分类:
编程语言 时间:
2015-02-12 12:03:55
阅读次数:
175
1 /* 2 * IA_11.1DirectAddressTables.cpp 3 * 4 * Created on: Feb 11, 2015 5 * Author: sunyj 6 */ 7 #include 8 #include 9 #include 10 // D...
分类:
编程语言 时间:
2015-02-11 20:31:23
阅读次数:
401
使用信号捕抓ctrl + c信号/* * 1.10ReadCommandsFromStandardInputAndExecuteThem.cpp * * Created on: Feb 11, 2015 * Author: sunyj */ #include "../apuesunyj.h"
#in...
分类:
其他好文 时间:
2015-02-11 14:14:58
阅读次数:
139
/* * 1.8DemonstrateStrerrorAndPerror.cpp * * Created on: Feb 11, 2015 * Author: sunyj */ #include "../apuesunyj.h" int main(int argc, char *argv[])
{ ...
分类:
其他好文 时间:
2015-02-11 12:42:32
阅读次数:
112
1 /* 2 * 1.6PrintTheProcessID.cpp 3 * 4 * Created on: Feb 11, 2015 5 * Author: sunyj 6 */ 7 8 #include "../apuesunyj.h" 9 10 int main(voi...
分类:
其他好文 时间:
2015-02-11 09:14:44
阅读次数:
122
Linux的 C系统调用操作 ,下面我们就来练习下 简单的系统调用操作
read系统调用测试
/*************************************************************************
> File Name: read.c
> Author:
> Mail:
> Created Time: Tue 10 Feb 2015...
分类:
系统相关 时间:
2015-02-10 23:17:25
阅读次数:
415
1 /* 2 * 1.5CopyStandardInputToStandardOutputUsingStandardIO.cpp 3 * 4 * Created on: Feb 10, 2015 5 * Author: sunyj 6 */ 7 8 #include ".....
分类:
其他好文 时间:
2015-02-10 21:27:50
阅读次数:
427
USACO翻译:USACO 2014 NOV Silver三题
分类:
其他好文 时间:
2015-02-10 15:10:56
阅读次数:
487