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

搜索资源列表

  1. Bresenham高效画线算法

    0下载:
  2. 画线的算法不少,但要作到高速、简单并不容易。斜率相乘法是最简单的方法之一,但计算每个点均要花费不少时间用于乘、除法运算;下面介绍的是Bresenham s高效画线算法,对每个点的坐标计算只要加、减法就能完成。-line drawing algorithm, but a lot to be done fast, simple is not easy. The slope is the most simple multiplication is one of the ways, but each p
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:4.08kb
    • 提供者:小倪
  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
    • 文件大小:1.29kb
    • 提供者:James
  1. DIBEXP

    0下载:
  2. 一个很小的程序,可能太简单,但是很不容易的呢!希望有用,谢谢!-a small procedure might be too simple, but not easy! Hope useful, thank you!
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:20.26kb
    • 提供者:zym
  1. hanoi_call1

    0下载:
  2. 用图形模拟汉诺塔游戏,所用函数简单易用.-HANOR game, using easy-to-use function.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1.06kb
    • 提供者:Bruce
  1. edgemarkfill

    1下载:
  2. 利用C语言实现的边缘填充算法、填充效率很高,很好用的-use C language to the brink of filling algorithm, filling highly efficient, easy to use! !
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:21kb
    • 提供者:ffff
  1. arithmetic.encoding

    0下载:
  2. 算术编码的应用实例matlab版本 1.可以对字符进行算术编码 2.开头不必制定字符串的大小 3.编码精度高,达到小数点8位以上 4.以函数的形式给出,易于调用和移值实现 5.显示界面人机交互较出色 -arithmetic coding examples of the application of a version of Matlab. Be right characters arithmetic coding 2. Not the beginning de
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:999byte
    • 提供者:方周
  1. ZhenFuFaHuaYuan

    0下载:
  2. VC实现的正负法画圆程序,具有图形操作界面.简单易懂!-VC sign law Circle procedures, with graphic interface. Easy-to-read!
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:13.99kb
    • 提供者:JohnnyAnn
  1. adaptive_anisotropic_2D_gaussian_filter

    0下载:
  2. Gaussian filtering in one, two or three dimensions is among the most commonly needed tasks in signal and image processing. Finite impulse response filters in the time domain with Gaussian masks are easy to implement in either floating or fixe
  3. 所属分类:2D图形编程

    • 发布日期:2014-01-17
    • 文件大小:715byte
    • 提供者:yangdi
  1. FastGraphicsFilters

    0下载:
  2. +--- --- --- --- ----+ | Graphics Filters v2001.08 | | by Manuel Augusto Santos | | If you use this in your applications, please | | include my name in the about box | +----------------------------------------------+ | Shows how to perfo
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:25.55kb
    • 提供者:stafy
  1. miniGUI

    0下载:
  2. mini-gui is a graphic API software,It is easy to use for you aplication. It is base on C++ code.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1.49mb
    • 提供者:jijianjun
  1. Graphicp

    0下载:
  2. VC图形编程 易于学习的模型 包括许多基础的技巧-VC easy to learn graphical programming model includes many of the basic skills
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:124.12kb
    • 提供者:刘畅
  1. ImageMatch.rar

    2下载:
  2. 用VC 编写的一个图像匹配程序。非常好用,带有实例图,精度也很高,要用的就下吧。,VC prepared with an image matching procedures. Very easy to use, with examples of maps, the accuracy is also high on the next you want to use.
  3. 所属分类:2D图形编程

    • 发布日期:2013-02-24
    • 文件大小:355.35kb
    • 提供者:huhualiang
  1. dcm.zip

    0下载:
  2. 该代码可以将dicom图像转为bmp图像,非常方便实用,代码简介明了,易于上手,The code can be dicom image to bmp image, very convenient and practical, brief and clear code, easy to fly
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-16
    • 文件大小:4.09mb
    • 提供者: 王朝阳
  1. susan.rar

    1下载:
  2. 一种改进的susan角点检测算法,非常好用,效果明显。,An improved susan corner detection algorithm is very easy to use, the effect clearly.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-27
    • 文件大小:8.25kb
    • 提供者:Bill
  1. 案例10-Cohen-Sutherland直线裁剪算法

    1下载:
  2. Cohen-Sutherland直线裁剪算法,调试无错误。实现的功能很强大,易于理解-Cohen-Sutherland line clipping algorithm, debug error-free. Realize the function is powerful, easy to understand
  3. 所属分类:2D图形编程

    • 发布日期:2017-03-23
    • 文件大小:273.12kb
    • 提供者:哟哦哦
  1. TOOLBOX_calib(8)

    0下载:
  2. 4步标定法,主要是实现计算机数字图像处理摄像机的标定,操作简单,比较实用-4-step calibration method is to achieve a computer digital image processing camera calibration, easy operation, more practical
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:30.59kb
    • 提供者:吴东
  1. OpenCVSDK-for-vs2008

    0下载:
  2. opencv图像库的安装与配置对新手来说太过繁琐,整个流程下来要占近2G的硬盘容量,本开发包针对vs2008,对最终结果进行了精简剔除,并有详细使用说明大小只有15.7M,方便易用。-opencv image database installation and configuration is too complicated for the novice, the whole process down to account for nearly 2G of hard drive capacity
  3. 所属分类:2D Graphic

    • 发布日期:2017-06-09
    • 文件大小:15.74mb
    • 提供者:whj
  1. GOBANG.rar

    0下载:
  2. 五子棋程序,可以让两个人在一台电脑上玩这个游戏,不是网络版,抱歉。不过界面友好,使用方便!,Gobang procedure that allows two people on one computer to play the game, not the network version, sorry. However friendly and easy to use!
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:3.6kb
    • 提供者:kt
  1. CLOCK

    0下载:
  2. 各种钟表、温度计等图形显示,非常漂亮,容易移植到自己程序中来-All kinds of watches and clocks, thermometers and other graphics, very beautiful, easy to transplant
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-09
    • 文件大小:412.01kb
    • 提供者:zc
  1. SkinMagicBuilder2.3

    0下载:
  2. VC++程序设计皮肤控件,非常好用,希望对大家有一定的帮助-VC++ programming skin controls, very easy to use, we want to be helpful
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-24
    • 文件大小:7.46mb
    • 提供者:liy
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com