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

搜索资源列表

  1. 画图系统

    0下载:
  2. 我的程序是用C语言编的一个画图软件,满足以下几点: 用某种方法实现圆的生成算法。 实现橡皮筋直线、圆、矩形。 实现多边形裁剪。 实现基本几何变换(平移、旋转、缩放)。 实现Bezier曲线或B样条曲线。 最终呈现的结果是一个小型的交互式图形系统,用界面把所有功能串连起来。-the procedures I used the C language is part of a drawing software to meet the following points : the use of a ce
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:5.19kb
    • 提供者:李玮玮
  1. lissa

    0下载:
  2. 此程序为gui的一个演示程序,展示给朋友们一个lissa曲线-This is a demonstrate programe of gui,it is show our friend a lissa curve.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:5.15kb
    • 提供者:高永
  1. The_Best_a1937781062005

    0下载:
  2. 显示时间的源代码,具有很好的图形界面。依赖于系统时钟-show that the source code is a good graphical interface. Depend on the system clock
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:72.52kb
    • 提供者:WMX
  1. matlab_sys_inf

    0下载:
  2. 系统辨识的输入信号为一个周期的M序列,从 中分离出并显示a1 、a2、 b1、 b2,画出输出观测值z的经线图形,并显示坐标网格-system identification of the input signal for a period of the M sequence, isolated from the show and a1, a2, b1, b2, paint output observation z warp graphics, and display Grid
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1.07kb
    • 提供者:小精豆
  1. 计算机图形学小项目

    1下载:
  2. 实现了 DAA画线法画直 (1) 中点画线法画圆(输入x坐标,y坐标,圆心) (必做) (2) 二维区域填充(四向种子填充颜色算法) (选作) (3) 直线裁减(任选一种) (必做) (4) 贝塞尔曲线(输入四个控制点,或者直接用鼠标点,要求坐标会随右键显示)(必做) -realized DAA painting painting straight line method (1) dotted line method Circle (input coordinates x,
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:87.37kb
    • 提供者:韩为
  1. hsv

    0下载:
  2. 一個可顯示出調用HSV色彩的結果的程式, 可直接在 Color Space 上調用, 並顯示出 HSV與RGB 色彩比對.-a show called HSV color the results of the program can directly Color Space on the call, and show RGB and HSV color than the right.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:114.94kb
    • 提供者:黃建華
  1. 法向显示

    0下载:
  2. vc环境下的法向显示的程序,在win2000和vc6.0环境下调试-vc environment under the law to show procedures, the WIN2000 and debugging environment vc6.0
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:60.84kb
    • 提供者:许枫
  1. java的鼠标操作

    0下载:
  2. 本代码是java的鼠标操作,可以及时显示鼠标所在位置,对学习java的同学有很大的帮助-java mouse operation, it can show the location of the mouse. java for the students to learn a great help
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1022byte
    • 提供者:李微
  1. customgrids

    0下载:
  2. 已知有规律的网格区域,和一定数量的测量值,计算每个区域的最大值,并按照自定义的区域规则,计算相应的最大值,三维显示不同的大小的网格和相应的最大值。-known to the law of the regional grid, and the number of measurements to calculate the maximum value in each region, since accordance with the definition of regional rules, the
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1.21kb
    • 提供者:stuartw
  1. 342106Singer

    0下载:
  2. 可以绘制曲线并加以显示,输入某个点的横坐标能显示纵坐标的值-drawing curves and can be indicating that the importation of a particular point of abscissa can show the value of Ordinate
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:30.75kb
    • 提供者:严平
  1. qxhz

    2下载:
  2. 在VB中实现实时曲线的绘制,可以很直观的显示出数据的变化值和变化趋势-in VB real-time curve, the drawing can be very intuitive data show the changes in values and trends
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:5.09kb
    • 提供者:王想红
  1. VC6DrawBezier

    1下载:
  2. 这是用VC6.0编写的绘制三次Bezier曲线的程序,使用MFC框架文档视图结构。程序除实现三次Bezier曲线的绘制,还实现了点,直线,圆的绘制,可做为学习计算机图形算法的参考。与其它Bezier曲线绘制程序的不同是,本程序实现了Bezier曲线上型值点的计算显示。程序中编写了Bezier曲线类来完成Bezier曲线的绘制,并能对绘制的曲线数据进行保存与打开。对学习文件操作也有一定帮助。这是我第一次上传源码,有什么不妥之处还请管理员指点。谢谢!-VC6.0 prepared by the cu
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:170.72kb
    • 提供者:王占辉
  1. VBHelloWorld

    0下载:
  2. VB与IDL数据可视化语言的接口编程,利用IDL提供的控件实现数据在VB中的可视化显示-VB and IDL data visualization interface programming language, use IDL for the control of data in VB visual show
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:6.83kb
    • 提供者:黄勤超
  1. FloatHorizonAlgo

    0下载:
  2. 这里实现了计算机图形学中的一个经典算法:浮动水平线算法。自己写的,请各位多多指教,通过修改function函数,可以显示不同的三维曲面-here realized the computer graphics of a classical algorithm : floating horizon algorithm. Wrote it myself, please exhibitions through revising function function, can show different
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:55.96kb
    • 提供者:黄春红
  1. pathliuhaiou

    0下载:
  2. 本程序读去系统显示汉字时的路径数据,并用点和曲线将汉字显示出来-this procedure to read Chinese characters at the system shows the path, and the data point and the curve will show Chinese
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:291.82kb
    • 提供者:刘海鸥
  1. ASE-File-Loader

    0下载:
  2. 可以用于3DS导出的ASE文件进行读取和使用opengl进行显示!-3DS derived can be used for the ASE read documents and use opengl for show!
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:576kb
    • 提供者:康勇
  1. sxsbtxtuxing

    0下载:
  2. 用Visual C++编写的实现图象显示的水波特效例子-prepared by the images show examples of Water Wave
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:80.87kb
    • 提供者:dang
  1. ycad-1.0.2

    1下载:
  2. 用JAVA实现的DXF文件的LIB,能实现DXF文件的显示/打印-using JAVA DXF file of the LIB, able to show the DXF file / print
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1.3mb
    • 提供者:xyl
  1. mycube

    0下载:
  2. 本程序实现用光照显示一个立方体,并将自己的照片贴在这个立方体的前面和右面, 实现平移放缩和旋转-the program with a light show cube, and their photographs affixed to the front of the cube and the right side, to achieve translation scaling and rotation
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:149.35kb
    • 提供者:黄巧珍
  1. vcdrawing

    0下载:
  2. 以多种方式绘图(透明,灰度,缩放),这个文件显示的是个3D模型,适用于初学者研究-drawings in a variety of ways (transparent, gray, zoom), the documents show is the 3D model, Study applies to beginners
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:56.89kb
    • 提供者:sunjun
« 12 3 4 5 »
搜珍网 www.dssz.com