搜索资源列表
MyWinMine
- C#编写一个扫雷小游戏 非常好的一个学习资源-C# to write a very good mine game a learning resource
Introductionto3dGameProgramming
- 3d游戏编程入门经典。压缩包中有5个3d游戏的程序和对应的用到的资源。程序简单易懂,适合学习DirectX编写3D程序。-Introduction to 3d Game Programming classic. Compressed package in 5 3d game program and the corresponding use of resources. Procedures easy to understand, for the preparation of 3D program
cSharpmazegame
- c#的一个简单迷宫游戏,设计简单的gdi++绘图,资源文件调用-a simple game
xnb
- 提取 Windows Phone 7 Xap 软件/游戏 内图片资源,解析/封装 Xap 内的 xnb 资源文件.-Extract the Windows Phone 7 Xap software/games, picture resources, analytical/encapsulation the the Xap within xnb resource file.
game
- 两个c#小游戏,包括打字游戏和贪吃蛇游戏,对于c#初学者是个很好的资源。-Two c# small game, including typing game and snake game, c# for beginners is a very good resources.
waigua
- *资源,能狗自动加血、自动释放技能。减少你花在游戏上的机械操作时间-Plug-in resources, the dog can automatically add the blood, automatic release skill. Reduce the mechanical operating time you spent on games
xiaoxuepingtu
- C#做的拼图软件,包含全部源码 包含内容:小薛超级拼图游戏.resx 资源文件 Form1.cs 窗体文件 小薛超级拼图.csproj 项目工程-C# to do the puzzle software contains all the source code contains the to content: Xiao Xue super jigsaw puzzle. Resx resource file Form1.cs form file Xiao Xue super puz
plo
- c++动态规划问题之多边形游戏,输出游戏的可能最大值,很不错的资源-problem of polygon c++ dynamic programming game, the game possible maximum output, very good resource
playplane
- 飞机大战游戏源码,所有资源都在里面,环境是VS2013-the plant game code
NAudioPractice1
- 我参考官方示例简单封装了一个BSoundPlayer类,这个WAV播放类的特点: 1、简单易用,声明一个对象,指定文件路径,Play(),Stop()就可以了,支持调整音量,同时可以输出音频文件总时间,当前播放时间 2、同一个对象在播放完毕(或者手动停止)之前无法再次播放 3、不同对象可以同时播放 4、每次播放完毕,自动释放资源 这个类最大的缺点就是在播放结束之前不能再次播放,对于按钮快速点击声音这样的需求不能满足,但是可以用来播放时间比较长的背景音乐,与System.Med