搜索资源列表
wjpeg
- 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区.-procedures first reading of the document BITMAP point pixel RGB value, library so compressed RGB JPEG files into the buffer zone or buffer zone.
BKSpatialAnalysis
- 空间分析程序 完成基本几何图形的绘制,并且完成gis里缓冲区分析,部分完成了多边形之间关系的功能!但有待扩充。-spatial analysis procedures are completed basic geometric figure drawing, and completed gis Lane buffer analysis, the completion of the relationship between the polygon functions! But to be expa
Bitbitchuli
- 昨天在论坛上,有人问起双缓冲的实现问题,想起网上这方面资料比较凌乱,而且多是 DirectX 相关的,今天特地在这里给大家简要的介绍一下双缓冲技术及其在 VC++ 的 GDI 绘图环境下的实现。 -yesterday at the forum, it was asked to achieve double-buffer issues, I think this information online comparison messy, DirectX is also more relevan
ImageToBuffer2D
- 这是我在刚刚学习VC图像处理时的一个小例子,功能将DIB数据导入到一个二维的Buffer,主要是练习了一下二维动态数组的定义、内存申请和释放,希望能够给初学的朋友带来一些帮助!-This is just learning the VC image processing of a small example, DIB will function to the data into a two-dimensional Buffer. is practicing a bit two-dimensiona
GDIPlusDemoA
- GDI+例子,有双缓画图,多线程控制等。可以用为学习-GDI+ example, a double buffer drawing, multi-threaded control. Can be used for learning
DirectFB-1.3.0.tar
- DirectFB 1.3. It relates to frame buffer driver.-DirectFB
RHMagic
- 融合蚕食特效,国外原作是用DX的模板缓冲技术处理-Integration of encroachment effects, foreign original is DX technical processing of stencil buffer
blanking
- 在屏幕上任意绘制一个多边形,在计算机内将其表示为一个以此多边形为底面的正n边棱柱(指定高度),棱柱的各面具有不同的颜色。 用Z-Buffer算法做面消隐; 允许以棱柱中心为固定点,通过输入x, y, z方向的转动角度实现任意角度的旋转(或通过鼠标操作实现任意角度的旋转) ; 投影方式:正平行投影,并假设物体始终在裁剪空间内;-On the screen draw an arbitrary polygon, within the computer as a polygon of its
Mario
- 图形学简单程序,用填充像素的方法画一个可以四方向移动,放大缩小的马里奥-This is a simple CG project. It draws a Mario on the screen by filling the frame buffer.
shuanghuancun
- 双缓存,用于屏幕绘图,减少因频繁刷新图形而带来的闪烁感-Double buffer for screen drawing, refresh the graphics and reduce the frequency of light flashes caused
View
- 实现一个背景画图,其中用到了双缓冲画图和View画图,画了椭圆和长方体-The realization of a background drawing, which uses a double buffer drawing and View drawing, painting of the elliptic and rectangular parallelepiped
MyPPI
- 自己用vc++6.0开发的雷达PPI显示器示例,利用了图像缓冲器技术,是一个不错的仪表开发例程-Radar PPI displays example vc++6.0 development, the use of the image buffer technology is a good instrument developed routines
WinClock
- 纯Win32SDK编写,采用二次缓冲技术防止屏幕闪烁,字体旋转技术显示钟表刻度,是参考学习之佳作。-Pure Win32SDK writing, using secondary buffer technology to prevent screen flicker, font rotation technique to display a clock tick, is a reference to learning works.
JpegExifWriter
- Take a raw JPEG file in a memory buffer, and another binary buffer containing raw EXIF data (say output libexif), and this routine will write the JPEG out to disk, adding the EXIF data to an APP1 JPEG marker section. This is done entirely witho