搜索资源列表
les1_con
- 基于控制台的VC OpenGL空框架程序,最小的OpenGL程序,短短几行代码,适合初学者第一次配置opengl使用。-Console based on VC OpenGL framework of procedures, the minimum of the OpenGL program, just a few lines of code, suitable for beginners to first configure OpenGL to use.
GIF-makeANDplayer
- 源图像可以是bmp、jpg、ico等等,反正只要VB图片框能够打开就行。 注意两点:1.本代码中各帧的延迟时间是相同的,如果你要不相同的,请自行修改SaveGIF.cls;2.透明色取自第一张源图片左上角(0,0坐标),要保证这个像素点的颜色是你所需要的。 -Source image can be bmp, jpg, ico, etc., on the line as long as the the VB picture frame can open anyway. Attent
texture
- 新增的第一行是#include <stdio.h> 。它允许我们对文件进行操作,为了在后面的代码中使用fopen(),我们增加了这一行。然后我们增加了三个新的浮点变量...xrot、 yrot、zrot。这些变量用来使立方体绕X、Y、Z轴旋转。最后一行GLuint texture[1]为一个纹理分配存储空间。如果您需要不止一个的纹理,应该将数字1改成您所需要的数字。 -The first line is the new# include <stdio.h>. It a
JPG2RGB565
- JPG2RGB565 说明: 1.对于单片机而言有的时候需要显示图片,一般单片机为了节约资源采用的图片一般为RGB565格式, PC机上用的一般是RGB格式,也就是说PC机器上RGB(R,G,B)三个字节表示一个像素,单片机采 用两个字节表示一个像素,第一个字节的高5位表示R,第一个字节的低3位和第二个字节的高3位 表示G,第二个字节的低5位表示B 2.本程序支持JPG格式转为RGB565格式,显示在屏幕上或者用管道命令输出到一个文本文件 命令行:JPG2RGB
contourlet_toolbox
- 轮廓波变换的工具箱,可直接使用。主程序里选择除第一行以外的代码然后运行就可以了,自带图像。(Contour wave transformation toolbox, can be used directly. The main program in addition to select the first line of code and then run on it, comes with images.)