GithubHelp home page GithubHelp logo

fortran_histogram_test's Introduction

Histgram drawer for Fortran

A small fortran program to draw histograms.

DEMO

$ scons
$ ./histgram_test 
 How many samples?
100000
 # of summation?
10

This IO will yield a histogram looks like:

0.135 - 0.164:        3:
0.164 - 0.192:       20:
0.192 - 0.221:       51:
0.221 - 0.249:      188:
0.249 - 0.278:      435:#
0.278 - 0.307:      980:####
0.307 - 0.335:     1899:#######
0.335 - 0.364:     3438:##############
0.364 - 0.393:     5226:#####################
0.393 - 0.421:     7353:##############################
0.421 - 0.450:     9674:#######################################
0.450 - 0.478:    11379:##############################################
0.478 - 0.507:    12183:##################################################
0.507 - 0.536:    12152:##################################################
0.536 - 0.564:    10874:############################################
0.564 - 0.593:     8679:###################################
0.593 - 0.621:     6212:#########################
0.621 - 0.650:     4215:#################
0.650 - 0.679:     2613:##########
0.679 - 0.707:     1329:#####
0.707 - 0.736:      668:##
0.736 - 0.765:      273:#
0.765 - 0.793:      120:
0.793 - 0.822:       30:
0.822 - 0.850:        5:

MEMO

This program is written in order to try to use some array oparations in fortran.

If you want to use the histogram module in other programs, only histogram.f90 is needed.

fortran_histogram_test's People

Contributors

sage-git avatar

Watchers

James Cloos 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.