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
/** | |
* @file PersonalData.c | |
* @brief 連結リストを使用したサンプルプログラム | |
* @author Keitetsu | |
* @date 2009/02/23 | |
* @copyright Copyright (c) 2009 Keitetsu | |
*/ | |
#include <stdio.h> | |
#include <stdio_ext.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
/** | |
* @file jugyoin.cpp | |
* @brief 動的メモリ確保のサンプルプログラム | |
* @author Keitetsu | |
* @date 2017/06/14 | |
* @copyright Copyright (c) 2017 Keitetsu | |
*/ | |
#include <iostream> |
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
/** | |
* @file q14182109924.c | |
* @brief 配列要素の平均値を求め,平均値未満および平均値以上の数をそれぞれカウントする | |
* @author Keitetsu | |
* @date 2017/11/15 | |
* @copyright Copyright (c) 2017 Keitetsu | |
*/ | |
#include <stdio.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
/** | |
* @file q10182193340.c | |
*/ | |
#include <stdio.h> | |
#include <math.h> | |
#define N 100 |
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
/** | |
* @file q11182261791.c | |
* @brief 試験の点数score[]の分布を求め、それを棒グラフ状に表示する | |
* @author Keitetsu | |
* @date 2017/11/19 | |
*/ | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <time.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
/** | |
* @file q12182666392.c | |
* @brief 単方向リストを作成し,昇順ソートする | |
* @author Keitetsu | |
* @date 2017/12/01 | |
* @copyright Copyright (c) 2017 Keitetsu | |
* @par License | |
* This software is released under the MIT License. | |
*/ |
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
/** | |
* @file q13182776018.c | |
* @brief n人の学生の身長データをキーボードから入力し,平均値,最大値および最小値を求めるプログラム | |
* @author Keitetsu | |
* @date 2017/12/01 | |
* @copyright Copyright (c) 2017 Keitetsu | |
* @par License | |
* This software is released under the MIT License. | |
*/ |
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
/** | |
* @file opencv_camera.cpp | |
* @brief OpenCV Camera Capture Program | |
* @author Keitetsu | |
* @date 2018/02/24 | |
* @copyright Copyright (c) 2018 Keitetsu | |
* @par License | |
* This software is released under the MIT License. | |
*/ |
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
/** | |
* @file opencv_sample.cpp | |
* @brief OpenCV Sample Program | |
* @author Keitetsu | |
* @date 2018/02/24 | |
* @copyright Copyright (c) 2018 Keitetsu | |
* @par License | |
* This software is released under the MIT License. | |
*/ |
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
/** | |
* @file test.c | |
* @brief Hello World for Compile Test | |
* @author Keitetsu | |
* @date 2018/02/23 | |
* @copyright Copyright (c) 2018 Keitetsu | |
* @par License | |
* This software is released under the MIT License. | |
*/ |