刘子健
原创作品转载请注明出处
《Linux内核分析》MOOC课程http://mooc.study.163.com/course/USTC-1000029000
对一下代码进行反汇编分析:
int g(int x)
{
return x + 42;
}
int f(int x)
{
return g(x);
}
int main(void)
{
...
分类:
其他好文 时间:
2015-03-01 14:29:59
阅读次数:
170
Zhejiang University has 40000 students and provides 2500 courses. Now given the registered course list of each student, you are supposed to output the...
分类:
其他好文 时间:
2015-03-01 13:02:38
阅读次数:
153
Zhejiang University has 40000 students and provides 2500 courses. Now given the student name lists of all the courses, you are supposed to output the ...
分类:
其他好文 时间:
2015-03-01 01:31:14
阅读次数:
180
题目描述
Happy Spring Festival everyone! Many relatives will visit your house, of course they have bear kids. Now you are playing chess with a bear kid.
It's really terrible. You have a 3*3 chessboard...
分类:
其他好文 时间:
2015-02-28 21:41:43
阅读次数:
232
Student(S#,Sname,Sage,Ssex) 学生表S#:学号;Sname:学生姓名;Sage:学生年龄;Ssex:学生性别Course(C#,Cname,T#) 课程表C#,课程编号;Cname:课程名字;T#:教师编号SC(S#,C#,score) 成绩表S#:学号;C#,课程编号;s...
分类:
数据库 时间:
2015-02-28 10:08:05
阅读次数:
193
题目链接:http://poj.org/problem?id=2777DescriptionChosen Problem Solving and Program design as an optional course, you are required to solve all kinds of ...
分类:
其他好文 时间:
2015-02-28 10:03:55
阅读次数:
165
1515: Play whit bear kid时间限制:1 Sec内存限制:128 MB提交:3解决:2题目描述Happy Spring Festival everyone! Many relatives will visit your house, of course they have bea...
分类:
其他好文 时间:
2015-02-28 00:14:46
阅读次数:
250