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

搜索资源列表

  1. treevb

    0下载:
  2. 分形树,希望大家可以多多学习,本模块主要是让我们能用自然的思维去重点解决我们实际问题,也就是说如果你想用VB作图的话,你不用去思考坐标在VB中的情况,你只要思考你所作图形在坐标中的位置。-fractal tree, we can learn more, This module is designed to allow our thinking can use natural to focus on practical solutions to our problems, This means t
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1503
    • 提供者:寇羽
  1. tree22

    0下载:
  2. 本模块主要是让我们能用自然的思维去重点解决我们实际问题,也就是说如果你想用VB作图的话,你不用去思考坐标在VB中的情况,你只要思考你所作图形在坐标中的位置。-This module is designed to allow our thinking can use natural to focus on practical solutions to our problems, This means that if you want to use Visual Basic Drawing, you
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:814
    • 提供者:寇羽
  1. TV1

    0下载:
  2. 采用T.Chan的总体变分(TV)方法实现图像修复,由于算法本身的局限性,无法解决视觉连通性的问题。-using T. Chan of the overall variation (TV) method of image restoration, Due to the limitations of their own algorithm to solve visual connectivity problems.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:93798
    • 提供者:ch
  1. VoronoiDAC

    0下载:
  2. 采用分治法解决生成Voronoi图的问题,采用用户交互式输入点及动态显示运行结果的方式,非常直观-using divide-and-conquer method to solve the Voronoi diagram generation. using interactive user input and dynamic display of the results of the operation, a very intuitive
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:91157
    • 提供者:yinhui
  1. test antialiasing

    0下载:
  2. 一个简易的反走样线段绘制程序,给出了一个通用的wu象素解决方案。程序启动后,在窗口上任一点点击一下,然后分别用钩选反走样和不钩选可以绘制直线,可以看见反走样的效果。-a simple line drawing anti-aliasing procedures, is a common wu pixel solution. After commencement, 1:00 office window click, and then using anti-aliasing Senators and
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:172136
    • 提供者:黄欣
  1. 用MFC如何高效地绘图

    0下载:
  2. 显示图形如何避免闪烁,如何提高显示效率是问得比较多的问题。 而且多数人认为MFC的绘图函数效率很低,总是想寻求其它的解决方案。 MFC的绘图效率的确不高但也不差,而且它的绘图函数使用非常简单, 只要使用方法得当,再加上一些技巧,用MFC可以得到效率很高的绘图程序。 我想就我长期(呵呵当然也只有2年多)使用MFC绘图的经验谈谈 我的一些观点。
  3. 所属分类:2D图形编程

    • 发布日期:2010-11-20
    • 文件大小:33280
    • 提供者:hkjfile@126.com
  1. LKPR-marzat.rar

    0下载:
  2. 基于SIFT的光流运动检测,能够解决遮挡问题,有效提高检测的精度。,SIFT-based optical flow motion detection, can solve the occlusion problem, improve detection accuracy.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:130897
    • 提供者:shaofa
  1. administrative-boundary

    1下载:
  2. 利用C++编程,解决在地图中添加行政边界的问题。-Using C++ programming, to add the map to resolve the issue the administrative boundary.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-25
    • 文件大小:8281925
    • 提供者:杜威
  1. han-nuo-ta

    0下载:
  2. 汉诺塔动画演示--代码 c++编写 如用到graphics.h可以搜索用Easy-x这个软件解决!-han-nuo-ta flash performance
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:3316
    • 提供者:coolyouguo
  1. watershed

    0下载:
  2. 实现分水岭算法分割图像,使用梯度的分水岭分割来解决图像的分割问题-Watershed algorithm for image segmentation, watershed segmentation using the gradient to solve the image segmentation problem
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:214845
    • 提供者:应阿三
  1. eight

    0下载:
  2. 八数码问题也称为九宫问题。在3×3的棋盘,摆有八个棋子,每个棋子上标有1至8的某一数字,不同棋子上标的数字不相同。棋盘上还有一个空格,与空格相邻的棋子可以移到空格中。要求解决的问题是:给出一个初始状态和一个目标状态,找出一种从初始转变成目标状态的移动棋子步数最少的移动步骤。所谓问题的一个状态就是棋子在棋盘上的一种摆法。棋子移动后,状态就会发生改变。解八数码问题实际上就是找出从初始状态到达目标状态所经过的一系列中间过渡状态。 八数码问题一般使用搜索法来解。搜索法有广度优先搜索法、深度优先搜索法
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-15
    • 文件大小:1226394
    • 提供者:cl
  1. Mutual_Information

    0下载:
  2. 研究了基于互信息测度的医学图像配准方法,提出了一种优化算法的改进。目的旨在于解决配准的精度和在基于互信息配准过程中的效率问题。提出的优化算法是将拟牛顿方法运用于多模医学图像配准中。实验结果说明这种改进的方法能有效提高配准的精度和效率问题,并得到好的实验效果。-Abstract: This paper presents a novel Optimized method for medical image registration, the purpose is to solve problems,
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-20
    • 文件大小:1452187
    • 提供者:vivi
  1. long-term-tracking

    0下载:
  2. 这是一种新的单目标长时间(long term tracking) 跟踪算法。该算法与传统跟踪算法的显著区别在于将传统的跟踪算法和传统的检测算法相结合来解决被跟踪目标在被跟踪过程中发生的形变、部分遮挡等问题。同时,通过一种改进的在线学习机制不断更新跟踪模块的显著特征点和检测模块的目标模型及相关参数,从而使得跟踪效果更加稳定、鲁棒、可靠。-This is a new single target for a long time (long term tracking) tracking algorit
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-06
    • 文件大小:1183846
    • 提供者:Zach Fu
  1. zuqiu

    0下载:
  2. 画出足球的基本轮廓,解决足球在MATLAB中的函数问题,可以作为一个比较好的参照-Draw the basic outline of the football, to solve the problem of football MATLAB functions, can be as a good reference
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-18
    • 文件大小:578
    • 提供者:zhangzaolin
  1. spline

    1下载:
  2. spline插值函数,可改变为spline函数,有助于spline图像插值算法解决-spline interpolating function, you can change the spline function helps spline image interpolation algorithm to solve
  3. 所属分类:2D图形编程

    • 发布日期:2013-09-30
    • 文件大小:1859
    • 提供者:陈晓宇
  1. Matlab-program-gray-edge-detection

    0下载:
  2. 本文主要讨论获得图片后如何提取其边界信息,首先利用图像灰度均匀化解决了对比度不清晰的问题,然后利用高斯滤波法对图片进行滤波去噪,进而利用Canny算法实现边缘检测提取边界,该方法与Matlab自带的求边界方法有明显的提高,为利用Matlab程序求图像分形维数提供了更精确的前提。-This article focuses on how to get the image to extract the boundary information, the first to use to the gray
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-09
    • 文件大小:226816
    • 提供者:陈泽奇
  1. Desktop

    0下载:
  2. 对小波分解进行了解决,从一维二维来进行了相关的分析,一维进行了具体程序的的编写,根据小波分析算法来分解,对于二维的情况,调用MATLAB来进行了相关的测试,对lena图像进行了小波的分解机合成-Wavelet decomposition of the solution, from a two-dimensional analysis, the specific procedures for the preparation of one-dimensional wavelet analysis t
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-17
    • 文件大小:24497
    • 提供者:李杰
  1. GI

    4下载:
  2. GI 鬼成像源代码,关联算法和一些数据读取存储等问题 的解决方案-ghost imaging code
  3. 所属分类:2D Graphic

    • 发布日期:2014-05-17
    • 文件大小:1024
    • 提供者:李明飞
  1. top

    0下载:
  2. 弹流油膜数值计算画等高图,难以得到预想马蹄形特征,通过代码处理,可以方便的解决问题,得到满意的预想图-EHL film numerical draw contour map, it is difficult to obtain desired characteristic horseshoe, processing through the code, you can easily solve the problem, get a satisfactory RENDERING
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-19
    • 文件大小:2435
    • 提供者:张磊
  1. 01

    0下载:
  2. 应用蚁群优化算法解决聚类问题,效果不错-Application of ant colony optimization algorithm to solve clustering problem, effect is good!
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-14
    • 文件大小:2831
    • 提供者:杨浩广
« 12 »
搜珍网 www.dssz.com