Intelligentedu intelligentedu
Best New Free Computer IT Training Tutorial Resources 最佳新免费电脑的资讯科技培训,补习资源
Translate to EnglishÜbersetzen Sie zum Deutsch/GermanTraduzca al Español/SpanishTraduisez au Français/FrenchTraduca ad Italiano/ItalianTraduza ao Português/Portuguese日本語に翻訳しなさい /Japanese
한국어에게 번역하십시오/Korean中文翻译/Chinese Simplified中文翻译/Chinese Traditionalترجمة الى العربية/ArabicVertaal aan het Nederlands/DutchΜεταφράστε στα ελληνικά/GreekПереведите к русскому/Russian





Blog Roll: 博客滚动:


Top Links: 顶部链接:

February 6, 2008 2008年2月6日

Five C++ Programming University Courses 5 C + +编程大学课程

Here are five C++ Programming University Courses that offer their lecture, lab, and other course content on the web.这里有五个 C + +编程大学课程,提供他们的讲座,实验室,和其他的课程内容在网站上。 This C++ learning material will help you get up to speed with coding C++, or you can use these to learn more effective ways to program using C++.这个C + +的学习材料将帮助您起来,以加快与编码的C + + ,或您可以使用这些学习更有效的方法,以计划使用C + + 。


CS3101 - Programming Languages: C++ cs3101 -编程语言: C + +中
at Columbia Univeristy在哥伦比亚大学

This course is an introduction to the C++ programming language.这当然是介绍到C + +编程语言。 Students should leave this class with knowledge of fundamental C++ programming constructs and the tools necessary to quickly master more advanced techniques.学生应离开这个阶层的基本知识, C + +编程构造和必要的工具,以迅速掌握更先进的技术。 Moreover, students will be expected to demonstrate ability to program effectively in C++ - producing code that (1) compiles, (2) produces correct output, (3) utilizes proper C++ constructs, (4) is coherent and clearly commented.此外,学生将可望表现能力计划有效地在C + + -制作代码( 1 )编制, ( 2 )产生正确的输出, (三)利用适当的C + +的建构, ( 4 )是一致和明确的评论。

TOPICS话题 LECTURE讲座 READINGS & HANDOUTS读&施舍 CODE代码 HOMEWORK家庭作业
Administrative Details行政细节
CUNIX cunix
Commandline Environment命令行环境
Jumping Into C++跳跃到C + +
lecture1 emacs reference card Emacs的参考卡 session1
Variables变数
Datatypes数据类型
Operators营办商
Containers容器
Control Flow控制流
Random Numbers随机编号
lecture2 C++ Reference C + +的参考
sample样品 .emacs 。在Emacs
sample样品 .profile 。简介
session2 hw1
Functions职能
Error Handling错误处理
OOP: structs & classes面向对象: structs &班
lecture3 template metaprogramming模板metaprogramming
session3 hw2
Template Functions and Classes模板的职能和班
Separate Compilation & the make utiltiy分别汇编& 作出 utiltiy
Debugging: (preprocessor & GDB)调试: (前置& gdb此时就会)
lecture4 makefiles
templates范本
macros
assert断言
session4 hw3
Inheritance继承
Pointers & Arrays指针与数组
C-strings & File I/O的C -弦乐团及文件I / O
Arguments to main论据主要
Memory Allocation内存分配
lecture5 pointers指针
lists名单
maps地图
session5 hw4
Final最后 hw5



CSCI 123 Introduction to Programming Concepts in C++ csci 123介绍编程的概念,在 C + +
at Fullerton College在富勒顿学院

This course is an introduction to the basic principles of programming using a structured programming language, C/C++.这当然是介绍的基本原则,规划使用结构化编程语言,炭/炭+ + 。 Students will design algorithms, write external documentation, design and write source code in C/C++, and write internal documentation for programming problems.学生将设计算法,写的外部文件,设计和写的源代码在C / C + + ,并撰写内部文件规划问题。

Lectures:讲座:


CSE 459.22: Programming in C++ 459.22的CSE :编程在 C + + at Ohio State University在俄亥俄州立大学

Lecture Slides:演讲幻灯片:
Labs:实验室:


CS117: Introduction to Programming Languages C++ cs117 :介绍编程语言的C + + at the Univeristy of Chicago在芝加哥大学

This course covers definition, use, algorithm design and algorithm analysis of the fundamental abstract data types, including linked lists, stacks, queues, trees and graphs.这项课程涵盖的定义,使用,算法设计和算法分析的基本抽象数据类型,包括链表,栈,队列,树和图。 Also, analysis of each algorithm is done.此外,分析每个算法是这样做。

Lectures讲座 :

CpE 391D - Fundamentals Of Object Oriented Programming In C++ CPE的391d -基本面向对象编程在C + + at West Virginia University在西维吉尼亚大学

This is a 3-credit hour project-based laboratory-oriented course aimed at learning the fundamentals of object-oriented design and implementation in C++.这是一个3小时的信贷项目为基础的实验室为导向的课程,目的是学习基本的面向对象的设计与实现在C + + 。 The objectives of the course are to have students identify and practice the object-oriented programming concepts and techniques, practice the use of C++ classes and class libraries, modify existing C++ classes, develop C++ classes for simple applications, and practice the concepts of Object-Oriented Analysis and Design (OOA/OOD) and design patterns and frameworks by developing a C++ based project.培训班的目的是要学生找出与实践面向对象的程序设计概念和技术,实践中使用的C + +阶级和阶级图书馆,修改现有的C + +类,发展C + +类简单的应用,与实践的概念,对象面向的分析与设计(面向对象分析/面向对象设计)和设计模式和框架,制定了C + +的基础工程。

Course Topics - Slides:当然主题-幻灯片:

  1. Introduction to the Object-Oriented Programming Concepts介绍了面向对象的程序设计概念
  2. C++ Program structure C + +程序结构
  3. C++ Data Types C + +的数据类型
  4. Functions, Scope and the Free Store职能,范围和免费商店
  5. The C++ Class C + +类
  6. Static Class members and the this pointer静态类成员和这个指针
  7. Operator Overloading经营者超载
  8. Class Derivation and Inheritance一流的推导和继承
  9. Virtual Functions and Polymorphism虚拟的职能和多态性
  10. Templates范本
  11. Object-Oriented Analysis and Design (OOAD)面向对象的分析与设计( ooad )

Lab Assignments:劳顾会的任务:

  1. Introduction to OOP, and The C++ Program Structure.介绍了面向对象编程,和C + +程序结构。
  2. Data Types I, Pointers, references, and arrays (2 weeks)数据类型,指针,引用,阵列( 2周)
  3. Data Types II, Structs and Classes.数据类型二, structs及班级。
  4. The C++ class, Sparse Matrix Application. C + +类,稀疏矩阵的应用。
  5. Nested Classes, and discrete event simulation of a client server model (2 weeks).嵌套班,和离散事件仿真的客户端服务器模型( 2周) 。
  6. The this pointer, Static data members, and operator overloading.这个指针,静态数据成员,和经营者超载。
  7. Class derivation, and inheritance.一流的推导,和继承权。
  8. Multiple inheritance, and Polymorphism.多重继承,以及多态性。
  9. Project: Object-Oriented Analysis and Design (2 weeks)项目:面向对象分析与设计( 2周)
  10. Project: Implementation and testing (2 weeks)项目:实施和测试( 2周)

Popularity: 14% [人气: 14 % [ ? ] ]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. 分享和享受: 这些图标链接到社会书签网站,读者可以分享和发现新的网页。
  • blogmarks
  • del.icio.us
  • Furl
  • Reddit
  • Shadows
  • YahooMyWeb
  • StumbleUpon
  • Digg
Related Posts: 相关文章:
  • 39 Univeristy Programming and IT Courses 39大学编程和资讯科技课程
  • 9 AJAX Tutorials from Univeristy Courses 9 Ajax的教程,从大学课程
  • Free Linux Internals Course免费的Linux内部当然
  • Free Shell Scripting Course免费壳脚本,当然
  • Free Linux System Administration Course免费的Linux系统,政府当然

  • Filed under:提起下: Best New Free Computer IT Training Tutorial Resources最佳新免费电脑的资讯科技培训,补习资源 — computer_teacher @ 10:52 pm -c omputer_teacher@下午1 0时5 2分

    No Comments没有评论 »

    No comments yet.没有评论。

    RSS feed for comments on this post. RSS馈送的评论对这个职位。

    Leave a comment留下意见

    You must be您必须 logged in记录在 to post a comment.张贴评论。