搜索资源列表
yy
- 实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-achieving pictorial and jitter technology, and command line compiler bmp2txt process following vcvars32 rc bmp.rc cl dither.c bmp.
gif图片格式说明
- gif图片格式说明-gif format Note
图形学-原点旋转
- 本人在国外读CG时老师演示的一份作业,绝对原创!请下载使用者保留程序上的copyright说明!本程序是用OPENGL实现的原点旋转,值得初学者参考学习-I read CG abroad when a teacher demonstration operations, absolute originality! Users download the reservation procedure on the copyright note! This procedure is used to ach
二维小波变换
- 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个
BmpProc定义
- BMP位图处理类定义头文件,注意:类CBmpProc是从CBitmap类公有继承而来的,但最好不要使用类CBitmap中的函数!如果使用了(尤其是读入或创建型的函数),则就不要再使用CBmpProc类中的函数,以免混乱。-from Bitmap class definition files, Note : Class CBmpProc from CBitmap category inherited from the public, it is best not to use the catego
OpenGL超级宝典各章源代码01-19
- 《OpenGL超级宝典(第二版)》 在本书中,通常每章介绍一个方面的编程主题,并在同一章中给出与此编程主题相关的大量函数及函数说明。另外,许多函数还提供了实用的示例,使读者可以直接在自己的程序中借鉴参考。 本书内容丰富而全面、结构清晰、层次分明,适用于使用OpenGL编程的各个层次的程序员。 本书是有关OpenGL的参考书,它的内容完整而全面,专为使用OpenGL的新版本进行编程的Windows程序员而写。本书适用于希望掌握OpenGL并提高其图形编程的程序员,既可以作为
GLBLEND1
- 一个很好的OpenGL融合的例子,可用于制造透明或半透明的特殊效果,注意:在运行程序之前,请将提供的\"*.dll文件拷贝到系统的\"Windows(或WinNT)\\system32\\\"目录下。如果还需要别的文件请自己配置! -a good example of the integration of OpenGL and can be used to create a transparent or semi-transparent special effects Note : Befo
TEXSMPL1
- 一个很好的OpenGL纹理映射的例子,注意: 在运行程序之前,请将提供的“DLL\\*.dll文件拷贝到系统的\"Windows(或WinNT)\\system32\\\"目录下。 -a good OpenGL texture mapping example Note : Before running the program, I would be grateful if the "DLL \\ *. dll files are copied to the system&qu
BMP与JPG格式转变的源代码
- BMP与JPG文件格式转变的源代码 一个把BMP压缩成JPG的源代码。 大小:16.4K 附: 1. 编译说明 1) 在VC IDE 选择setting->link> 加jpeg.lib 2) 编译程序 2. 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区。-BMP and JPG file format changes in the source code BMP
bbccddeec
- 世界编程大赛冠军的组品 自己看看吧 将其解压缩至c盘根目录下,在dos下运行会有意想不到的结果! 我看了后 汗颜了老半天-world programming Champion of their goods group to look at it to decompress c NOTE, the dos will be running under unexpected results! I read ashamed of himself after
MapDisplay
- MapDisplay 是一个矢量图形读取与编辑软件。我们自定义文件格式包括点、线、面、注记四大方面,对于点我们主要读取它的ID、颜色、坐标,而线另外包括线形、线宽,面则另外包括填充色,注记主要是记录ID、颜色、坐标、字体信息,对于这四方面,我们还读一个标记flag,以决定是用基本方法绘图还是用符号库来绘图。另外,为了兼容性,我们也设定它能直接读DXF文件,以处理来自AUTOCAD、Corel Draw等矢量图形编辑软件的数据。 MapDisplay的功能包括读文件并以合适大小来显示地图,并能
OpenGLTutorial
- OPENGL入门的好举例.建立MFC的消息体系和OPENGL状态机的联系方式,OPENGL的渲染,立体几何中的数学模型等内容.可以花点时间入门和学习.其实3DMAX就是这些东西.注意,这是表面渲染,不是实心的物体的仿真!其需要有限元法等工具进行模拟.气体模拟等用的粒子系统以后提供-entry OpenGL good example. News of the establishment of MFC and OpenGL system link state machine , OpenGL ren
双线性曲线
- 一个生成双线性曲线的小程序,内部参数设置见源代码中的说明。-a bilinear curve generation of small procedures, internal parameter setting, see the source code for the note.
3D_world
- 演示如何使用OpenGL建立一个游戏中的三维世界。使用上下左右方向键在其中前进、后退、左移、右移,使用鼠标左转、右转、上看、下看。(注意:需要解压到c:\\windows\\desktop,否则贴图不能正常显示,你可以很简单的修正此bug)-demonstrate how to use the OpenGL establishment of a 3D game world. Using the up and down about the direction in which the key fo
marchingsource
- 关于marchingcube算法的源码,中间没有具体的说明,希望对大家有帮助-on marchingcube algorithm source code, the middle is no specific note, we hope to help
AnnoAlter
- ArcMAP中修改注记比较麻烦,此程序实现了批量修改注记的功能-ArcMAP modified more trouble Note that this procedure will achieve a volume change the function of Notes
oraclespatiail9.0
- Oracle SPATIAL的说明介绍之二-Note 2 introductions
shuiyin111
- 透明数字水印以及小波数字水印的相关说明。图片名根据自己需要修改-transparent digital watermarking and digital watermarking Wavelet the note. Pictures were revised according to their needs
batch-replacement-Note-CAD
- 程序可实现dwg文件注记的批量替换, 可根据需要进行扩展。-Dwg file program allows batch replacement Note
opencv-programming-note
- opencv编程笔记介绍了opencv编程过程中所需的数据函数等,对初学者来说是很好的入门老师。-opencv program note describes the process of programming the required data functions, etc., for beginners is a good entry teacher.