グラフ理論におけるネットワークの中心性(実装) / centrality of network (graph theory), implementation

network_evaluation.zip Dijkstra’s algorithm(finding shortest path) is very core of centrality evaluation. please refer to past post “centrality of network (graph theory)” 中心性を評価する過程で頻繁に使われるのがダイクストラ法(最短ルート検索)です。 ネットワークの中心性についてはこちらのポストも参照して下さい。

  • Comments Off on グラフ理論におけるネットワークの中心性(実装) / centrality of network (graph theory), implementation

pseudocode or flowchart / 擬似コード もしくは フローチャート

flow_chart_sample_2014.pdf For next pin-up,  please try to add pseudocode or flowchart of your system. I think flow chart will fit you. This might be better to write down before coding. Still, It is good to give clear direction for your system, and very strong tool for presentation. There is sort of standard grammar-syntax.But just try to describe it in your style for beginning. 次回のピンナップには、各自で作っているシステムの擬似コード もしくは フローチャートを作ってきてください。今回はフローチャートのほうが良いと思います。コードを書く前に作ったほうが良い場合もありますが、今やろうとしていることの方向性の整理、実装の手助け、またプレゼンテーションにも有効です。コンピュータプログラミングのためのなんとなく標準的な書き方がありますが、まずは各自思うとおりにやってみてください。  

  • Comments Off on pseudocode or flowchart / 擬似コード もしくは フローチャート