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

搜索资源列表

  1. 图像处理软件及源代码

    0下载:
  2. 界面做的很好,功能比较好,但只是对毕业设计的一些内容,小型图像处理软件,执行了一些简单图像处理操作-interface so good, function better, but only to graduate some of the elements of design, the small image processing software, the implementation of some simple image processing operations
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2162153
    • 提供者:张军毅
  1. 一个很好的32位DIB图形类

    0下载:
  2. 功能全,有一个彩色直方图和浮动对话框的功能,比较有参考价值.设计界面很好用的.-functional whole, a color histogram and floating dialog functions, more reference value. good design of the interface.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:627120
    • 提供者:张军毅
  1. Soft20060210160843621

    0下载:
  2. 说明:C语言课程设计作品 功能:仿Windows的自带计算器 环境:DOS 大小:800多行 特色:图形界面,支持鼠标,算法稍有复杂 -: C language curriculum design works functions : imitation of the Windows environment, bringing their calculators : DOS Size : over 800 firms characteristics : a graphical interface,
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:20898
    • 提供者:leizi
  1. DrawingTool2D

    0下载:
  2. 画2D数学图形,界面友好,6种以上数学图形,用语教学研究,开发于2006年,硕士毕业设计 JAVA
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:66716
    • 提供者:chenxiaoge
  1. Radar

    1下载:
  2. 设计一个matlab雷达信号仿真界面程序。(提示:例如可以根据选择产生一个不同类型噪声(均匀分布、高斯分布等类型),并在界面中显示该噪声时域图形,并能根据要求画出该噪声的自相关、FFT等信号处理后的结果。)-Design a matlab radar simulation interface program. (Hint: for example, can choose to generate a different type of noise (uniform distribution, Ga
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:11755
    • 提供者:王勇
  1. 136496-test_guide

    0下载:
  2. 利用MATLAB进行界面设计的一些用用的资料和代码-Use MATLAB to interface design used by some of the information and code
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-05
    • 文件大小:180995
    • 提供者:高峰
  1. MenuItemExample1

    0下载:
  2. 代码为菜单的界面设计。本程序在eclipse中调试通过,可以很好得使用,谢谢。-Code for the menu interface design. This program debug through eclipse, you can get a very good use, thank you.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:992
    • 提供者:老余
  1. CoolClock0.0

    0下载:
  2. VC++完全透明的时钟 v1.0 一个主要偏向于界面设计编写的圆形透明时钟,除了指针和刻度盘不透明外,其余全是透明的,按住时钟中心点可以手动时钟移动,双击可关闭,想学习透明窗体制作的VC朋友可不要错过哟-VC++ fully transparent clock v1.0 interface design as a major bias in the preparation of a circular transparent clock, in addition to an opaque po
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-25
    • 文件大小:20136
    • 提供者:董胜宇
  1. matlab-GUI

    0下载:
  2. matlab GUI人机界面交互小程序。用GUI实现对2D图形的线形、颜色的控制。2图形可自己随意设计,程序中有详细步骤。-matlab GUI man-machine interface interactive applets. Control GUI achieve linear 2D graphics, color. 2 graphics can be free to design, detailed steps in the program.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-01
    • 文件大小:1459
    • 提供者:bhmf
  1. GUIerjie

    1下载:
  2. 通过matlab实现以下功能:设计GUI界面实现二阶系统阶跃响应-Design GUI interface to achieve second-order system step response by matlab to achieve the following functions:
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-22
    • 文件大小:655
    • 提供者:wangshiquan
  1. test_

    1下载:
  2. 实现点集的约束Delaunay三角剖分,采用GUI图形设计界面-Constrained Delaunay triangulation point set using the GUI graphical design interface
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-04
    • 文件大小:3534098
    • 提供者:严红娟
  1. guidesign

    0下载:
  2. 利用matlab设计gui界面实现对图像的平滑、锐化、反转等处理-Using matlab design GUI interface processing for image smoothing, sharpening, reverse
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-30
    • 文件大小:1491242
    • 提供者:zhangr
  1. SplineInterpolation-in-mfc

    1下载:
  2. 1、将三次样条插值功能封装成CCubicSplineInterpolation类,所采用的是第二类边界条件:在端点的二阶导数值为0. 2、基于对话框设计了使用界面,通过打开文件夹内的test.xls可以载入全部数据,并可利用上述三次样条类进行单点插值和全部插值。 3、经检验,该程序插值结果与matlab中: pp=csape(a,b, second ,[0 0]) result=ppval(pp,x0) 插值结果一致。-1, will be packaged into a cub
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-15
    • 文件大小:3739778
    • 提供者:蒋鸿伟
  1. delaunay_poufen

    0下载:
  2. delaunay三角剖分的算法,主要是根据边扩展来构建三角网的算法,有简单的界面设计实现 -delaunay triangulation
  3. 所属分类:2D Graphic

    • 发布日期:2017-06-19
    • 文件大小:28984450
    • 提供者:lefen
搜珍网 www.dssz.com