CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 图形图象

资源列表

« 1 2 ... .56 .57 .58 .59 .60 16561.62 .63 .64 .65 .66 ... 16766 »
  1. 80例上手Delphi7编程_06图形图像多媒体

    0下载:
  2. 《80例上手Delphi7编程_06图形图像多媒体》书附盘。包括镜框、渐变色、动画、艺术字等图像处理示例。-"80 cases easily Delphi7 programming _06 imagery multimedia" book with CD. Including the frame, graded color, animation, art images, such as word processing examples.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:5869286
    • 提供者:胡清
  1. minigui_src

    0下载:
  2. MINIGUI在44b0上使用的例子,是学习嵌入式系统图形界面编成的绝好例子,拿来大家分享-MINIGUI 44b0 used in the example is the study of Embedded System graphical interface into the excellent examples, we used to share
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:60596
    • 提供者:于军
  1. OpenGL动画演示(包含代码)

    1下载:
  2. 包含魔幻、膨胀球体、瀑布、数字世界、水波模拟、效果综合、算法集合7个演示,并富有源代码-contains magic and inflating ball, waterfalls and the digital world, the wave simulation, integrated effects, the algorithm set seven presentations, and rich source code
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:4238988
    • 提供者:笑雨
  1. BmpProc定义

    0下载:
  2. 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
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:21781
    • 提供者:峰云
  1. BmpProc

    0下载:
  2. BMP位图处理类 类中的位图都是兼容于当前显示器颜色格式的DDB位图 如果读入的位图格式与当前显示器的颜色格式不同,则读入函数会先将其转换 为兼容于当前显示器颜色格式的位图之后才放入类中 对于所有BOOL型返回的函数,TRUE表示成功,FALSE表示失败-from Bitmap class category bitmap are compatible with the current format color display bitmap if DDB read bitma
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:19440
    • 提供者:峰云
  1. edge

    0下载:
  2. 关于边沿检测与提取,轮廓跟踪的图象算法,命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib-on edge detection and extraction, image contour tracking algorithm, the command line compiler process following vcvars32 rc bmp.rc cl edge.c bmp.res user32.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:6374
    • 提供者:峰云
  1. 计算机图形学-倩

    0下载:
  2. 这是两个计算机图形学中的两个算法。一个是直线中点算法,另一个圆的正负算法。-This is the computer graphics algorithms. A straight line is the midpoint algorithm, another round of plus or minus algorithm.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:80271
    • 提供者:程倩
  1. animate-0.ZIP

    0下载:
  2. VB代码,演示在做游戏时,将PSD格式转换成BMP或者JPG格式的程序,而且,在转换时,要将PSD中的空格转成游戏中约定的透明色。-VB code, the demonstration games, PSD format will be converted into BMP or JPG format of the procedure, but the change, the PSD should turn space into the game as stipulated in the tra
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:120436
    • 提供者:dz
  1. 图像处理_CVI

    0下载:
  2. 这是一款cvi编写的图象处理(增强\\平滑\\等等)软件,是我学图象处理课程的上交作业-This is a cvi prepared by the image processing (Enhanced \\ smoothing \\, etc.) software, I studied image processing courses on the perpendicular operation
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:349156
    • 提供者:周徐
  1. 处理jpeg文件的DLL

    0下载:
  2. 一个处理jpeg文件的dll,实现jpeg文件的打开,及其对图像的亮度增强。以及解压成bmp文件格式。-a jpeg processing documents dll achieve jpeg documents opened, and its right to enhance the brightness of the image. And unpacked into bmp file format.
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:2002017
    • 提供者:张仁辉
  1. Convex

    1下载:
  2. 此代码用来求解建立点的凸闭包多边形,采用凸闭包插入算法建立Delaunay三角网可以用到或参考。-this code to solve the establishment point of closure convex polygon, using convex closure insertion algorithm to establish Delaunay triangulation can be used as reference.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2913
    • 提供者:hlzhangrui
  1. RayTracing Code

    1下载:
  2. 光线跟踪(ray tracing)算法程序的实现,用vc++编写,功能特强-Ray Tracing (ray tracing) algorithm to achieve the procedures used to prepare vc, functions exceptionally strong
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1201286
    • 提供者:陈学峰
« 1 2 ... .56 .57 .58 .59 .60 16561.62 .63 .64 .65 .66 ... 16766 »
搜珍网 www.dssz.com