Giter Club home page Giter Club logo

bresult's Introduction

* 作成者
川尻: [email protected]
金子: [email protected]
(2013年度版修正 子安,西,前田: [email protected])

* 目的
計算機演習 バトルシップの対戦結果の集計プログラムを作成する演習.

* ファイル構成
** README
 このファイル.
** Makefile
 ビルド,テスト,クリーン
** battleship.h
 データの型,関数のプロトタイプ宣言
** *.c
 ファイル名と一致した関数名の実装.

* 使い方
** コンパイル
$ make
or
$ make main

** テスト
$ make test

結果がresult?.txtに格納される.

出力例:
./main data/data1.log > result1.txt
getting data
calculating stats
sorting stats
printing stats
./main data/data2.log > result2.txt
getting data
calculating stats
sorting stats
printing stats
./main data/data3.log > result3.txt
getting data
calculating stats
sorting stats
printing stats
./main data/data4.log > result4.txt
getting data
calculating stats
sorting stats
printing stats

** クリーン
$ make clean

オブジェクトファイルやemacsの一時ファイルとか

bresult's People

Contributors

yuta-inoue avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.