授 業 実 施 報 告 書

08/26/2014 更新

科目番号:       
科目名:通信システム工学特論Z (Advanced Topics in Communications VII)

開講時期:平成26年度 学 期

担当教員:都築伸二

授業形態:1クラス開講

添付資料:出席簿

採点基準:以下の合計が60点に満たない場合不可とする

     平常点:30点,レポート70点
実施 日:

No.

実施日(時刻)

時間

total

補足

Pallavi Patil 出欠 渡辺誠 前田 智 酒井直樹 小橋 音田

1

2014/04/17

14:00−15:00

1

 

インタビュー

         

2

2014/04/21 (月)

14:00−16:00

2

3

森脇先生、ガイダンス

         

3

2014/04/22 (火)

10:10−12:40

2.5

5.5

Microsoft Visual Studio 2012 Express, install

         

4

5/2

10:20 - 12:20

2

7.5

V++ study course material:

Introduction


Basics of C++

  • Structure of a program : home work
  • Variables and types
    • int x {0}; //Visual studio 2012 could not understand the curly braces ( { } ). Visual studio 2013 can do it.
    • int foo = 0;
      auto bar = foo; // the same as: int bar = 0;
    • int foo = 0;
      decltype(foo) bar; // the same as: int bar, where bar is not initialized.
5 5/13 10:20 - 11:50 1.5 9
6 5/20 10:20-11:50 1.5 10.5
7 5/27 10:20-12:20 2.0 12.5

Program structure

就活
8 6/3 10:20-12:20 2.0 14.5
  • Functions : homework
    • UNTIL Arguments passed by value and by reference
9 6/10 10:20-12:20 2.0 16.5
  • Functions  残り
    • FROM Efficiency considerations and const reference
10 6/17 10:20-12:20 2.0 18.5
11

6/24

final

10:20-12:20 2.0 20.5
12 7/1 exam 10:20-12:20 2.0 22.5   - - - - -
13 7/8 10:20-11:50 1.5 24.0 Compound data types report 指導 - - - -
14 7/15 10:20-11:30 - - - - - - -
  7/22 休講(出張) - -   - - - - - -
15 7/29 10:20-11:20     - - - - -
  8/1 17:00-19:00 2 26   report 指導(83%達成) - - - - -
16 8/12 10:30-12:00     Classes - - - - -
17 8/19 10:20-12:00     - - - - -
18 8/26 10:20-13:00    

Other language features


C++ Standard Library

- - - - -