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 ...
随机推荐
- Lodop在搜狗兼容模式下打印无边框问题
项目中原有的CAP方式打印由于只支持IE浏览器,由于目前大家使用IE的频率越来越少,迫切需要一个控件来替换项目原有的控件,比较了下选择Lodop,购买了一个最便宜的版本,使用后,有用户使用搜狗的兼容模 ...
- STRUTS2 常用标签的使用
<body> <h1>s:if标签的用法</h1> <s:set name="price" value="25"> ...
- js的小随笔
1.在js中{ }中的块级语句没有独立的作用域 var i = 5;for(; i < 8; i++){ console.log(i); } //输出 5 6 7 //全局设置的变量i在for ...
- LVS--NAT模型配置
环境准备 管理IP地址 角色 备注 192.168.11.131 调度器(Director) 对外提供VIP服务的地址为192.168.1.114 192.168.11.132 RS1 网关为192 ...
- (一)解决Sublime Text 2中文显示乱码问题
欲解决问题,关键在于让Sublime Text 2支持GB2312和GBK.步骤如下: 1.安装Sublime Package Control. 在Sublime Text 2上用Ctrl+-打开 ...
- JQuery基础汇总
1. 对象获取与赋值::$("#obj").val("Hello World!"); 2. 对象的显示与隐藏:$("#obj").show( ...
- dom jaxp详解
转自 http://blog.csdn.net/java958199586/article/details/7277904 一.XML解析技术概述 1.XML解析方式分为两种:dom和sax (1)d ...
- OpenCV3编程入门笔记(1)图像载入、显示、保存、变换灰度图
图像载入.显示.保存函数: 1 图像载入函数:imread() Mat imread(const string& filename, int flags=1); const ...
- Windows7隐藏字体
今天突然发现字体Times New Roman消失了,如下图所示: 图1.1 不仅仅Times New Roman,还有System.MS Sans Serif--这些熟悉的字体都消失了,不能选用了! ...
- linux笔记:用户配置文件
用户信息文件:/etc/passwd功能:存放用户基本信息每一行代表一个用户. 第一字段:用户名称第二字段:密码标志(只是一个密码的占位符,表示该用户有密码,不存放真正的密码)第三字段:UID(用户I ...