码迷,mamicode.com
首页 >  
搜索关键字:course    ( 2893个结果
通过反汇编一个简单的C程序,分析汇编代码理解计算机是如何工作的
刘子健  原创作品转载请注明出处 《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
A1047. Student List for Course (25)
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
A1039. Course List for Student (25)
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
1515: Play whit bear kid 模拟题——(逻辑关系要注意)
题目描述 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
SQL数据库面试题以及答案
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
POJ 2777 Count Color(线段树+位运算)
题目链接: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
NEU 1515 Play with bear kid
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!