CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 4.x

搜索资源列表

  1. X.bmp

    2下载:
  2. 1. 对给定灰度图(或自选图)进行模糊变换,建立模糊平面。给出变换方法和结果。 2. 对图像做模糊增强。给出原理方法和试验结果。 3. 对增强后的结果图做平滑处理。给出所选平滑因子和结果图。 4. 对图像进行模糊边缘检测,说明实现步骤,给出结果图。 -1. Right to set the gray level (or on-demand) of the fuzzy transformation, fuzzy plane. Given transform methods and
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:47411
    • 提供者:廖鑫鹏
  1. acs-4.3.x-patch3

    0下载:
  2. qt 4.3 for vc2005 patch
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:415800
    • 提供者:Rogers
  1. 4-4

    0下载:
  2. /* 快变量 *//* 慢变量:不使用x值与y值 *//* 最慢的可以轻松使用的变量 */
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2327
    • 提供者:赵富强
  1. 4-5

    0下载:
  2. /* 最慢的可以轻松使用的变量 *//* 慢变量:不使用x值与y值 *//* 快变量 */
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:7696
    • 提供者:赵富强
  1. PointIsR

    0下载:
  2. 判断点是否在区域内. Private Sub Command1_Click() 当点与任一顶点重合时,返回“不在多边形区域” Line (0, 0)-(500, 500), RGB(255, 255), BF Dim hRegion As Long Dim P() As PointAPI ReDim P(9) As PointAPI P(0).X = 10: P(0).Y = 190: PSet (P(0).X, P(0).Y), vbRed P(1
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:3023
    • 提供者:hfs
  1. 4

    0下载:
  2. Matlab 6.X辅助图像处理----源代码,希望对大家有用
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2628
    • 提供者:阿辉
  1. APP0002_Rev_D

    0下载:
  2. DLIS-2K线阵图像传感器包括4行像素,每行有2081个光学像素和16黑像素。其中3行为4 x 4 micron方形像素,另一行为4x32 micron长方形像素。通过运用 Correlated Multi-Sampling (CMS)方法,其等效灵敏度可达160 V/lux-s。每一行可任意控制曝光及输出。此外,背景采样可使用常规 Correlated Double Sampling (CDS)值或设为用户控制的环境光值。传感器由3线串口控制,集成了我们的专利技术 high speed Di
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:604473
    • 提供者:liwenjie
  1. blockorder-(4)

    0下载:
  2. argmin,求极值,给出目标函数,求对应最佳x值。RGB2YUV,YUV2RGB-argmin, getting extremum
  3. 所属分类:2D Graphic

    • 发布日期:2016-01-25
    • 文件大小:2048
    • 提供者:sdfasfd
  1. FastFourierTransformAlgorithm

    0下载:
  2. This program is open source code of fast Fourier transform in matlab. Where y is the input argument and p is the normalized size of the input. Let y = [1 2 3 4 ] x= length(y) m= log2(x) p= ceil(m) To call the function use ft2(y,p
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:891
    • 提供者:ry
  1. AllegroHardwareAccelerationTest

    0下载:
  2. Sample program for the Allegro Graphics and Game Library. How to check various aspects of hardware acceleration support using Allegro. Sample includes Windows Binary generated by MinGW. Requires working installation of 4.x series Allegro (dll).-Sampl
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:250649
    • 提供者:Mike Kasprzak
  1. qcad-2.0.4.0-1.src.tar

    0下载:
  2. QCad 是2D CAD 程序 Linux-QCad version 2.x. QCad is a simple 2D CAD program which runs under Linux, Windows, Mac OS X and several Unix systems.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-13
    • 文件大小:3169984
    • 提供者:freereg
  1. Graphics

    0下载:
  2. 一个集成的图形界面的程序,可调用每一次作业子程序。一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:15465493
    • 提供者:Peng
  1. Visualization_Library_SDK

    1下载:
  2. Visualization Library 是一个 C++ 的中间件用来开发基于 OpenGL 2.1 的 2D/3D 应用程序,支持高级特性包括 OpenGL Shading 语言、帧缓冲对象、多目标渲染、Vertex 以及点阵缓冲对象、KdTree/AABB frustum culling 等等。提供一个基于 Unicode 的多语言文本引擎、高级纹理、DDS cubemaps, mipmaps, compressed textures, 等等。特别适合用来开发 3D/2D 的可视化、虚拟现
  3. 所属分类:OpenGL program

    • 发布日期:2017-01-04
    • 文件大小:22465536
    • 提供者:李学艺
  1. javacodedemodrawing

    0下载:
  2. 用JAVA编写的绘图程序,使用JAVA 2D API JDK版本 1.4.x 功能简介: 支持存储,格式为XML,并支持颜色信息的存取,有导出为图片功能 支持多个组件选择:CTRL选择(或取消)和拉框选择或是复合选择(或取消) 支持多个组件拖动:选择多个组件可以同时拖动 支持全选功能和复制功能和删除功能,并提供快捷方式 单个组件支持右键菜单,其中包括设置组件名称功能 在担任dramflow.xml中设置相关属性 连线规则: 直线的
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-16
    • 文件大小:251468
    • 提供者:bjhui
  1. lorentzfit

    0下载:
  2. = lorentzfit (× ) lorentzfit 符合输入(× )与罗伦兹功能的形式 “ (× )= 1 / ((- 2)^ 2 + 3号) 输入 :因变量值[ 是] (× ) × :独立变量的值 输出功率 一:名单[ 1 2 3 ] 罗伦兹参数 示例 × = - 16:0.1:35 = 19.4 / ((- 7)^ 2 + 15.8)+ randn (大小(× )/ 10 ) = lorentzfit (× ) 杰瑞德·威尔斯
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1536
    • 提供者:fu jiang
  1. MYaxis

    0下载:
  2. 在mtalab的画图中,给出子图的位置,便于设计图形的大小。- a function to define the coodination of your own subplot axes you d better estimate the input to assure not exceed the figure this function is similar to the subplot(row,col,i) i is the ith su
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-13
    • 文件大小:865
    • 提供者:xb
  1. FastFourierTransformAlgorithm

    0下载:
  2. This program is open source code of fast Fourier transform in matlab. Where y is the input argument and p is the normalized size of the input. Let y = [1 2 3 4 ] x= length(y) m= log2(x) p= ceil(m) To call the function use ft2(y,p) -This program is op
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:936
    • 提供者:swithPr
  1. Unity-4.x-Game-AI-Programming

    0下载:
  2. Unity 4.x Game AI Programming help for newbie
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-12
    • 文件大小:2741862
    • 提供者:Cedie
  1. Unity5.x-patch

    0下载:
  2. Unity3D最新5.x版本的破解程序,patch文件复制到Unity.exe安装目录下,选择版本(4.x~5.x都支持)并运行patch,即可破解。-the crack of the latest 5.x version of Unity 3D。
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-29
    • 文件大小:59210
    • 提供者:王子
  1. RepText

    1下载:
  2. Teigha之前3.x版本无法读取14版本的cad图纸文件(Teigha 4.x demo to read/write "dwg" version>2007)
  3. 所属分类:CAD

    • 发布日期:2020-05-17
    • 文件大小:6892544
    • 提供者:大龙121
« 12 3 4 5 »
搜珍网 www.dssz.com