東方算程譚

Oriental Code Talk ── επιστημηが与太をこく、弾幕とは無縁のシロモノ。

目次

Blog 利用状況

ニュース

著作とお薦めの品々は

著作とお薦めの品々は
東方熱帯林へ。

あわせて読みたい

わんくま

  1. 東京勉強会#2
    C++/CLI カクテル・レシピ
  2. 東京勉強会#3
    template vs. generics
  3. 大阪勉強会#6
    C++むかしばなし
  4. 東京勉強会#7
    C++むかしばなし
  5. 東京勉強会#8
    STL/CLRによるGeneric Programming
  6. TechEd 2007 @YOKOHAMA
    C++・C++/CLI・C# 適材適所
  7. 東京勉強会#14
    Making of BOF
  8. 東京勉強会#15
    状態遷移
  9. 名古屋勉強会#2
    WinUnit - お気楽お手軽UnitTest

CodeZine

  1. Cで実現する「ぷちオブジェクト指向」
  2. CUnitによるテスト駆動開発
  3. SQLiteで組み込みDB体験(2007年版)
  4. C++/CLIによるCライブラリの.NET化
  5. C# 1.1からC# 3.0まで~言語仕様の進化
  6. BoostでC++0xのライブラリ「TR1」を先取りしよう (1)
  7. BoostでC++0xのライブラリ「TR1」を先取りしよう (2)
  8. BoostでC++0xのライブラリ「TR1」を先取りしよう (3)
  9. BoostでC++0xのライブラリ「TR1」を先取りしよう (4)
  10. BoostでC++0xのライブラリ「TR1」を先取りしよう (5)
  11. C/C++に対応した、もうひとつのUnitTestFramework ─ WinUnit
  12. SQLiteで"おこづかいちょう"
  13. STL/CLRツアーガイド
  14. マージ・ソート : 巨大データのソート法
  15. ヒープソートのアルゴリズム
  16. C++0xの新機能「ラムダ式」を次期Visual Studioでいち早く試す
  17. .NETでマンデルブロ集合を描く
  18. .NETでマンデルブロ集合を描く(後日談)
  19. C++/CLI : とある文字列の相互変換(コンバージョン)
  20. インテルTBBによる選択ソートの高速化
  21. インテルTBB3.0 によるパイプライン処理
  22. Visual C++ 2010に追加されたSTLアルゴリズム
  23. Visual C++ 2010に追加されたSTLコンテナ「forward_list」
  24. shared_ptrによるObserverパターンの実装
  25. .NETでマンデルブロ集合を描く(番外編) ── OpenCLで超並列コンピューティング
  26. StateパターンでCSVを読む
  27. 状態遷移表からStateパターンを自動生成する
  28. 「ソートも、サーチも、あるんだよ」~標準C++ライブラリにみるアルゴリズムの面白さ
  29. インテルTBBの同期メカニズム
  30. なぜsetを使っちゃいけないの?
  31. WPFアプリケーションで腕試し ~C++でもWPFアプリを
  32. C++11 : スレッド・ライブラリひとめぐり
  33. Google製のC++ Unit Test Framework「Google Test」を使ってみる
  34. メールでデータベースを更新するココロミ
  35. Visitorパターンで遊んでみたよ
  36. Collection 2題:「WPFにバインドできる辞書」と「重複を許す検索set」
  37. Visual C++ 2012:stateless-lambdaとSQLiteのぷち拡張
  38. 「Visual C++ Compiler November 2012 CTP」で追加された6つの新機能

@IT

  1. Vista時代のVisual C++の流儀(前編)Vista到来。既存C/C++資産の.NET化を始めよう!
  2. Vista時代のVisual C++の流儀(中編)MFCから.NETへの実践的移行計画
  3. Vista時代のVisual C++の流儀(後編) STL/CLRによるDocument/Viewアーキテクチャ
  4. C++開発者のための単体テスト入門 第1回 C++開発者の皆さん。テスト、ちゃんとしていますか?
  5. C++開発者のための単体テスト入門 第2回 C++アプリケーションの効率的なテスト手法(CppUnit編)
  6. C++開発者のための単体テスト入門 第3回 C++アプリケーションの効率的なテスト手法(NUnit編)

AWARDS


Microsoft MVP
for Visual Developer - Visual C++


Wankuma MVP
for いぢわる C++


Nyantora MVP
for こくまろ中国茶

Xbox

Links

記事カテゴリ

書庫

日記カテゴリ

ややこしさを数であらわす

サイクロマチック数てのがあります。

関数の複雑さをざっぱに知る指標。
それによると、ぶっちゃけ条件分岐やloopが多けりゃそんだけややこしい、と。
こいつが大きいとバグりやすいし修正しにくいしテストケース増えるし"いいことない"、と。
かなりざっぱながら、ぱっと見での「ややこしく見え度」とかなり一致します

わかりやすぅい解説はコチラ
↑残念ながらサイクロマチック計測ツールへのリンクが切れちょります orz
よさげなの見つけたらご一報くだちぃ > ALL

[追記] 「Visual Studio 2008 に付いてんでぇ」との中さんからの情報。
確かに コードメトリクスを計算 ってメニューがありました。 ← Team System ね。
が、C++食わせたら マネージコードがない! とか怒る。
/clr くっつけてみたらば サイクロマチック数:0 とかほざきやがる。
ref class の中だったらちゃんと勘定してくれるし、計数に先立って
buildしてるとこから、ひょっとかしたら生成されたILを基に勘定して
んのかもです。

投稿日時 : 2009年2月27日 12:58

コメントを追加

# re: ややこしさを数であらわす 2009/02/27 14:37 中博俊

VS2008に標準でついてます。
C++は対象かどうかわかんないですが

# re: ややこしさを数であらわす 2009/02/27 14:43 出水

http://www.campwoodsw.com/sourcemonitor.html
これどうなんでしょ?

自分のソース流し込んだら15が最高でした
割といい方なのかな?

# re: ややこしさを数であらわす 2009/02/27 15:06 επιστημη

> VS2008に標準でついてます。
ついてました。んが、

> C++は対象かどうかわかんないですが
「× マネージコードがありません」ざけんなゴルァ!

ダメ元で /clr つけました。
「サイクロマティック数: 0」んなわきゃねーだろヴォケェ!

# re: ややこしさを数であらわす 2009/02/27 15:24 επιστημη

> ダメ元で /clr つけました。
> 「サイクロマティック数: 0」んなわきゃねーだろヴォケェ!

ははーん、 ref class とかの中なら勘定してくれますね。
ぐろばるな関数とかはアウトオブガンチューです。

# re: ややこしさを数であらわす 2009/02/27 15:30 επιστημη

> これどうなんでしょ?
おー...早速ありがとです。

> 15が最高
30あたりからそろそろヤバげってことなんで、
上等なんじゃないすかね♪

# re: ややこしさを数であらわす 2009/02/28 21:17 dogatana

QAC++というのはどうでしょ。
かなり高価ですが、チェックインに連動させて、ある基準を満たさないとチェックインできないようにしてる会社もあるとか。

# re: ややこしさを数であらわす 2009/02/28 23:23 επιστημη

> かなり高価

ウチとこでも買おうかなーとかゆーてました。
ぶっちゃけ百万超えるよねぇ...

# re: ややこしさを数であらわす 2009/03/01 9:47 dogatana

> ぶっちゃけ百万超えるよねぇ...
以前QACを購入したときは200万近かったような。
(QAC++はまだVisualC++未対応のころ)
今だとフローティングライセンスで安いかも?
でもこの時期設備購入は厳しいですね。
あとは、年度末駆け込みとか、どさくさまぎれとか ^^

# re: ややこしさを数であらわす 2009/04/19 23:12 hhayakaw

私、これ使ってました。

http://sourceforge.net/projects/cccc

QACも検討しましたが、高過ぎでし。

# It's wonderful that you are getting thoughts from this paragraph as well as from our dialogue made at this place. 2018/10/07 1:26 It's wonderful that you are getting thoughts from

It's wonderful that you are getting thoughts from this paragraph as well as from our
dialogue made at this place.

# You have made some really good points there. I looked on the internet to learn more about the issue and found most individuals will go along with your views on this website. 2018/10/08 8:05 You have made some really good points there. I loo

You have made some really good points there. I looked on the internet to learn more about the issue and found most individuals
will go along with your views on this website.

# Ahaa, its fastidious dialogue regarding this paragraph here at this blog, I have read all that, so now me also commenting at this place. 2018/10/26 4:45 Ahaa, its fastidious dialogue regarding this parag

Ahaa, its fastidious dialogue regarding this paragraph here at
this blog, I have read all that, so now me also commenting at this place.

# Wow, this piece of writing is fastidious, my sister is analyzing these kinds of things, so I am going to let know her. 2018/11/04 1:20 Wow, this piece of writing is fastidious, my siste

Wow, this piece of writing is fastidious, my sister is analyzing these kinds of things, so I am going to let know
her.

# Amazing issues here. I'm very glad to peer your post. Thanks so much and I'm taking a look ahead to touch you. Will you please drop me a mail? 2019/05/03 4:46 Amazing issues here. I'm very glad to peer your po

Amazing issues here. I'm very glad to peer your post.
Thanks so much and I'm taking a look ahead to touch you.
Will you please drop me a mail?

# Hello there! I could have sworn I've been to this website before but after checking through some of the post I realized it's new to me. Anyways, I'm definitely happy I found it and I'll be book-marking and checking back often! 2019/05/06 18:08 Hello there! I could have sworn I've been to this

Hello there! I could have sworn I've been to this website before but after checking
through some of the post I realized it's new
to me. Anyways, I'm definitely happy I found it and I'll be book-marking and
checking back often!

# Hello there! This blog post could not be written any better! Looking through this article reminds me of my previous roommate! He always kept talking about this. I most certainly will send this article to him. Fairly certain he's going to have a very good 2019/07/17 10:45 Hello there! This blog post could not be written a

Hello there! This blog post could not be written any better!
Looking through this article reminds me of my previous roommate!

He always kept talking about this. I most certainly will
send this article to him. Fairly certain he's going to have a very good read.
I appreciate you for sharing!

# Hello there! This blog post could not be written any better! Looking through this article reminds me of my previous roommate! He always kept talking about this. I most certainly will send this article to him. Fairly certain he's going to have a very good 2019/07/17 10:46 Hello there! This blog post could not be written a

Hello there! This blog post could not be written any better!
Looking through this article reminds me of my previous roommate!

He always kept talking about this. I most certainly will
send this article to him. Fairly certain he's going to have a very good read.
I appreciate you for sharing!

# Hello there! This blog post could not be written any better! Looking through this article reminds me of my previous roommate! He always kept talking about this. I most certainly will send this article to him. Fairly certain he's going to have a very good 2019/07/17 10:47 Hello there! This blog post could not be written a

Hello there! This blog post could not be written any better!
Looking through this article reminds me of my previous roommate!

He always kept talking about this. I most certainly will
send this article to him. Fairly certain he's going to have a very good read.
I appreciate you for sharing!

# Hello there! This blog post could not be written any better! Looking through this article reminds me of my previous roommate! He always kept talking about this. I most certainly will send this article to him. Fairly certain he's going to have a very good 2019/07/17 10:48 Hello there! This blog post could not be written a

Hello there! This blog post could not be written any better!
Looking through this article reminds me of my previous roommate!

He always kept talking about this. I most certainly will
send this article to him. Fairly certain he's going to have a very good read.
I appreciate you for sharing!

# Highly descriptive blog, I loved that a lot. Will there be a part 2? pof natalielise 2019/08/01 11:40 Highly descriptive blog, I loved that a lot. Will

Highly descriptive blog, I loved that a lot.
Will there be a part 2? pof natalielise

# tGYZWLQoMpItFbv 2021/07/03 3:48 https://www.blogger.com/profile/060647091882378654

I really love I really love the way you discuss this kind of topic.~; a.~

# Illikebuisse oeyfd 2021/07/04 21:52 www.pharmaceptica.com

tens 7000 erectile dysfunction https://pharmaceptica.com/

# You've gotten the most impressive internet websites. 2021/11/03 16:27 You've gotten the most impressive internet website

You've gotten the most impressive internet websites.

# thank so much for your internet site it helps a whole lot. 2021/11/05 3:08 thank so much for your internet site it helps a wh

thank so much for your internet site it helps a whole lot.

# prednisone without prescription.net http://prednisoneen.store/ 2022/04/16 22:20 Prednisone

prednisone without prescription.net http://prednisoneen.store/

# fJXgKRILEM 2022/04/19 11:24 johnansaz

http://imrdsoacha.gov.co/silvitra-120mg-qrms

# buy lasix online https://buylasix.icu/
lasix tablet 2022/06/24 16:38 LasixRx

buy lasix online https://buylasix.icu/
lasix tablet

# buy cheap clomid https://clomidonline.icu/ 2022/07/08 13:06 Clomidj

buy cheap clomid https://clomidonline.icu/

# canada buy prednisone online https://deltasone.icu/
prednisone 2.5 mg daily 2022/08/22 9:14 Prednisone

canada buy prednisone online https://deltasone.icu/
prednisone 2.5 mg daily

# metformin drug https://glucophage.top/
metformin 1000 mg online 2022/08/23 7:24 Niujsdkj

metformin drug https://glucophage.top/
metformin 1000 mg online

# male erection pills https://ed-pills.xyz/
new treatments for ed 2022/09/17 19:27 EdPills

male erection pills https://ed-pills.xyz/
new treatments for ed

# doxylin https://buydoxycycline.icu/ 2022/10/08 11:39 Doxycycline

doxylin https://buydoxycycline.icu/

#  https://clomidforsale.site/ 2022/11/13 14:02 ForSale

https://clomidforsale.site/

# men's ed pills https://cheapestedpills.com/
erection pills 2022/12/10 16:12 CheapPills

men's ed pills https://cheapestedpills.com/
erection pills

# Get here. Cautions.
https://edonlinefast.com
Prescription Drug Information, Interactions & Side. Read information now. 2023/02/16 12:59 EdPills

Get here. Cautions.
https://edonlinefast.com
Prescription Drug Information, Interactions & Side. Read information now.

# vibramycin 100 mg - https://doxycyclinesale.pro/# 2023/04/21 17:19 Doxycycline

vibramycin 100 mg - https://doxycyclinesale.pro/#

# buy cytotec in usa - https://cytotecsale.pro/# 2023/04/29 4:56 Cytotec

buy cytotec in usa - https://cytotecsale.pro/#

# uti over the counter medication https://overthecounter.pro/# 2023/05/08 23:03 OtcJikoliuj

uti over the counter medication https://overthecounter.pro/#

# where can i buy prednisone without prescription https://prednisonepills.pro/# - buy prednisone 20mg 2023/06/04 21:22 Prednisone

where can i buy prednisone without prescription https://prednisonepills.pro/# - buy prednisone 20mg

# Paxlovid over the counter https://paxlovid.store/
Paxlovid buy online 2023/07/13 13:12 Paxlovid

Paxlovid over the counter https://paxlovid.store/
Paxlovid buy online

# order doxycycline 100mg without prescription https://doxycycline.forum/ doxycycline mono 2023/11/25 13:26 Doxycycline

order doxycycline 100mg without prescription https://doxycycline.forum/ doxycycline mono

# comprare farmaci online all'estero https://farmaciait.pro/ acquistare farmaci senza ricetta 2023/12/04 10:21 Farmacia

comprare farmaci online all'estero https://farmaciait.pro/ acquistare farmaci senza ricetta

# Cytotec 200mcg price https://cytotec.club/ Misoprostol 200 mg buy online 2024/04/28 2:17 Cytotec

Cytotec 200mcg price https://cytotec.club/ Misoprostol 200 mg buy online

タイトル
名前
URL
コメント