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 ...
随机推荐
- 关于HTML5与移动开发
OSChina API列表: android api:http://tool.oschina.net/apidocs AppCan移动开发平台:http://doc.appcan.cn/#!/guid ...
- 文字垂直居中,水平居中 a标签水平居中只要给他的父级设置text-align=center
在说到这个问题的时候,也许有人会问CSS中不是有vertical-align属性来设置垂直居中的吗?即使是某些浏览器不支持我只需做少许的CSS Hack技术就可以啊!所以在这里我还要啰嗦两句,CSS中 ...
- [转]ubuntu下安装程序的三种方法
出处:http://www.cnblogs.com/xwdreamer/p/3623454.html 引言 在ubuntu当中,安装应用程序我所知道的有三种方法,分别是apt-get,dpkg安装de ...
- meta标签清理缓存
如果需要在html页面上设置不缓存,这在<head>标签中加入如下语句: <meta http-equiv="Pragma" content="no-c ...
- Spring对Hibernate事务管理
谈Spring事务管理之前我们想一下在我们不用Spring的时候,在Hibernate中我们是怎么进行数据操作的.在Hibernate中 我们每次进行一个操作的的时候我们都是要先开启事务,然后进行数据 ...
- Python学习笔记2—内置函数
函数的使用 官方文档:https://docs.python.org/2/library/functions.html
- openfire升级指南
原文:http://www.liuhaihua.cn/archives/355.html 升级Openfire是和从头开始安装Openfire几乎一样简单.作为升级过程的一部分,它强烈建议您先备份当前 ...
- 转:printf打印输出2进制
转自:C语言中printf直接打出2进制数是%什么?16进制是什么? void print_2(int val2) { unsigned ; //从低位到高位,低端字节计算机 ; k <= ; ...
- 在linux上搭建本地yum源
准备yum仓库的光盘镜像IOS文件: 设置光驱加载本地磁盘的yum仓库的光盘镜像文件: 在linux的命令行输入setup命令打开设置窗口,选择"System Service": ...
- enum类型
1.设有变量a,b,c被说明为上述的weekday,可采用下述任一种方式: enum weekday{sun,mon,tue,wed,thu,fri,sat}; enum weekday a,b,c; ...