搜索资源列表
java_lsys
- 电脑中的花园 Lindermayer系统(简称L系统)是另外一种分形图形生成的方法,其主要原理是设定基本简单的绘图规则,然后让计算机根据这些规则进行反复跌代,就可以生成各种各样的图形来。用L系统可以非常逼真的模拟植物的生长过程。上面的程序就是L系统的一个展示。我们已经设定好了一个规则库,你可以通过选择不同的规则画出不同的图形来,同时,你可以通过“设置参数”来改变这些规则从而画出你自己的图形来! -computers garden Lindermayer System (L) is ano
用VC语言实现的汉罗塔
- 在程序启动时,用默认值生成塔类和碟子类的实例,并调用GDI对象绘图。当选择自动方式后,派生一个新线程递归挪动碟子并在每次挪动碟子后刷新图形。在挪动线程中,监测临界区对象作为暂停或继续的判别标志;当选择手动方式时,在碟子的移动过程中进行大碟子和小碟子的判断,如果合乎要求,允许移动,如果不合乎要求,跳出提示对话框。-commencement of the proceedings, with the default value generated tower and plate type exampl
MyRussia
- 俄罗斯方块游戏,用GDI绘图,这是一个基于对话框的程序。-Tetris game, using GDI graphics, this is a dialog-based procedures.
snake
- 是一个贪食蛇的游戏,用windows里的绘图函数编写,不是mfc开发的,是windows开发,里面有一些基本的游戏编程技术,所以值得一下 -snake is a game, using windows in the preparation of graphics functions, not mfc development is the development of windows, there are some basic game programming techniques, it i
Chap05
- 选自《3D游戏编程》第5章 实战例题:3D编程技术的实战例题, 包括基于单色多边形的绘图技巧,多重纹理的合成方法,光影贴图:运用多纹理技巧实现模拟光照,广告牌,法线贴图,阶层体系:3D数据的基本处理方式,动画,和蒙皮。-Selected from the " 3D Game Programming" Chapter 5 actual example: 3D programming examples of actual combat, including single-color
Simple3DTest1
- 3D多边形绘图游戏-Java源码,简单的绘图游戏,简单3D应用-3D polygon graphics games-Java source code, a simple drawing game, a simple 3D application
C
- 利用C++做出的项目源代码:只有象棋、扫雷、俄罗斯方块、FixYou、简易计算器、三微绘图。 请用开发C++的工具打开,在用VS2005及以上版本打开时会出现些问题,请用其他的工具打开! -The use of C++ to make the project source code: only the chess, mine clearance, the Russian box, FixYou, simple calculator, three micro-graphics. Please
GameClass
- OPenGL 绘图 效果和不错,值得一看,效果很好-OPenGL graphics effects and good, worth a look, good results
iWonder
- 这是一个小时候玩的“五道儿”的简单演示程序。 本源码适合初学VC的朋友,这也是我学习用SOCKET作局域网通讯编程 的工程,使用VC6编制的。同时你还可以学习到多线程的使用、双缓冲区绘图、 动画光标ANI的使用,键盘鼠标的基本响应等等。欢迎测试使用哦!-This is a child playing the " five children" , in simple demo program. The source for beginners VC friends, t
gfz_tc_htk
- 这是一个高仿真的TC绘图库,很适合游戏编程人员的使用-This is a high simulation TC graphics library for game programmers is the use of
banyunshu
- 一款智力游戏源码,采用wingdi绘图,内涵窗体渐变,无闪帧循环等技术。-An intellectual game source, using wingdi graphics, gradient form, content, no flash frame loop techniques.
DDPHelper
- 这是QQ游戏大厅中对对碰游戏的外挂程序源码。本外挂利用模式识别的方式判断动物类别,分析操作方式并在窗口绘图生成提示信息。也可以模拟鼠标点击自动游戏。外挂比通过游戏抓包并伪造数据提交服务器的外挂方式更保险、安全。-This is the QQ games hall right touch game plug-in source code. This plug-in approach using pattern recognition to determine animal categories,
tank
- 一个用java编写的坦克大战小游戏,主要运用java绘图、线程、界面开发、文件读写知识,可以通过修改敌人坦克数和自己的坦克生命数来增加游戏难度-Tankedaizhan written a java game, the main use of java graphics, thread, interface development, document literacy knowledge, you can modify the number of enemy tanks and the numb
Backgammon-curriculum-design
- 五子棋课程设计,1拥有一个良好的进入界面,以及必要的选项; 2拥有一个二维的数组来记录和更新实时的状态,并且能够有一种方法在DOS界面下绘制出整个棋局的实时状态(包括棋盘和棋子); 3能够通过键盘上的按键完成所选位置的移动和选定操作; 4能够在每一次的走棋后判定是否游戏结束(棋盘走满或者是一方胜出); 5能够完成悔棋的功能,并保证这之间的棋局绘图能够与二维数组数据同步,做到真正意义上的悔棋。 -Backgammon curriculum design, an entry wi
GameFrame
- 摘要:VC/C++源码,游戏编程,贪吃蛇源码,数组标记 MFC贪吃蛇源码--非链表--采用数组标记方式实现,将绘图与逻辑实现独立。CSnake为标准C++代码,可单独提取出来对界面进行更换。-Abstract: VC/C++ source, game programming, Snake source array mark MFC Snake source- the non linked list- array tag implementation, the graphics and l
TankWar2.9
- 在开始游戏后,启动服务器和客户端,对背景的所有物体进行绘图在主程序运行的线程中,画面刷新将以一定的频率采用双缓冲技术对屏幕重绘,实时反映整个游戏的进行状态.-At the beginning of the game, start the server and client, all objects on the background graphics. Thread running in the main program, the screen refresh frequency will
auto-map-
- 电子地图制作,是学习界面编程,UI绘图,GDI+使用的绝佳例子-Electronic map production, learning programming interface, UI graphics, GDI+ uses excellent example
snake
- 贪吃蛇游戏,完全基于turbo C用绘图函数按照像素坐标绘图,实现贪吃蛇的功能-Snake game, based entirely on the turbo C in accordance with the drawing functions graphics pixel coordinates to achieve the function of Snake
els
- 俄罗斯方块游戏,java简单实现。使用了双缓冲机制绘图,整体游戏效果相当不错。-Tetris game, java simple implementation. Using double buffering mechanism graphics, the game is quite good overall.
1945
- 使用MFC做的1945打飞机小游戏,其中每个类的封装性很好,对初学C++和使用MFC进行界面绘图的程序员有很大的帮助。-Use MFC to do 1945 dozen small plane game, where each class encapsulation is very good, for beginners c++ and the use of MFC interface graphics programmer has a lot of help.