搜索资源列表
Devil-SDK-1.6.7
- *nix users should read README.unix VisualC users should read README.visualc Cygwin users should read README.cygwin PS: *nix stands for GNU/Linux, *BSD, SunOS/Solaris and perhaps some more.
vwumpus
- 一个基于MFC的人工智能的巫魔问题求解,图形化界面显示。-an artificial intelligence-based MFC Witch of the devil problem solving, graphical interface shows.
DevIL-docs.tar
- 一个不错的图片浏览器源代码,支持jpeg/gif/bmp/tiff等格式-a good picture browser source code, support jpeg / gif / bmp / tiff formats.
200632419344144
- 用java编写的魔塔小游戏,经过应用很实用,运行良好-prepared with the devil tower little game, after application of practical, well-functioning
DevIL-1.6.8-RC1-src-win32
- Developer s Image Library Developer s Image Library (DevIL) is a cross-platform image library utilizing a simple syntax to load, save, convert, manipulate, filter and display a variety of images with ease.-Developer s
DevIL-SDK-1.6.5
- OpengL编程所需要的DevIL库文件和头文件!用来读取多种格式的纹理图像!-OpengL programming required DevIL libraries and header files! Used to read multiple formats Texture Image!
DevIL-SDK-x64-1.7.8
- Devil能对图形处理有重大的帮助
Devil-SDK-1.6.7
- *nix users should read README.unix VisualC users should read README.visualc Cygwin users should read README.cygwin PS: *nix stands for GNU/Linux, *BSD, SunOS/Solaris and perhaps some more. -*nix users should read README.
DevIL-docs.tar
- 一个不错的图片浏览器源代码,支持jpeg/gif/bmp/tiff等格式-a good picture browser source code, support jpeg/gif/bmp/tiff formats.
DevIL-1.6.8-RC1-src-win32
- Developer s Image Library Developer s Image Library (DevIL) is a cross-platform image library utilizing a simple syntax to load, save, convert, manipulate, filter and display a variety of images with ease.-Developer s
ImageToolLib
- 一个图像处理的库, 支持大图片合并,切割,旋转,缩放. 编译环境VC7.1 要求附加库:devil.-an image processing library, and support the merger picture, cutting, rotating, zoom. VC7.1 compiler environment Additional requirements for : devil.
Kris_Garrein
- The code uses following libraries: - extgl extension loading library - DevIL for texture loading - Nate s simple font library Rendering has following features: - 3 texture layers: base, detail and bump -
Devil
- 魔王语言很难得的,有没有搞错啊,怎么这么 麻烦啊。-Devil language hard to come by, there are no wrong ah, how ah why bother.
123
- 使用DevIL来加载OpenGL纹理 OpenGL本身并没有带图象文件的读取函数,D3DX则有,以前我用的IPicture的接口来加载图象,但是TGA ,MNG PNG 等图象它并不支持.需要其他的代码来加载TGA等,非常不方便,最倒霉的是,代码的问题很多,经常不能成功加载一些图象.早就想把那个该死的库移植到DevIL上了,但是人懒,一直等到今天,呵呵。终于做了个简单的包装了。 代码很乱,只加了读取图象到建立OpenGL纹理,应
DevilMayCry4Cheat
- DevilMayCry4鬼泣4挂挂程序,无限血无限钱无限 锁ExGuard-Devil May Cry 4 pegging pegging DevilMayCry4 procedures, unlimited blood money unlimited unlimited locks ExGuard
DevIL-SDK-x86-1.7.5
- 新版的图像用sdk,虽然有点难用,不过对没时间的人很有帮助。-Developer’s Image Library was previously called OpenIL, but due to trademark issues, OpenIL is now known as DevIL. DevIL is an Open Source programming library for programmers to incorpo
Devil-language-interpretation
- 魔王语言解释 有一个魔王总是使用自己的一种非常精练而抽象的语言讲话,没有人能听懂,但他的语言是可以逐步解释成人能听懂的语言,因为他的语言是由以下两种形式的规则由人的语言逐步抽象上去的: (1)α->β1β2……βm (2)(θδ1δ2……δn)—>θδnθδn-1……θδ1θ 在这两种形式中,从左到右均表示解释。试写一个魔王语言的解释系统,把他的话解释成人能听得懂的话;-Beelzebub has a d
Devil-Language
- 自己写的魔王语言,纯堆栈写的,对于初学数据结构的有一定的帮助.-The devil himself wrote the language, written in pure stack, the data structure for the beginner will certainly help.
Devil
- 魔王语言的实现,属于数据结构课程设计的内容-Devil language implementation, data structures belonging to the content of the curriculum design
Devil-language
- 魔王语言: 处理括号: 先设置一个栈,遇到左括号时,不断地压栈,直到遇到右括号。一旦遇到了右括号就不断地出栈,直到出一个左括号,然后把这些字符解释,解释后压到栈里去。然后再不断地压栈,直到遇到下一个右括号,如此往复。并利用递归算法处理多重括号的情况。 翻译: 一旦遇到需要翻译的字符,输出指定的字符串。此处仅仅设置了两种规则(自行定义),因此只需按照定义过的规则输出字符串即可。-Devil language: Handli