搜索资源列表
trans.c
- Draw and animate shapes.
net_tank
- 坦克游戏的局域网对战C++版,包括游戏代码和地图编辑器代码,游戏采用同步TCP通讯方式,封装directdraw绘制图形,简单的UI,类似魔兽争霸的局域网建主加入,地图编辑器采用MFC编写,代码尽量采用面向对象方式编程,但也有不足之处-Battle Tank LAN version of the game, using synchronous TCP communications, packaging directdraw to draw graphics, simple UI, similar
huaxian
- 金刚石划线,采用算法来进行金刚石划线,算法是很久之前写的-draw lines with c++ code
migong
- 用C++编写的迷宫小游戏,可以自己画出迷宫,实现不同级别的迷宫游戏-Written in C++ maze game, you can draw their own maze, maze game to achieve different levels of
batten
- 首先用背景色清空画布,然后画食物,其次是通过for循环将贪吃蛇的每个蛇块画在画布上,以此达到游戏效果。 C#实现,有参考价值。-First empty the canvas with the background color, and then draw the food, followed by the for loop Snake snake block painting on canvas in order to achieve gaming effects. C# impleme
Jeu-De-La-Vie
- LIFE GAME Go fullscreen window Use mouse to move and zoom Use arrows and space to place dots Use tab to play or pause Use F1, F2, F3... to draw figure enjoy c++ http://en.wikipedia.org/wiki/Conway s_Game_of_Lif
BestFoodProject
- 后端C#.NET+MVC4+EF5+SQLServer2008 前端HTML5+CSS3+Javascr ipt+jQueryMobile+Ajax 实现使用指定抽奖码进行线上大转盘抽奖的功能,其中包含兑奖时输入兑奖人的信息,并且可以逾期兑奖,中奖几率可自己在数据库中调整。(提示:中奖率等于=奖品数量/参与人数)-Backend C#. NET+ MVC4+ EF5+ SQLServer2008 Front HTML5+ CSS3+ Javascr ipt+ jQueryMobil
Batching-Mesh
- irrlicht is very famous real time 3d engine.A new C++ class CbashingClass is created as an extension to Decal manager class . The class merges all decal nodes to one mesh class. This method lowers draw count and improving FPS.