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

搜索资源列表

  1. PARABOLA

    0下载:
  2. c编程环境下做出 抛物线(简单程序),点3个点做出抛物线,仅做初学c图形编程的范例-made under the parabola (a simple procedure), the point made three points parabola only do that when c graphical programming paradigm
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1788
    • 提供者:了了
  1. curve_test.tar

    0下载:
  2. curve_test is a set of 3 programs to demonstrate 3 different kind of third-order parametric curves: Hemite curve segments, Bezier curve segments, and Splines. Hemite curves are defined by two endpoints and two vectors, Bezier curves are defi
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:6707
    • 提供者:Jet Lan
  1. HUandradon

    1下载:
  2. 用于计算HU 的7个不变矩和RADON的2、3阶不变矩。网站中有C++写的RADON变换,但西北工业大学的一名教授使用RADON变换构建了这种新型的不变距,可以降低图象的维数,计算速度较快。算法详情可参考他的文献。-used in the calculation of the seven RADON unchanged moments and the 2,3-order moment invariants. Web site is written in C RADON transform, bu
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:12433
    • 提供者:listen
  1. 20060816

    2下载:
  2. 图像处理算法源程序.pdf,包含: 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++开*廓提取源程序 堆
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:274436
    • 提供者:pudn_dxg001
  1. cartesian

    0下载:
  2. 在高等数学中的笛卡儿叶形线(函数是: x^3+y^3-3*a*x*y=0)也可以用C语言进行编 写,只要把相应的坐标值放大即可。-in higher mathematics of Descartes exquisite line (function is : 3 x ^ y ^ 3-3 * a * x * y = 0) can also use the C language for the preparation, As long as the corresponding coordin
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:31219
    • 提供者:hu
  1. Media_Player_demo

    0下载:
  2. 不少应该程序都需要将一些数据曲线化显示,以观察数据的变化趋势,我们常用的曲线控件有不少,比如mschart,最近公司也需要一个曲线显示的东东,但是不能使用mschart,怎么办?自己做嘛,工具当然是Visual C++,语言MFC。经过3天的努力,终于完成,想把这个控件也提供给大家,大家先来看看效果吧 -many procedures should require some of the data curve, in order to observe the changes in the
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:27246
    • 提供者:1234
  1. Tc2.0Bsplinesrc

    0下载:
  2. turbo c 2.0实现的B样条反控制顶点算法 也就是画一条插值到所给点的样条 4阶,3次-turbo c 2.0 achieving B-spline vertices of the anti-control algorithm is a painting by interpolation to point to the kind of the four bands, three times
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:39730
    • 提供者:bug
  1. nurbs++-3.0.11

    0下载:
  2. NURBS++库--Non-Uniform Rational B-Splines (NURBS) curves and surface are parametric functions which can represent any type of curves or surfaces. This C++ library hides the basic mathematics of NURBS. This allows the user to focus on the more challeng
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:691619
    • 提供者:supportyou
  1. CG-3

    0下载:
  2. 多边形扫描转换填充 A C++ program to fill a Polygon using Scan Line Polygon Fill Algorithm.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2728
    • 提供者:艾文
  1. 3BSplineCurveandsurface

    0下载:
  2. 自己用C编的3次B样条曲线和曲面程序,应付作业的,给需要的人。
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2001
    • 提供者:章海
  1. JPEG算法

    0下载:
  2. jpeg压缩与解码的小程序,vc下开发的。//Name:compress.c//Purpose: Run length algorithm and Jpeg decoding//Author: phoenix, CS, TshingHua, Beijing, P.R.C.//Email: bjlufengjun@www.163.net or lufengjun@hotmail.com//Date:April 3, 1998-a small programme of jpeg codec and
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:123497
    • 提供者:石后生
  1. 图形去噪声

    0下载:
  2. //Name:smooth.c//Purpose: To perform smoothing and sharpening//Author: phoenix, CS, TshingHua, Beijing, P.R.C.//Email: bjlufengjun@www.163.net or lufengjun@hotmail.com//Date:April 3, 1998
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:23470
    • 提供者:石后生
  1. 图像几何变换算法

    0下载:
  2. //Name:geotrans.c//Purpose: To perform geometric transform//Author: phoenix, CS, TshingHua, Beijing, P.R.C.//Email: bjlufengjun@www.163.net or lufengjun@hotmail.com//Date:April 3, 1998
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:29606
    • 提供者:石后生
  1. 基本画线实现算法

    0下载:
  2. 新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (Col
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:584157
    • 提供者:朱磊
  1. 多点触摸源程序

    2下载:
  2. 用于多点触摸的源程序,CCV-1.3。使用OpenGL框架,通信协议采用tuio。实现和flash的交互。开发环境vc2008+c++
  3. 所属分类:2D图形编程

    • 发布日期:2009-12-30
    • 文件大小:43256466
    • 提供者:oskycar
  1. 3.LNGRPH

    0下载:
  2. it contains program in c with reference to line clipping
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-02
    • 文件大小:1091
    • 提供者:kiran
  1. klt1.3.4

    0下载:
  2. KLT算法 用于image tracking 包括select good feature track feature point等 此文本是c++版本 -KLT algorithm for image tracking including select good feature track feature point text c++ version
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-12
    • 文件大小:554748
    • 提供者:VincentJHY
  1. filtersDll-3.3-2009_12

    0下载:
  2. providing a minimal set of C++ classes and methods that can be used in your own sources, to load/save, process and display images. Very portable (Unix/X11,Windows, MacOS X, FreeBSD, .. ), efficient, easy to use,-providing a minimal set of
  3. 所属分类:2D图形编程

    • 发布日期:2014-01-04
    • 文件大小:9993316
    • 提供者:rca
  1. Puzzle-(3)

    0下载:
  2. Puzzles, folding picture puzzle (Eng. Jigsaw puzzle) - puzzle game in which you want to make a mosaic of the plurality of image fragments of different shapes. According to psychologists, picking puzzles promotes imaginative and logical thinking, vo
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-30
    • 文件大小:48140
    • 提供者:valerapori
  1. 3——代码

    0下载:
  2. 用C++将彩色图片转成黑白图片。.......(Color pictures turn into black and white pictures)
  3. 所属分类:2D图形编程

    • 发布日期:2018-04-19
    • 文件大小:14336
    • 提供者:poupee
« 12 »
搜珍网 www.dssz.com