This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| やらないこと・低優先度のリスト | |
| (1)Web/スマホのアプリ開発は行わない | |
| (2)ハードウェア開発は行わない | |
| (3)3D プリンタは扱わない | |
| (4)ドローンは扱わない | |
| (5)IoT/Wot は扱わない | |
| (6)ブロックチェーン技術は扱わない | |
| (7)量子計算は扱わない |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2025年度 | |
| 3月28日 広島電鉄循環線 | |
| 2026年度 | |
| 末 山形新幹線 福島駅 上りアプローチ線 | |
| 末 岡山電気軌道 岡山駅乗り入れ | |
| 2027年度 大阪メトロ中央線支線 | |
| 2029年度 熊本市電延伸(秋津新町) | |
| 岡山電気軌道の延伸環状化(大雲寺前~ハレノワ~西大寺町間) | |
| 2020年代後半 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| OS 開発予定(基本機能) | |
| フェーズ1:事前準備 - 2015/02 ~ 2018/07 | |
| ・開発工程の検討 | |
| ・資料収集 | |
| ・デバイス購入検討 | |
| ・サンプルコード開発 | |
| フェーズ2:32 ビット整数式の x64 JIT コンパイラを試作する - 2018/07 ~ 2018/12 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (1) Header.h | |
| #if defined(HEADER_H_) | |
| extern const int global = 100; | |
| #else | |
| extern const int global; | |
| #endif | |
| (2) consumer.cpp | |
| #include "Header.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Copyright 2015 Shin'ichi Ichikawa. Released under the MIT license. | |
| /** | |
| Copyright (c) Intel Corporation. All rights reserved.<BR> | |
| This program and the accompanying materials | |
| are licensed and made available under the terms and conditions of the BSD License | |
| which accompanies this distribution. The full text of the license may be found at | |
| http://opensource.org/licenses/bsd-license.php |
NewerOlder