- 博客(185)
- 资源 (13)
- 收藏
- 关注
原创 Graphics Conference Deadlines
This passage is transmitted from http://graphicsconferences.wikidot.com/conference-deadlines . Just for personal use. January 3IA: International Conference on Computer Graphics and Artificial Intell
2008-10-10 16:43:00
1284
转载 WinForm控件与WPF控件的交互
这个问题其实也可以理解为:怎样在WPF/XAML中使用Winform中的控件(如PictureBox)?首先看看XAML代码:(注意下面加粗的部分) xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/x
2008-03-04 21:42:00
1510
原创 Get HWND of the WPF Window
To implement a screen capture program, I found several ways to use BitBle() of Win32. So I have to use HWND to represent the target window, how to get the HWND of the WPF Window became the key point.
2008-03-01 23:59:00
2162
原创 Numbers that can be pressed when the Mobile Phone is locked
Today, when I was so boring that I took out my cell phone and dialed some strange numbers, such as 12345678900, 13400000000, etc, which are all empty numbers. Just for a while, I have not pressed any
2008-03-01 22:34:00
1136
转载 Screen Capturing a Form in .NET - Using GDI and GDI+
Figure 1 - Form captured into a jpeg fileIn most cases, GDI+ speeds up your programming of Graphics because (1) It is not a thin veneer over the Windows SDK (2) It makes sense. However, whene
2008-03-01 00:51:00
1038
转载 The WPF Tab Control - Inside and Out
When it comes to the WinForms Tab Control, there was a lot left to be desired. If you had to make major design changes, you were better off just writing one from scratch. The WPF Tab Control makes ma
2008-02-28 16:44:00
3444
1
原创 Load 3D Model in OpenGL
Create your own 3D model, then convert to 3ds fromat. Use the view3ds.exe program in the command line to view the 3D model. When it shows, click the window and select "convert to Opengl c files" or pr
2008-02-26 21:37:00
1473
1
转载 电影《时空骇客》的科学:隐形传输和虫洞
早上打开电脑,看见了这样一篇报道,让我再一次感悟到科学的神奇,让我更坚信了,在这样的一个世界中,"Nothig is Impossible".科学家说的隐形传输并不意味着跟这部新片里一样,物体从一个地方隐形传输到另一个地方。隐形传输也就是一个电子首先"缠上"两个电子,在这些粒子以某种特定的方式相互作用后,无论它们彼此如何影响,距离远近,都无关紧要,这就是爱因斯坦称之为"远距离幽灵
2008-02-19 11:35:00
1890
原创 Something abuot the Initialize() function of XNA Template
Recently, I have been learning some article about using XNA Framework to develop games. I have dreamed to create a wonderful game long long ago. But at that time, I dont know how to do and where to
2008-02-17 23:43:00
894
转载 Beginning Game Development: Part V - Adding Units
This is Part 5 of an introductory series on game programming using the Microsoft .NET Framework and managed DirectX 9.0. This article covers adding of 3D objects to th
2008-02-13 22:49:00
1611
翻译 WPF: IconButton
原文链接:http://www.codeproject.com/KB/WPF/WPF-IconButton.aspx 下载 WpfIconButtonDemo - 278.43 KB 介绍我看到了许多使用Expression Blend创建十分漂亮的按钮(Button)的演示视频,但是却没有找到一个是详细讲解如何从一幅图片创建按钮的.这篇文章试图填补这一空白.Ico
2008-02-12 23:06:00
1904
转载 Webcast about C# 3.0 and LINQ
Long time ago I promised to show LINQ in a demo, instead of just showing slides. Finally its online So to show you how much easier it is to write code in C# 3.0 than it was in C# 2.0, Ive created
2008-02-10 17:16:00
936
转载 Tired of querying in antiquated SQL?
Well, you dont have to! LINQPad lets you interactively query SQL databases in a modern query language: LINQ. Kiss goodbye to SQL Management Studio! LINQPad supports everything in C# 3.0 and Frame
2008-02-10 13:53:00
768
转载 Beginning Game Development: Part IV - DirectInput
This is Part 4 of an introductory series on game programming using the Microsoft .NET Framework and managed DirectX 9.0. This article covers the input device portion of D
2008-02-09 20:04:00
1485
转载 Beginning Game Development: Part III - DirectX II
This is Part 3 of an introductory series on game programming using the Microsoft .NET Framework and managed DirectX 9.0. This article covers more advanced DirectX prin
2008-02-08 23:58:00
1616
转载 Beginning Game Development: Part II - Introduction to DirectX
This is Part 2 of an introductory series on game programming using the Microsoft .NET Framework and managed DirectX 9.0. This article covers the basics of DirectX.
2008-02-08 22:44:00
1622
转载 MSIL - the language of the CLR (Part 3)
IntroductionIn this the 3rd and final part of the MSIL series we will look at the various high level language constructs and how they are represented in MSIL via a series of practical examples.ILDasm.
2008-02-07 10:31:00
844
转载 Building a 3D Game in XNA From Scratch - Free Video Tutorial Series Now Available!
After far too many hours of learning, teaching, recording, testing, video editing, and other glorious activities, I am ready to make available my massive collection of video tutorials for creatin
2008-02-07 10:13:00
243399
2
转载 MSIL - the language of the CLR (Part 2)
IntroductionIn this part I will briefly explain the compile time and runtime workflow of a managed assembly as well as analyzing MSIL with some example programs.The compilation and execution process o
2008-02-04 17:34:00
948
转载 MSIL - the language of the CLR (Part 1)
Introduction In this part I’m going to explain what MSIL is as well as the benefit of knowing it! Along the way (before we hit part 2) we will talk a little about what a managed module is composed o
2008-02-04 16:30:00
1000
原创 Visual Studio 2008 Team Suit
MSDN Library for Visual Studio 2008http://www.microsoft.com/downloads/details.aspx?FamilyID=6ff3bc60-32c8-4c22-8591-a20bf8dff1a2&DisplayLang=zh-cnVisual Studio Team System 2008 Team Suitehttp://www.m
2008-02-03 14:08:00
861
原创 Using the DirectX Sample Framework
Using the DirectX Sample FrameworkWhen building the project in previous artical :Introduction, I got many errors. To solve that, fist, follow the instructions below:The Microsoft DirectX 9.0 for M
2008-02-02 22:45:00
808
转载 Beginning Game Development: Part I – Introduction
Beginning Game Development: Part I – IntroductionPublished 02 November 06 10:51 PM | Coding4Fun This is Part 1 of an introductory series on game
2008-02-02 22:17:00
1166
转载 All about Unsafe Code in C#
All about Unsafe Code in C#C# .net hides most of memory management, which makes it much easier for the developer. Thanks for the Garbage Collector and the use of references. But to make the language
2008-02-02 22:14:00
1260
转载 Using Unsafe Code in C#
Using Unsafe Code in C#Using Unsafe Code – Part 1C# .NET hides most of memory management, which makes it much easier for the developer. Thanks for the Garbage Collector and the use of references.
2008-02-02 22:11:00
1081
转载 Windows Presentation Foundation Soup to Nuts
Summary page for the WPF soup to nuts webcast series by Bill Steele, many of which were part of the top 10 webcast list for 2007.MSDN Webcast: Windows Presentation Foundation Soup to Nuts (Part 01 o
2008-02-01 22:19:00
864
转载 Disney Channel Original Movie
每天晚上迪斯尼频道几乎都会播放一部电影,但不是像电影在影院首映那样,迪斯尼频道播放新的电视电影,称为「迪斯尼频道原创电影」(Disney Channel Original Movie),每年大约会播放六部这样的电影。大受欢迎的歌舞青春1,2 就是迪斯尼频道原创电影。Disney Channel Premiere Films 1983 1. Tiger Town (October 9, 1983)
2008-01-12 13:44:00
1229
转载 Disney Channel Original Movie
每天晚上迪斯尼频道几乎都会播放一部电影,但不是像电影在影院首映那样,迪斯尼频道播放新的电视电影,称为「迪斯尼频道原创电影」(Disney Channel Original Movie),每年大约会播放六部这样的电影。大受欢迎的歌舞青春1,2 就是迪斯尼频道原创电影。Disney Channel Premiere Films 1983 1. Tiger Town (October 9, 1983)
2008-01-12 13:40:00
1987
转载 chkdsk DOS命令
chkdsk 基于所用的文件系统,创建和显示磁盘的状态报告。Chkdsk 还会列出并纠正磁盘上的错误。如果不带任何参数,chkdsk 将显示当前驱动器中的磁盘状态。语法chkdsk [volume:][[Path] FileName] [/f] [/v] [/r] [/x] [/c] [/l[:siz
2008-01-11 16:55:00
1351
转载 Indexing with Glimpse
Glimpse, a simple but effective indexing package, can help you find particular mail messages in large mail archives and keep track of files in large directories.Since nearly my entire livelih
2008-01-02 21:01:00
878
原创 Setup Bochs in Ubuntu
Install the following package through Synaptic Package Manager:bochsbochsbiosbochs-xvgabiosBy default, when you mark bochs to install, bochsbios, bochs-wx and vgabios will be marked automatically.
2007-12-31 17:06:00
718
原创 Using flex
由于编译原理课程设计中要求使用lex和yacc编写一个程序设计语言的编译工具,老师虽然提供了基本的lex和yacc,可是还是想自己动手。尝试了好多最后感觉UnxUtils这个Windows下的Unix工具包用起来还不错。首先下载到UnxUtils和UnxUpdate后,将两者合二为一,并把其中/usr/local/wbin的绝对路径加入path中,然后就可以通过命令行来使用flex和bison
2007-12-15 21:07:00
1224
转载 windows下的绿色unix工具集UnxUtils以及个人补充
注:本文所提及的工具附于文后。假如你用惯了linux,那你很有可能跟我一样,是被一堆个头不大,却是精明能干的小工具所吸引的:im, ssh, perl, grep, agrep, fgrep, sed, wget, agrep, unzip, cp, mv, rm (我常用的,也就这些)……这些工具在windows不是不存在,只是有的工具加上了gui界面,个头太大;有的改成了彻头彻尾的w
2007-12-15 20:10:00
2979
1
转载 Windows/Linux双系统重装Windows后无法进入Linux的最速解决办法
本文假定你有CD-ROM光驱以及Linux Live CD (如Ubuntu),并使用GRUB作为bootloader。安装好Windows基本系统后,用Live CD启动,进入Linux桌面,打开Terminal,sudo -s切换到root,然后执行如下步骤: # grub grub> root (hd0,7) grub> setup (hd0) grub> quit # sh
2007-12-15 00:16:00
2118
转载 igfxtray.exe和hkcmd.exe 是什么
方法1:INTEL显卡驱动,主要是你的显卡是intel的集成显卡,安装驱动程序后就有这两个东东,igfxtray.exe是显卡设置的任务栏图标,启动把这几个关掉是可以的另外建议你去掉注册表中的該项的键值,这样在桌面上点击右键时速度会变得正常,不会显得慢半拍似的。 HKEY_CLASSES_ROOT/Directory/Background/shellex/ContextMenuHa ndle
2007-11-24 20:46:00
3358
原创 李开复:成功是让别人离不开你
从法律系到IT专家,从微软到Google,李开复的每一次变化都是从世俗眼光中的温室走到充满险恶的江湖,都曾经引起无数非议。但正是这每一次果断地变化自己的身份,让李开复成为全球最受瞩目的IT技术专家,IT职业经理人。 在李开复看来,在兴趣的指引下做自己喜爱的工作,成为别人永远离不开的依赖,职业人就成就了最为美好的自己。 榜样档案 李开复祖籍四川,1961年
2007-11-22 11:29:00
859
转载 彻底删除System Volume Information文件夹
彻底删除System Volume Information文件夹2007年05月12日 星期六 14:09 用WINXP时间长的网友都知道,本来是想用系统还原来保证系统永不被病毒摧垮,但其结果是System Volume Information文件夹成了病毒最爱栖身的处所
2007-10-27 10:45:00
3973
转载 CS 563 '99 - Advanced Topics in Computer Graphics Home Page
CS 563 99 - Advanced Topics in Computer Graphics Home Page Course Overview The goal of this course is to expose students to a wide range of state-of-the-art research, techniqu
2007-10-26 20:45:00
1100
原创 CS563 - ADVANCED TOPICS IN COMPUTER GRAPHICS: PRESENTATIONS
CS563 - ADVANCED TOPICS IN COMPUTER GRAPHICS: PRESENTATIONS Visualizing Data - Matt Ward Noise, Turbulence, and Texture - Matt Ward An Overview of XmdvTool - Matt Ward An O
2007-10-26 20:43:00
937
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人