Information.

Slides:



Advertisements
Similar presentations
This algorithm is used for dimension reduction. Input: a set of vectors {Xn є }, and dimension d,d
Advertisements

Introduction to Computer Programming in C
Lecture 14 Go over midterm results Algorithms Efficiency More on prime numbers.
Chapter 2: Algorithm Discovery and Design
Topic R3 – Review for the Final Exam. CISC 105 – Review for the Final Exam Exam Date & Time and Exam Format The final exam is 120-minutes, closed- book,
CSC 111 Course orientation
CSCE 110 PROGRAMMING FUNDAMENTALS WITH C++
Principles of Procedural Programming
Python – May 11 Briefing Course overview Introduction to the language Lab.
COP 3530 Data Structures & Algorithms Discussion Session 3.
3.1 You should be able to solve one-step equations using algebra. Solve for x.
Microsoft PowerPoint For Beginners. Learning Objective By the end of this session you should be able to create and navigate a PowerPoint slideshow that.
Summary CGS 3460, Lecture 43 April 26, 2006 Hen-I Yang.
CPSC 233 Tutorial 5 February 9 th /10 th, Java Classes Each Java class contains a set of instance variables and methods Instance Variables: Type.
Lecture 5 – Function (Part 2) FTMK, UTeM – Sem /2014.
Computer Programming (ECE 201) Instructor : Dr. Soltan Alharbi September Slides borrowed from Instructor: Wajih Alouini.
Decision Procedures Christoph M. Wintersteiger 9/11/2017 3:14 PM
NV centers in diamond: from quantum coherence to nanoscale MRI
Debugging. Design Well A careful design limits the necessary debugging - think “top-down” Write comments as you go, especially invariants –You can test.
CS140 – Computer Programming 1 Course Overview First Semester – Fall /1438 – 2016/2017 CS140 - Computer Programming 11.
Multidimensional Poverty Measurement
AQA Combined Science (2016)
Elementary Particle Physics
M13/4/PHYSI/SPM/ENG/TZ1/XX
Use z-score as a standardized value for comparisons
ELEC 3105 Basic EM and Power Engineering
Disease Diagnostics Data Analysis
Image Processing 2012 Spring IELAB
Electric Forces and Electric Fields
Intro to Electricity and circuits pg. 47
Geotechnical Engineering II CE 481
Smruti Ranjan Sarangi, IIT Delhi Chapter 7 Computer Arithmetic
V1 - Introduction A cell is a crowded environment
Part II – The Standard Library
CMS Electromagnetic Calorimeter and V-V fusion processes detection (general aspects of my research activity and status of my thesis) I.N.F.N. Turin.
Creative Integration of Inter-Professional Experiences Into Medical Student Community Projects: The Wisconsin Academy for Rural Medicine (WARM) Experience.
Recognition IV: Object Detection through Deep Learning and R-CNNs
Voltage-mode/Current-mode vs D-CAP2™/D-CAP3™ Masashi Nogawa
ΠΑΝΕΠΙΣΤΗΜΙΟ ΙΩΑΝΝΙΝΩΝ ΑΝΟΙΚΤΑ ΑΚΑΔΗΜΑΪΚΑ ΜΑΘΗΜΑΤΑ
Siamese Instance Search for Tracking
Georgina Hall Princeton, ORFE Joint work with Amir Ali Ahmadi
Clustering in light neutron-rich nuclei
OVERVIEW Scheduled Maintenance Program History Philosophy
Unit IV Political Participation Chapters 17-20
Writing Strategies for the Reluctant Writer, including Dysgraphia
Banksia Hill FASD and neurodevelopmental Impairments project
MSE 440/540: Processing of Metallic Materials
Bartlesville District Science Fair
Introductory Visualizing Technology
Social Media Apps Programming
What kind home do you live in?
Animal Evolution and Diversity
PASTORAL POETRY CARPE DIEM SONNETS
SKMM1013 Programming for Engineers
COP 3530 Data Structures & Algorithms
Computer Programming (ECE 201)
Programming For Nuclear Engineers Lecture 6 Arrays
TMC 1414 Introduction to Programming
Computers & Programming Languages
Introduction to Programming Using C++
Chapter Three: Expressions and Equations
Looping III (do … while statement)
Computer Programming (ECE 201)
Orientation CSC 111.
STL and Example.
An Introduction to STL.
WRITING AN ALGORITHM, PSEUDOCODE, AND FLOWCHART LESSON 2.
Lecture 3 – Data collection List ADT
ME 123 Computer Applications I Lecture 5: Input and Output 3/17/03
Lesson 3.3 Writing functions.
Presentation transcript:

Information

About me wanghao@nju.edu.cn wanghao.hku@gmail.com

The textbook C++ Primer (5th edition) One of the best C++ textbooks for beginners Very reader-friendly Chinese version is available but NOT recommended

Other resources cplusplus.com Tutorial, reference, forum, …

Lectures outline Lecture 1 Getting Started Lecture 2 Variables, Basic Types, and Strings Lecture 3 Vectors and Arrays Lecture 4 Expressions and Statements Lecture 5 Functions Lecture 6 Classes Lecture 7 The I/O Library Lecture 8 STL Containers

Objectives The students are expected to be able to use C++ as a tool to study algorithms.

Problem, algorithm & program Input Output Problem Problem solving / Algorithm design Algorithm Input Output Programming / Algorithm implementation Program