tg.Children.Add(new TranslateTransform3D());
tg.Children.Add(new RotateTransform3D(new AxisAngleRotation3D(new Vector3D(1, 0, 0), this.Slider.Value *30)));
tg.Children.Add(new ScaleTransform3D());
C#, PowerShell プログラミングの覚書、雑記など
Parallel Extensions Samples Tour
In this 20-minute tour of the Parallel Extensions sample code, you will learn where to focus your energy when you explore the samples. Watch this video in order to see how Parallel Extensions fit in the large picture and what goal it aims to solve. |
Understanding the Parallel Class
The .NET incarnation of the solution to “imperative data parallelism” lives in the static Parallel class of the Parallel Extensions assembly. If that sentence confuses you a bit, watch the video for the full explanation. |
Parallel LINQ
“Declarative Data Parallelism” with the Parallel Extensions is achieved through Parallel LINQ. This video explains how to parallelise your LINQ queries, how it works under the covers and how to configure it for advanced scenarios. |
最近、XBox 360 を Windows XP に Media Extender として接続し、PC の音楽を再生しています。この写真は、W-ZERO3で撮影したので見にくいですが、Windows XP …..network….XBox 360 で、XP上のMy Music を再生しながら、My Pictureをスライドショーできます。
この機能が最近お気に入りです。というのも、普段ながら族なので、P4 Dual Core PC で Outlook, IE, Virtual Server 上で Visual Studio を動かし、さらに Media Player で音楽をききながらという使い方をしています。音楽程度ならいいのですが、WMV を見ながらとなると、かなりCPUパワーを食われます。それに、デュアルモニターですが、フルに画面を使っているので、Media Player を開いたり閉じたりするのが、いがいとじゃまだったりします。
そこで、Media Extender として XBox 360 を使うと、PC 側はデーターを転送するだけで済むし、TVでスライドショーは見えるし、お手軽リモコンで音楽やビデオの再生ができるし、その分 PC の負荷も下がります。あと、TVでスライドショーと、音楽の組み合わせが結構新鮮でいい感じです。
ということで、XBox 360 Media Extender がマイブーム中。
というのを発見。今、2007 Microsoft Office スイート Service Pack 1を適用中。
2007 Office SP1 をあてるまで、とりあえず、言語バーで、Office IME 2007から、Microsoft IME へ変更して、問題を回避。
同じ爆弾を踏んでしまったための人のために・・・Microsoft IMEへの変更方法は、
1番がお勧めだけど、他にもあるかも。
とりあえず、これで Vista のイメージができたので、次は VS2008 Beta2 か・・・・