使い方 MeCab本体からlibmecab.dllをコピーし、MeCab.dllとlibmecab.dllをexeの出力フォルダに入れ、 MeCabSharp.dllを参照設定に入れて、MeCabSharp名前空間からいろいろといじります。 解析に使うのはTaggerクラスです。 コンパイル 事前準備 v1.2から付属のm... 続きを読む
ナビゲーション TOP>ニュース過去ログ>2008年03月>27日>ウィンドウのハンドルがあれば、ウィンドウのアイコンを取れる? 2008/03/27 ウィンドウのハンドルがあれば、ウィンドウのアイコンを取れる? 昨日のやり方でウィンドウのハンドルは取れた。あとはこれを... 続きを読む
2008/03/26 C#(っていうか.NET)でウィンドウを列挙 C#で、ウィンドウの一覧が欲しい。@ITを見ると、Processクラスを使うようなことが書いてある。 Process.GetProcesses() で全プロセスを取得。 その中からProcess#MainWindowHandle != IntPtr.Zero のものだけ... 続きを読む
DOBON.NET へようこそ! このサイトでは、.NET Framework、VB.NET、C#、Visual Basic、Visual Studio、インストーラなどのプログラミング情報、Tips、ソースコード、サンプルの紹介を行っています。また、私の作成した無料ソフトの配布を行っています。 プログ... 続きを読む
前の記事に続き、Flickr.NETを使う。 今度はFlickr Uploaderを作ってみた。Flickr.NETには ・Flickr APIへの認証(read/write/delete権限の取得) ・ファイル名を指定してアップロード などの機能が揃っているのでさくっと作れた。 できたもの => Archive ドラ... 続きを読む
前に作ったAS2.0用のこれ → s.h.log: C#に埋め込んだFlashと通信するライブラリ のかわりに、最近AS3をメインに使っているので、C#2.0とFlash(AS3.0)間でメッセージをやりとりするための「XMLSocketCommand」というものを作った。 両者からオブジェクトをXMLに... 続きを読む
Ray tracers are a lot of fun. When I was in middle school, I discovered POV-Ray and was so excited about the cool graphics it could create that I would often leave my 286 on overnight rendering ray-traced scenes and movies. When I was in hi... 続きを読む
昔、C言語で作ったやつをなくしてしまったのでC#で書いてみました。HMM (Hidden Markov Model, 隠れマルコフモデル)において、最尤状態列を計算します。かなりやっつけで書いてるの後でリファクタリングしたいなぁ。 Dictionarystring, KeyValuePairstring, dou... 続きを読む
Download demo - 1025.2 KB Download source - 548.0 KB Introduction Image Processing Lab is a simple tool for image processing, which includes different filters and tools to analyze images available in the AForge.NET framework. It's easy to dev... 続きを読む
第 4 章 画像処理入門 2 〜 アルゴリズム入門 〜 サンプルプログラムのダウンロード (msdnaa_algorithm04.exe、122 KB) 4.1 はじめに 近年の情報技術の発達に伴い、コンピュータによる画像処理技術も大きく進歩しました。画像処理技術は、医療、工業、そしてマ... 続きを読む
Download source -286.16 KB Download demo project -257.52 KB Introduction Artificial Neural Networks are a recent development tool that are modeled from biological neural networks. The powerful side of this new tool is its ability to solve pro... 続きを読む
Red Gate has recently acquired .NET Reflector. We will continue to maintain a free version for the benefit of the community. For more information on the deal, please see the interview on Simple-Talk. Over the next few months we will be explor... 続きを読む
USBカメラをWindows環境で利用するためには,主に二種類の方法があります.一つはVideo for Windowsを利用する方法,もう一つはDirect Showを利用する方法です.今回は,後者のDirectShowを利用して,C#でUSBカメラを制御する方法を紹介します.このプログラム... 続きを読む