Computer Science Courses – Yan Yan
|
CS: Compilers / Programming Languages |
|||||
|
Course Title Fundamentals of C++ Language Programming |
Textbook
|
||||
|
Institution Beijing University of Technology |
Fall 2012 |
Grade 87 |
Credit 3 |
||
|
Course Title Foundation of Program in VC++ .Net |
Textbook
|
||||
|
Institution Beijing University of Technology |
Semester Spring 2013 |
Grade 87 |
Credit 2.5 |
||
|
Course Title Fundamentals of C# Language Programming |
Textbook
|
||||
|
Institution Beijing University of Technology |
Semester Fall 2012 |
Grade 87 |
Credit 3 |
||
|
CS: Data Structures & Algorithms |
|||||
|
Course Title Data Structures V |
Textbook
|
||||
|
Institution Beijing University of Technology |
Semester Fall 2011 |
Grade 81 |
Credit 3 |
||
|
Course Title Principles of Compiling I |
Textbook
|
||||
|
Institution Beijing University of Technology |
Semester Full 2012 |
Grade 85 |
Credit 3.5 |
||
|
Course Title Object-oriented Programming |
Textbook
|
||||
|
Institution Beijing University of Technology |
Semester Spring 2012 |
Grade 88 |
Credit 3 |
||
|
CS: OS / Networking |
|||||
|
Course Title Computer System Architecture |
Textbook
|
||||
|
Institution Beijing University of Technology |
Semester Full 2012 |
Grade 90 |
Credit 2.5 |
||
|
Course Title Computer Network & Securities |
Textbook
|
||||
|
Institution Beijing University of Technology |
Semester Full 2010 |
Grade 81 |
Credit 2 |
||
|
Course Title Network Database Programming Design |
Textbook
|
||||
|
Institution Beijing University of Technology |
Semester Full 2011 |
Grade 83 |
Credit 3 |
||
Computer Science Courses – Yan Yan的更多相关文章
- Will Georgia Tech's $7K online M.S. in computer science program make the grade?
https://newatlas.com/georgia-tech--graduate-computer-science-degree-mooc/28763/ Georgia Tech to offe ...
- Computer Science: the Big Picture
1.课程PPTMIT OpenCourseWarehttp://ocw.mit.edu/courses/; Courses Stanfordhttp://cs.stanford.edu/course ...
- What every computer science major should know 每一个计算机科学专业的毕业生都应该都知道的
Given the expansive growth in the field, it's become challenging to discern what belongs in a modern ...
- Discovering the Computer Science Behind Postgres Indexes
This is the last in a series of Postgres posts that Pat Shaughnessy wrote based on his presentation ...
- [转载] A set of top Computer Science blogs
This started out as a list of top Computer Science blogs, but it more closely resembles a set: the o ...
- Computer Science Theory for the Information Age-4: 一些机器学习算法的简介
一些机器学习算法的简介 本节开始,介绍<Computer Science Theory for the Information Age>一书中第六章(这里先暂时跳过第三章),主要涉及学习以 ...
- Computer Science Theory for the Information Age-1: 高维空间中的球体
高维空间中的球体 注:此系列随笔是我在阅读图灵奖获得者John Hopcroft的最新书籍<Computer Science Theory for the Information Age> ...
- Intro to Computer Science Class Online (CS101) - Udacity
Intro to Computer Science Class Online (CS101) - Udacity Building a Search Engine
- MIT Introduction to Computer Science and Programming (Lesson one )
MIT Introduction to Computer Science and Programming (Lesson one ) 这篇文是记载 MIT 计算机科学及编程导论 第一集 的笔记 Les ...
随机推荐
- hdu 1869 (Floyd)
http://acm.hdu.edu.cn/showproblem.php?pid=1869 六度分离 Time Limit: 5000/1000 MS (Java/Others) Memory ...
- 线程入门之实现Runnable接口和继承Thread类
线程的2种使用方式:实现Runnable接口和继承Thread类 1.实现Runnable接口 实现Runnable接口,必须实现run方法,也是Runnable接口中的唯一一个方法 class Ru ...
- Codeforces Round #287 (Div. 2) C. Guess Your Way Out! 思路
C. Guess Your Way Out! time limit per test 1 second memory limit per test 256 megabytes input standa ...
- 对List中对象的去重
今天项目中遇到了一个对List中对象去重的问题. 首先对于我们自己系统中的对象我们只要重写该对象的 equal 和 hashcode 即可(利用对象中的能够唯一确定对象的属性). 但是我遇到的不是本系 ...
- shell script的连接符是逗号,不是英文的句号
举个例子: gawk 'BEGIN{ var[ var[ var[ var[ asort(var,test) for(i in test) print ] }' 这时候敲回车就能输出 Index: - ...
- DDL和DML的定义和区别
DML(Data Manipulation Language)数据操纵语言: 适用范围:对数据库中的数据进行一些简单操作,如insert,delete,update,select等. DDL(Data ...
- Linux GDB Debug
http://blog.jobbole.com/107925/ gdb 调试入门,大牛写的高质量指南 http://blog.jobbole.com/107759/ gdb是the GNU Debug ...
- [css] vertical-align和line-height
原文链接:http://www.zhangxinxu.com/wordpress/2015/08/css-deep-understand-vertical-align-and-line-height/ ...
- proxool在web环境中的使用
proxool在web环境中的使用 简介 Proxool连接池是sourceforge下的一个开源项目,这个项目提供一个健壮.易用的连接池,最为关键的是这个连接池提供监控的功能,方便易用,便于发现连接 ...
- Bootstrap段落(正文文本)
一.Bootstrap段落特点 段落是排版中另一个重要元素之一.在Bootstrap中为文本设置了一个全局的文本样式(这里所说的文本是指正文文本): 1.全局文本字号为14px(font-size). ...