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 ...
随机推荐
- \n ^ \t的使用
\n是换行符: 使用时需要放在字符串里面,成为字符串的一部分(不要嫌乱,这是我之前犯的错误). 示例: >>>print("I am Guido \n what's yon ...
- hdu 4217 Data Structure? 树状数组求第K小
Data Structure? Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) ...
- SynchronizationContext的研究之一(非WPF及Forms)
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.T ...
- SAP供应商和客户的创建
进来遇到一个创建供应商的需求,由于在系统中关于供应商和客户的创建比较特殊,且没有相关函数进行创建, 找到一个类和方法来创建,类名:VMD_EI_API 方法名:MAINTAIN_DIRECT_INP ...
- Oracle PLSQL语句实例
/** * plsql:某个项目对效率要求比较高的时候用,一般不用,大多数项目写的是夸数据库平台的,用不上. * pssql大多数能做的东西,java都能替代它.在某些特殊的地方要求用plsql的时候 ...
- 下载Android 5.0源码(附源码)
下载方法见我的另一篇博客:http://blog.csdn.net/maosidiaoxian/article/details/41680769 2014-12-24更新:5.0.1源码已上传. 这次 ...
- CSS重置代码和常用公共代码
发的发生的发生法士大夫撒打发士大夫
- Oracle在Linux下使用异步IO(aio)配置
1.首先用root用户安装以下必要的rpm包 # rpm -Uvh libaio-0.3.106-3.2.x86_64.rpm# rpm -Uvh libaio-devel-0.3.106-3.2.x ...
- J2EE 第二阶段项目之编写代码(三)
我的任务就是项目统计. 1 效益统计 1 教育效益统计表 (教育效益统计表,增,改,查看,查) 2 农牧林效益统计表 (农牧林效益统计表,增,改,查看,查) 3 乡村效益统计表 (乡村效益统计表 ...
- Windows 上远程访问 Unix 的 XWindow / XManager / X
准备 下载 putty - http://www.putty.org/ 安装 cygwin - http://cygwin.com/, 并添加 e.g. c:/cygwin/bin 到 Window ...