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

搜索资源列表

  1. wolfmap

    0下载:
  2. 程序运行首先生成传统的Logistic映射Feigenbaum分岔图。水平方向是参数u,取值范围是0—4;竖直方向是变量x,取值范围是0—1。-running first generation traditional Logistic Map Feigenbaum bifurcation diagram. The direction is the level parameters u, value in the range of 0-4; Vertical direction is variab
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:1703
    • 提供者:吕振兴
  1. encstrings

    0下载:
  2. 程序运行首先生成传统的Logistic映射Feigenbaum分岔图。水平方向是参数u,取值范围是0—4;竖直方向是变量x,取值范围是0—1。-running first generation traditional Logistic Map Feigenbaum bifurcation diagram. The direction is the level parameters u, value in the range of 0-4; Vertical direction is variab
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:8317
    • 提供者:吕振兴
  1. image-advanced-process-5

    0下载:
  2. 很多高级一点的图形图像处理程序,对图像进行去除彩色处理,加入椒盐噪声,利用Prewitte边缘算子法对图像进行边缘提取,医学伪彩色处理,遥感伪彩色处理,利用Roberts边缘算子法对图像进行边缘提取,利用Sobel边缘算子法对图像进行边缘,对图像进行垂直镜像处理(几何变换),沃尔什变换处理(图像变换),基于C++开发,希望大家能用得着(--)-1:00 graphics image processing procedures, the removal of color image process
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:7151
    • 提供者:孙怀勇
  1. nearpiont

    0下载:
  2. 最接近点对问题是求二维坐标中的点对问题,该算法是为了将平面上点集S线性分割为大小大致相等的2个子集S1和S2,我们选取一垂直线l:x=m来作为分割直线。其中m为S中各点x坐标的中位数。由此将S分割为S1={p∈S|px≤m}和S2={p∈S|px>m}。从而使S1和S2分别位于直线l的左侧和右侧,且S=S1∪S2 。由于m是S中各点x坐标值的中位数,因此S1和S2中的点数大致相等。 递归地在S1和S2上解最接近点对问题,我们分别得到S1和S2中的最小距离δ1和δ2。现设δ=min(δ
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15666
    • 提供者:黄波
  1. cubview1

    0下载:
  2. 需要包含OpenGL的连接库:glut32.dll 一个立方体,8个顶点有4种颜色,运行后点击鼠标左键,立方体在水平方向旋转,点鼠标右键,立方体在垂直方向旋转。-need to contain OpenGL libraries : glut32.dll a cube, eight vertex four colors, running after the click of a mouse button, the cube in the horizontal direction rotatio
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:6605
    • 提供者:郭佳
  1. shadowing

    0下载:
  2. 需要包含OpenGL的库文件glut32.dll 运行之后显示一个水平反转转动的红色薄片。假想光源在垂直上方,下面有其黑色的影子不断变化-need to contain OpenGL libraries glut32.dll displayed after running a reverse rotational levels of red sheet. In vertical imaginary light source above, the following is a black sh
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:5933
    • 提供者:郭佳
  1. rdel

    0下载:
  2. 该程序是用汇编语言编写的,采用COM 文件格式。主要设计思想为:把目录当作N个结点的二叉树, 采用二叉树的先序遍历完成对盘上目录的搜索、定位,即从根目录开始用INT21H的 4EH号子功能搜索匹配目录(CL=10H)并判断搜索的结果是否为目录,若是则进入此目录,删除文件后继续搜索下一级子目录。若不是则用INT21H的4FH号子功能搜索下一个匹配目录, 并在判断为真后进入目录删除文件,如此一级一级地纵向深入子目录删除文件,直到完成此目录的最后一级子目录的文件删除(遍历左子树)。然后用INT21的4
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1355
    • 提供者:sunwei
  1. number_plate_orientation

    0下载:
  2. 这是一个车牌定位的小程序。利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。-This is a small plates positioning procedures. The use of level detection projection plates horizontal position, using vertical projection method detection plates vertical position.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:730769
    • 提供者:wangbai
  1. SpaceOut

    0下载:
  2. 也是一个j2me类的小游戏,是最经典的视频游戏类型之一:垂直太空射击游戏。-J2ME is a kind of mini-games is the most classic video games categories : vertical space shooter.
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:120486
    • 提供者:ling
  1. robertandvertmirror

    0下载:
  2. 利用Roberts边缘算子法对图像进行边缘提取的源代码,和对图像进行垂直镜像处理(几何变换)的源代码,编译后的可执行文件须带参数运行)-use Roberts Edge Operator Act of images from the edge of the source code, and right vertical mirror image processing (geometric transformation) of the source code, compile the execut
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1564
    • 提供者:金侠
  1. tuxianghecheng

    0下载:
  2. 几何变换:图象平移,水平镜象,垂直镜象,图象转置,图象缩小.图象放大,图象旋转-geometric transformation : image translation, mirroring the level of the vertical image, image transfer home, the narrow image. Image enhancement, image rotation
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:257146
    • 提供者:弹弓
  1. 20060424

    0下载:
  2. 对图像进行垂直镜像处理的源代码 代码简单易懂。-right vertical mirror images of the source code code simple and understandable.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1699
    • 提供者:张龙
  1. image_dealing

    0下载:
  2. 有关图像处理的程序,对图像进行垂直镜像处理的源代码-the image processing procedures, vertical mirror images of the source code
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:820
    • 提供者:联合
  1. syncopatewindow

    0下载:
  2. 任意拆分窗口,大小可调,横向拆分窗口,竖向拆分窗口。-arbitrary split window size adjustable horizontal split window, vertical split window.
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:54940
    • 提供者:ypw
  1. BMPDlg

    0下载:
  2. 简单处理 垂直水平翻转// 简单处理 垂直水平翻转//简单处理 垂直水平翻转-simple treatment reversed the vertical and horizontal / / handle simple vertical and horizontal overturned / / simple handling the vertical and horizontal overturned
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:102397
    • 提供者:么么
  1. fanzhuan

    0下载:
  2. 把图像进行水平翻转和垂直翻转,简单而且实用-image is reversed for the level and vertical overturned, simple and practical
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:7419
    • 提供者:lhy
  1. MedianFilter

    0下载:
  2. 参数Hori是一个布尔变量,若为真,做水平中值滤波,否则,做竖直中值滤波。-parameter is a Boolean variable, if true, so the level of median filtering, otherwise, do vertical median filtering.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1531
    • 提供者:王夏
  1. FormHelp.v3.7.1.For.Delphi5679.CR

    0下载:
  2. he FormHelp component adds the context-sensitive help features to your Delphi/BCB forms without any bulky help files. It traps the context-sensitive help calls and creates its own popup windows from a control s hint. You can choose whether to i
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:219743
    • 提供者:hfb
  1. ShuZiTuXiangdip

    1下载:
  2. 图像处理的程序实现,基于matlab,但是没有直接采用matlab的相关语句。 内容包括:1.图像灰度直方图的显示、灰度直方图的计算 2.图像的几何变换——水平镜像图、垂直镜像图、水平错切图、垂直错切图 3.图像的平滑、锐化滤波 4.图像的阈值分割 运行程序的main函数,根据提示进行操作即可 -image processing program, based on Matlab, But not directly related to the use of Matlab statemen
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3704
    • 提供者:张焕人
  1. smooth14

    0下载:
  2. 图象平滑,包括高斯平滑、平均平滑、中值平滑(水平和垂直方向),以及拉氏锐化-image smoothing, including Gaussian smoothing, the average smooth, smooth Value (horizontal and vertical direction), and Rumsfeld Sharpening
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:23274
    • 提供者:Linyin
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com