费费的读书主页
费费的笔记 · · · ( 3篇 )
Linux C编程一站式学习 (3)
宋劲杉 / 电子工业出版社 / 2009-12 / 60.00元
-
第138页
#include <stdio.h> #include <stdlib.h> #include <time.h> int main(void) { char gesture[3][10] = {"scissors", "stone","cloth"}; int man, comput... -
第131页
#include <stdio.h> #include <stdlib.h> #include <time.h> #define N 30 /* 30 random integers*/ #define M 10 /* integers 0 - 9*/ int a[M]; void gen_random(int upper_bound) {... -
第118页
#include <stdio.h> #include <math.h> struct complex_struct{double x, y;}; double real_part(struct complex_struct z) { return z.x; } double img_part(struct complex_struct z) {...
费费关注的人 · · · ( 全部628 )
最近阅读 · · ·
- 4月26日
-
想读
参谋助手论
真尼玛是一本奇书啊!
- 1月19日
- 想读 贝聿铭全集
- 2011年12月8日
- 在读 朗读者
- 2011年11月24日
- 想读 我所爱的香港、动物农场、门萨的娼妓 等4本书
- 2011年7月15日
- 想读 算法导论
- 2011年6月30日
- 写了关于 Linux C编程一站式学习 的读书笔记: 第138页
- 2011年6月28日
- 写了关于 Linux C编程一站式学习 的读书笔记: 第131页、第118页
- 2011年6月27日
- 想读 Introduction to Automata Theory, Languages and Computation
- 2011年6月24日
- 在读 Linux C编程一站式学习
- 2011年5月11日
- 在读 Linux Command Line and Shell Scripting Bible
- 2011年5月5日
- 想读 黑客与画家
- 2011年4月30日
- 读过 2001太空漫游
- 2011年4月26日
- 读过 The Tanks of August
- 2011年4月21日
- 想读 知日·制服uniforms
- 2011年4月18日
- 想读 奈奈与薫的SM日记 4



























