CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 开运算

搜索资源列表

  1. FirstSegment

    0下载:
  2. 在VC++的平台上,实现一些基本的数字图像处理功能,包括图像分割、中值滤波、边缘提取、二值开闭运算等-In VC++ platform, to achieve some basic image processing functions, including image segmentation, median filtering, edge detection, binary operations such as opening and closing
  3. 所属分类:Special Effects

    • 发布日期:2017-06-01
    • 文件大小:13820837
    • 提供者:shanlufeng
  1. BigInt

    0下载:
  2. 程序简陋,算法也不是最优。这个大整数计算的C++类也许有人还能用上。 主要功能: 1) 支持 + - * / mod这几种运算 2) 没有设计上的限制,最大可操作的数据长度取决于内存大小和操作系统(<=8G-bit,或者说1G字节) 3) 支持2-64进制,<=36进制时字母不分大小写,>36进制时字母大写和小写不同。63进制使用+,64进制使用/,即,合法的字符集[0-9][A-Z][a-z]+/。Demo中,自动转换输入时,如果输入中存在空格、回车、换
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:9810
    • 提供者:rrrfff
  1. jisuanqi

    0下载:
  2. VC实现的简单计算器,可进行加减乘除、开平方等运算-VC to achieve a simple calculator for addition, subtraction, square root and other operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:280283
    • 提供者:Aila
  1. car

    0下载:
  2. 对车牌号进行数字图像处理,形态学知识 膨胀 腐蚀 开 闭运算-car shuzi tuxiang chuli xingtaixue
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:474075
    • 提供者:kobe
  1. sumyuandaima

    0下载:
  2. 自己编写的有关数学的算法代码,加减乘除和开根运算都可以。-Imagecut.rar related mathematical algorithms code, add, subtract, multiply and divide and open root operation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:635476
    • 提供者:赵军义
  1. 51_floating_point_library

    0下载:
  2. 51浮点运算程序库 本浮点子程序库有三个不同层次的版本,以便适应不同的应用场合: 1.小型库(FQ51A.ASM):只包含浮点加、减、乘、除子程序。 2.中型库(FQ51B.ASM):在小型库的基础上再增加绝对值、倒数、比较、平方、开平方、 数制转换等子程序。 3.大型库(FQ51.ASM):包含本说明书中的全部子程序。 -51 floating-point library
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:129216
    • 提供者:sunxm
  1. openclosed-operation

    0下载:
  2. 数学形态学图像处理(腐蚀运算、膨胀运算、开闭运算、击中击不中变换-open/closed operation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:118869
    • 提供者:宋杰
  1. Log

    0下载:
  2. 数字图像处理程序集: 包括锐化、平滑、LOG滤波器提取边缘,数学形态学的腐蚀、膨胀、骨架化、开闭运算,以及分形方法画树木和树叶。包括VC++源代码、LOG滤波器提取边缘.doc、用形态学方法提取骨架线实验报告.doc、由明暗度提取外形信息.doc 3篇文档和可执行程序。-Digital image processing assembly: including sharpening, smoothing, LOG filter from the edge of mathematical mo
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:236433
    • 提供者:卢孝勋
  1. morphologyfun

    0下载:
  2. 形态学图像的膨胀,腐蚀,开闭以及集中击不中运算-morphology inflation and eroasion,open ,close and hit-miss
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:700
    • 提供者:zhang
  1. ybndjl

    0下载:
  2. 模仿windowsxp的一个简单计算器。只实现了基本的四则运算和取反,取百分比,开根号,取倒数。以及连续运算。-Windowsxp imitate a simple calculator. Only achieve the basic arithmetic and inverted, to take a percentage, square root, take the reciprocal. And continuous operation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:8143
    • 提供者:杨波
  1. Morph

    0下载:
  2. 用Visual C++实现基于数学形态学的数字图像处理,包括二值图像的腐蚀,膨胀,开,闭,细化及中轴变换等运算.-Visual C++ using mathematical morphology-based digital image processing, including binary image erosion and dilation, opening, closing, thinning, and the central axis transform operations.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:76583
    • 提供者:Twinner
  1. image-operations-

    0下载:
  2. 3 图像基本处理操作(图像显示、读写、像素统计处理、图像文件I/O等) 4 图像质量的客观评价(峰值信噪比PSNR及其应用) 5 图像的代数运算(绝对值差函数imabsdiff,叠加函数imadd,图像的旋转imrotate) 6 视频处理(创建AVI视频) 7 图像增强(直方图、直方图均化、均值滤波、中值滤波) 8 图像形态学分析(膨胀、腐蚀、开、闭运算、轮廓提取) -3 basic image processing operations (image display,
  3. 所属分类:Special Effects

    • 发布日期:2015-07-18
    • 文件大小:4096
    • 提供者:李辛昭
  1. (2)

    0下载:
  2. 用减奇数开平方运算 8086/8088指令系统中有乘除法指令但没有开平方指令,因此,开平方运算是通过程序来实现的。用减奇数法可求得近似平方根,获得平方根的整数部分。我们知道,N个自然数中的奇数之和等于N2 ,即: 1+3+5=32 1+3+5+7=16=42 1+3+5+7+9+11+13+15=64+82-Odd square root operation with reduced instruction set in 8086/8088 multiply and divi
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:4291
    • 提供者:ada
  1. Unix-Calculator

    0下载:
  2. (1)加减乘除法基本运算 (2)四则运算,支持括号改变优先级 (3)数学函数支持,包括: 正弦运算sin,余弦运算cos,e为底的对数运算ln,自然对数e次方运算exp,开平方根运算sqrt 次幂运算power,求绝对值运算fabs。 -(1) basic operations of addition and subtraction multiplication and division (2) arithmetic, support
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:22098
    • 提供者:
  1. exp1-morphology

    0下载:
  2. 数字图像处理,opencv形态学运算,包括腐蚀膨胀,开闭运算。-Digital image processing the opencv morphological operations, including corrosion expansion, opening and closing operation.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1827571
    • 提供者:王奇特
  1. daima

    1下载:
  2. 传统形态滤波,关于腐蚀膨胀,开闭运算运算的matlab源代码,仅供参考-Traditional morphological filter Matlab source code for reference on the erosion operation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-12-10
    • 文件大小:1504
    • 提供者:周军
  1. jutsinzj

    5下载:
  2. 自适应型广义形态滤波滤波器的源代码(内含腐蚀、膨胀、开闭运算、snr等代码),仅供参考-The source code of the adaptive generalized morphological filter filter (containing corrosion, expansion, opening and closing op, snr, and other code), for reference only
  3. 所属分类:matlab例程

    • 发布日期:2013-10-07
    • 文件大小:2462
    • 提供者:周军
  1. ImageN

    0下载:
  2. 灰度变换包括直方图均衡、对数变换等,二值化,开闭运算,HSI、YIQ空间显示-image processing, histogram
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:8011455
    • 提供者:wang yanni
  1. matlab

    2下载:
  2. 这是我编写的数学形态学处理灰度图像和二值图像的源代码,没有使用matlab自带的函数。可以实现膨胀、腐蚀以及开闭运算。-This is written in mathematical morphology of grayscale images and the source code of the binary image, do not use Matlab comes with function. Can achieve expansion, corrosion, and the openi
  3. 所属分类:Special Effects

    • 发布日期:2016-04-27
    • 文件大小:5120
    • 提供者:常合友
  1. TestMatrix

    0下载:
  2. 一个JAVA 矩阵函数JAMA的应用,JAMA是第三方开发包,包括一些基本的矩阵运算-A matrix function JAMA, JAVA applications, issue of JAMA is a third-party development kits, including some of the basic matrix operations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:684211
    • 提供者:jacques
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 »
搜珍网 www.dssz.com