CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 2D图形编程 搜索资源 - by

搜索资源列表

  1. guangxiangenzong

    1下载:
  2. 光线跟踪程序的vc实现。可以绘制简单的三维图形,有阴影效果-The ray track program that achieved by VC,it can plot sipmle 3D graph with shadow effect
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:186946
    • 提供者:yx
  1. illum.tar

    0下载:
  2. This a reflection model (BRDF) viewer written by students in the course 15-860. See http://www.cs.cmu.edu/afs/cs/project/classes-ph/860.96/pub/www/860.html for info on the course.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:21281
    • 提供者:邵长青
  1. ezw可执行

    0下载:
  2. 这是用c编写的小波的实现程序,是来之一个专业小波网站的,可以作为学习小波的一个好程序-c prepared by the wavelet procedures, is a professional-to wavelet website can be used as a learning Wavelet good procedures
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:242172
    • 提供者:feng
  1. AniPic

    0下载:
  2. 一个图形效果处理程序, 可以将图片处理成为按多种方式显示和隐藏的效果, 如百叶窗式, 渐进式, 等等.-a graphics processing can be handled by the pictures shown and many hidden effects, such as blinds and incremental mode, and so on.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:201083
    • 提供者:李新
  1. CMYDraw

    3下载:
  2. 用VC编写的绘图软件,实现基本的绘制直线,点,圆和矩形,实现基本的图象操作,旋转,缩放,平移,,实现投影的绘制,投影坐标的绘制,投影直线,点的绘制,以类的方式提供,使用GDI编写的2D程序-VC prepared by the graphics software, the basic drawing straight lines, points, round and rectangular, to achieve the basic operation of images, rotate, zo
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:154119
    • 提供者:行路行人
  1. 图形实验

    1下载:
  2. 用delphi开发的图形学边界点和内点的区域种子填充算法和扫描线种子填充算法-with graphics developed by the border point and the point within the regional seed filling algorithm and scanning lines of seed filling algorithm
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:215039
    • 提供者:ch.nan
  1. 牛顿环

    0下载:
  2. VS2003下C#写的牛顿环,主要使用graphic绘图-Visual C# written by Newton Central, the main use of graphic drawings
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:18797
    • 提供者:向传兵
  1. 3D--JIA

    0下载:
  2. 随手编写的 立体图像生成程序, (在别人的框架上对算法作了重新编写,更容易理解了。。)-readily prepared by the three-dimensional image generation procedures, and (others in the framework of algorithm rewrite. more easy to understand. .)
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1318
    • 提供者:James
  1. AFMM_Inpainting

    0下载:
  2. 基于快进算法的破损图像修复算法,只要将图像中的破损区域由纯红色标出,该算法即可自动完成对该区域的修复。要求修复图像格式为BMP格式。-algorithm based on fast forward damaged the image restoration algorithms, as long as the image of the region damaged by the pure red mark, The algorithm can automatically complete res
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:3031474
    • 提供者:屈磊
  1. Ilib-1.1.8-min

    0下载:
  2. IPL库是Intel为了配合其MMX,SSE,SSE2以及将来的VLSW等技术发布的图像处理库 支持1,8,16,位有/无符号,32位有符号,32位浮点类型数据类型。 支持RGB,CMYK,YCACB,YUV,XYZ,色彩空间,支持alpha通道 支持矩形ROI,通道ROI,遮罩 支持分块图像,错误处理,用户定义函数 支持图像数学,几何,滤波,图象统计,色彩空间变换操作。-IPL is the database to accommodate its Intel MMX, SS
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:163031
    • 提供者:魏刚祥
  1. DEMtransform

    0下载:
  2. 用VC编写的程序源代码,用来实现对话框中DEM简化和坐标转换的过程-VC prepared by the program's source code used for dialog and DEM simplify the process of coordinate transformation
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:45101
    • 提供者:章自豪
  1. FillTriArea

    0下载:
  2. 这是对一个三角形区域采用扫描填充算法着色的程序,特点是颜色随像素的坐标变化-This is a triangle filled with scanning algorithm coloring process, which is characterized by the color pixel coordinates with the changes
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:128193
    • 提供者:首席
  1. CurvePainter

    0下载:
  2. n次贝塞尔曲线及三次b样条曲线的绘制,使用自己编写的curve类,实现曲线上点坐标的计算与绘制,曲线点坐标的计算使用递归算法。点击左键设定控制点,之后点击右件绘制曲线。-n Bessel curve and three b-spline curve mapping, prepared to use their own type of curve, curve coordinates of the point on the calculation and drawing, curve coordi
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:33965
    • 提供者:陈玉林
  1. Bilinear interpolation by LabVIEW

    0下载:
  2. Bilinear interpolation by LabVIEW
  3. 所属分类:2D图形编程

    • 发布日期:2011-05-22
    • 文件大小:14112
    • 提供者:kf135881
  1. inpainting

    0下载:
  2. image inpainting -CS7495 Final Project Sooraj Bhat Object Removal by Exemplar-based Inpainting USING THE CODE Everything was done in Matlab and MEX (i.e. a C function callable from Matlab). First, the C code needs to be comp
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1769903
    • 提供者:majb
  1. Tetris-coded-by-c

    0下载:
  2. 简明易懂的C语言俄罗斯方块,编程语言C,源码,未编译,TC 通过。-Tetris: programmed by c, which is concise and simple, so it is an easy way to learn C with strengthening your capabiliy in 2D game. it is source code,and has been tested by TC
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-27
    • 文件大小:2315
    • 提供者:赵河
  1. video-read-by-camera

    0下载:
  2. 通过opencv视觉库对摄像头进行视频读取-Video camera read by opencv visual library
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-02
    • 文件大小:3005024
    • 提供者:曹庙根
  1. delaunary-triangle-by-vb

    0下载:
  2. 狄罗尼三角网代码实现,可以通过点击vb程序窗口自动生成不规则三角网-to create a delaunary triangle by vb
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-05
    • 文件大小:17803
    • 提供者:george
  1. Image-Objective-evaluation-by-GUI

    1下载:
  2. 针对单幅图像采用六种算法进行客观评价,并给出计算客观评价值得MATLAB GUI交互界面程序-Image Objective uation by MATLAB GUI
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-29
    • 文件大小:11092
    • 提供者:史江林
  1. curve-draw-by-mouse

    0下载:
  2. 实现鼠标在二维坐标上绘图,可选择不同的图形形式和颜色-the curve can draw by mouse, the curve difined by different colour and style.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-04
    • 文件大小:7218
    • 提供者:朱吉祥
« 12 3 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com