Project Description A library for using a Nintendo Wii Remote (Wiimote) from .NET. This project started life as an article for Microsoft's Coding4Fun website. A full set of API docs can be found in the release package. Basic usage and some in... 続きを読む
Welcome! IronPython is a new implementation of the Python programming language running on .NET. It supports an interactive console with fully dynamic compilation. It is well integrated with the rest of the .NET Framework and makes all .NET li... 続きを読む
.NET Framework 2.0 対応言語 (C#2.0, VB2005など) を利用して USB接続の Webカメラなどから画像を取得するためのサンプルです。画像認識などを行うことを想定しています。 サンプルでは以下のことを行っています。 - 取り扱いが容易なライブラリの作成 数行の... 続きを読む
DOBON.NET へようこそ! このサイトでは、.NET Framework、VB.NET、C#、Visual Basic、Visual Studio、インストーラなどのプログラミング情報、Tips、ソースコード、サンプルの紹介を行っています。また、私の作成した無料ソフトの配布を行っています。 プログ... 続きを読む
Monoプロジェクトは6日、Linux向け.NT統合開発環境「MonoDevelop 1.0 beta 2」をリリースした。ビルド番号は「0.17」となる。MonoDevelopのWebサイトより入手できる。 MonoはUNIXやLinux環境で.NET Frameworkを動作させるために活動しているプロジェクト。MonoD... 続きを読む
XNA 2.0アプリケーションの開発に必要なツールは次の2つ。 Visual C# 2005 Express Edition マイクロソフトが提供するソフトウェア開発のための統合開発環境。 サイトから無償で入手できる。 インストーラの指示に従ってインストール。 XNA Game Studio 2.0 「V... 続きを読む
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... 続きを読む
One of the major productivity benefits that the common language runtime (CLR) offers developers of managed code is that the garbage collector (GC) makes sure any memory allocated on the managed heap is cleaned up after it is no longer needed.... 続きを読む
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... 続きを読む
Download source files (textures included) - 280 Kb Download demo project (textures included) - 249 Kb Introduction This RayTracer is a hobby project of mine. It has some very nice features (such as reflection and anti-aliasing) but it is not ... 続きを読む
.NET書こうと思ってタイミングを逃していた話があったのを,『パイプラインパターンとリソース管理』を読んでいて思い出しました.ので,今度こそ書いてみます.皆様,IEnumerator の基底インターフェイスに IDisposable が紛れ込んでいるのをご存じでしょうか... 続きを読む
Such a table can come from a database, spreadsheet, DataGridView, DataGrid, GridView, etc. It is simply a collections of rows of records and columns of fields. As XML is widely understood and requires no special databases, this article uses t... 続きを読む
Download iTextSharpTutorial.zip - 216.5 KB Introduction There are several ways to create PDFs. The hardest of them all is perhaps to create it on your own using C#. However, if you want to learn how to do so, you have to climb a steep learnin... 続きを読む
Win32APIとDirectXで実装する動画処理の基礎<br> プログラミング・マスタ・シリーズVisual C++ 2008 Express Edition は マイクロソフトの統合開発環境、Visual Studio の C++言語の無償評価版です。 2008版からは WindowsAPI を利用する際に必要だっ... 続きを読む
First time here? Check out the site's "greatest hits" or read a post from the archives. Feel free to leave a comment or ask a question, and consider subscribing to the latest posts via RSS or e-mail. Thanks for visiting! There's a great discu... 続きを読む
Copyright(c) 2000-2008 ITmedia Inc. 著作権はアイティメディア株式会社またはその記事の筆者に属します。(著作権について) 当サイトに掲載されている記事や画像などの無断転載を禁止します。 「@IT」「@IT自分戦略研究所」「@IT情報マネジメント」「JOB... 続きを読む
Introduction Programmers usually need to transfer production data for testing or analyzing. The simplest way to copy lots of data from any resources to SQL Server is BulkCopying. .NET Framework 2.0 contains a class in ADO.NET "System.Data.Sql... 続きを読む
Unicodeでは,複数の文字から1つの文字を合成する仕組みがある。例えば,ヨーロッパの言語で使われているアクセント付きのアルファベットを表現するのに使われる。日本語の濁点/半濁点付きのカタカナ/ひらがなにも,この仕組みがある。例えば,「ぱ」という文字... 続きを読む
Please use FireFox to view this page This website has been designed for use with the FireFox browser. Please use FireFox to view this page. Network Programming in .NET with C# & Visual Basic .NET Network programming in .NET is a new release f... 続きを読む
visual basic, vb, active server pages (ASP),java, javscript,c, c++, c__ , vbscript,active server pages, ASP, vbscript,SQL, database, informix, oracle, SQL Server,Perl, CGI,Delphi, PHP,source code, programs, tutorials and help.Planet Source Co... 続きを読む
C#, VC7.1, C++Windows, .NET, .NET 1.0, .NET 1.1, Win2K, WinXP, Visual Studio, Dev Posted: 7 Aug 2003 Updated: 13 Dec 2005 Views: 52,304 Bookmarked: 42 times 続きを読む
By Alexey A. Popov An implementaion of a simple single-threaded HTTP server. C#, Windows, .NET, Visual Studio, Dev Posted: 29 Nov 2005 Updated: 18 Dec 2005 Views: 43,376 Bookmarked: 51 times 続きを読む
はじめに マルチメディアファイルの制御は、たとえ未圧縮のデータ形式でも複雑なものです。音声ファイルやビットマップファイルを純粋な入出力APIだけを使って生成したり、データを解析しようと考えた場合は、音声やイメージに関する物理的な知識が必要になりま... 続きを読む
Download demo - 173 Kb Download source - 191 Kb Introduction There are many different approaches to optical character recognition problem. One of the most common and popular approaches is based on neural networks, which can be applied to diff... 続きを読む
はじめに 今までは、IEツールバーを作成するためには、C++, ATL などといった知識が必要でした。.NETでは、そういった知識は必要なく、Pavel Zolnikov氏が作成したBandObjectsというフリーのクラスライブラリを利用することで、簡単にツールバーが作成できます... 続きを読む
Download source files - 118 Kb Introduction A lot has been already said about extending Windows and Internet Explorer with Band Objects, Browser Bands, Toolbar Bands and Communication Bands. So if you are familiar with COM and ATL you even mi... 続きを読む
分散処理システムのための .NET リモート処理の使用プロセッサ集中型の科学分析データ収集の基本測定およびオートメーションのための仮想インスツルメンテーション 構造的な欠陥を特定するために曲がりくねったトンネル内で F-16 ファルコン戦闘機をテストして... 続きを読む
申し訳ありません。 お客様がリクエストされたページは、存在しないか、削除されています。 5 秒後に MSDN トップページ へ移動します。 続きを読む
我々が最後に Windows Forms 2.0 を検証したのは 2004 年の 5 月ですが、それ以降マイクロソフトによって多数の機能の名称変更、改善、および新規追加が行われました。 この記事で説明する機能は、Community Technology Preview December 2004 に基づいています... 続きを読む
SystemDomain、SharedDomain、および DefaultDomainオブジェクトのレイアウトおよびその他のメモリの詳細メソッド テーブルのレイアウトメソッドのディスパッチ この先しばらくの間は、共通言語ランタイム (CLR) が Windows アプリケーション開発の主要なインフ... 続きを読む