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

搜索资源列表

  1. plotter.rar

    0下载:
  2. gui绘制曲线,坐标系变换,运行在linux系统下,使用qt软件开发,gui drawing curves, coordinate transformations, running on linux system, the use of software development qt
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:197413
    • 提供者:tanyong
  1. WRF-Var_plot.ncl.tar

    0下载:
  2. ncl脚本文件,用于WRF模式同化系统出来的分析场,也可以画初始场-ncl wrfda
  3. 所属分类:Graph Drawing

    • 发布日期:2016-01-23
    • 文件大小:2048
    • 提供者:何清㟆
  1. Draw

    1下载:
  2. 基于Visual C++ 6.0开发系统,仿制Windows画图软件,实现如下功能: 1. 动态绘制文本、直线、矩形、圆(椭圆)、多边形等基本图形; 2. 可以改变图形的颜色、粗细、线型(实线、虚线、点划线等); 3. 可以实现图形的剪切、复制、粘贴、缩放(全部或指定区域)等基本编辑功能; 4. 基本的图形保存、打开、显示等功能;-Based on Visual C++ 6.0 development system, generic Windows drawing softwar
  3. 所属分类:Graph Drawing

    • 发布日期:2014-12-15
    • 文件大小:4000768
    • 提供者:李超
  1. Graphics.dll

    0下载:
  2. 直线、圆、椭圆二维图形的生成。直线的生成算法有DDA、Bbresenham、point,圆的生成算法有bresenham等 此系统还包含裁剪操作。 曲线的生成算法:bezier曲线 三维操作:三维物体旋转变化、穿越三维空间、虚线三维空间-Straight, round, oval to generate two-dimensional graphics. Straight-line algorithm to generate the DDA, Bbresenham, point, c
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:26178
    • 提供者:张晨雨
  1. testFlowCtrl

    0下载:
  2. FlowCtrl,工控系统中组态软件中常用的流体显示控件源代码。-FlowCtrl, industrial control system configuration software commonly used in fluid showed that the source code control.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-27
    • 文件大小:65588
    • 提供者:wanhang
  1. PU

    3下载:
  2. 利用PSCAD搭建的单相MMC系统,其中的子模块采用理想电压源与IGBT构成,成功仿真出阶梯波形-PSCAD built using MMC system, single-phase, in which sub-modules form an ideal voltage source with IGBT, successful simulation of the step waveform
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-27
    • 文件大小:3504
    • 提供者:邹盛
  1. GeoMap3.5

    1下载:
  2. 地质制图系统_GeoMap3.5正式版20080325,是地理信息系统领域和地震地质领域绘等值线等图的有效工具-Geological Mapping System _GeoMap3.5 official version 20080325, is the field of geographic information systems and seismic geological fields, such as contour map drawn an effective tool
  3. 所属分类:Graph Drawing

    • 发布日期:2017-06-22
    • 文件大小:43427665
    • 提供者:gulanglhs
  1. MAPCAD

    0下载:
  2. 使用VB开发的地理空间分析系统,实现多边形的绘制,点在多边形中的位置判断。-VB of the use of geo-spatial analysis of the development system, the rendering polygon, points in the polygon to determine the location.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:856656
    • 提供者:zhu
  1. CG

    0下载:
  2. 1. 用某种方法实现圆的生成算法 2. 实现橡皮筋直线、圆、矩形。 3. 实现基本几何变换(平移、旋转、缩放)。 4. 实现Bezier曲线或B样条曲线。 5. 最终呈现的结果是一个小型的交互式图形系统,用界面把所有功能串连起来 -1. Using a method to achieve a circle generation algorithm 2. To achieve a rubber band straight, round, rectangular. 3. The
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:800860
    • 提供者:沈静
  1. calir+cologu+fog+alpha

    0下载:
  2. alpha_2.09.zip Alphat透明合成系统源代码源代码 calir_1.0.zip 腐蚀-膨胀-细化算法源代码 fog_0.75.zip 图像雾化处理程序源代码 cologu_0.85.zip 直方图修正-彩色变换算法源代码 -Synthesis alpha_2.09.zip Alphat transparent system source code source code calir_1.0.zip corrosion- expansion-
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-28
    • 文件大小:56055
    • 提供者:sinofeng
  1. Graphics

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

    • 发布日期:2017-03-31
    • 文件大小:153314
    • 提供者:ling
  1. cad

    0下载:
  2. 多功能绘图系统,很实用的一个源码,很有参考价值,下载试试,多学习哦-Multi-functional graphics system, it is a source of practical, useful reference, download a try, more to learn Oh
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:202825
    • 提供者:蒋成闹
  1. autocad2000_3d_advance

    0下载:
  2. 书列出了AutoCAD的所有命令、功能介绍及其相关系统变量,十几个快速入门方法将有助于读者尽快掌握命令的使用。 本书命令齐全,查阅方便,是您案头必备的参考手册。-Book lists all the AutoCAD commands, functions and its related system variables introduced, more than a dozen methods of Quick Start will help readers use the command as
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-10
    • 文件大小:2235816
    • 提供者:姚华桢
  1. MyTxDraw

    0下载:
  2. 不使用系统的画线函数,逐个点的画一条线-Do not use the system function of the painting, one by one point draw a line
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-07
    • 文件大小:27331
    • 提供者:zhangyifei
  1. gisbook

    0下载:
  2. VC开发的 小型GIS 系统,提供给广大程序员。也希望与大家共享一些技术-VC development of small-scale GIS system available to the general programmer. Also hope to share with you some of the technical
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-17
    • 文件大小:212303
    • 提供者:Richard LEE
  1. GDI_Curve

    0下载:
  2. 动态曲线c#版本,类似于系统任务管理器。还算不错,需要的可以下了看看。-Dynamic curve c# Version, similar to the system Task Manager. Pretty good, can be a need to see.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-07
    • 文件大小:22481
    • 提供者:童敏
  1. tcadmin

    0下载:
  2. 1、本系统所有功能未经管理员授权不能使用 2、管理员为多人制,且级别相同,任一合法管理员均可对管理员帐号进行添加、删除及修改操作,请管理员妥善保管各自帐号,任何原因造成的资料丢失,明星工作室概不负责! 【功能说明】 1、教师业务档案添加 2、教师业务档案删除 3、教师业务档案修改 4、教师业务档案查找 5、教师业务档案输出-1, all the features of the system administrator can not be used wit
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-28
    • 文件大小:227267
    • 提供者:wumingli
  1. huihuadianziqi

    0下载:
  2. 非常经典!完整的系统,可以作为AutoCAD软件的基础模型学习应用到实际工程中!-Very classic! Complete system can be used as the basis of AutoCAD software learning model applied to the actual project!
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-29
    • 文件大小:233139
    • 提供者:轩辕剑
  1. MATLAB

    0下载:
  2. OFDM系统同步中的定时估计算法,主要使用了极大似然估计法。此程序实现极大似然估计法定时的程序。-OFDM system, synchronization of timing estimation algorithm, the main use of maximum likelihood estimation method. Realize this procedure maximum likelihood estimation when the statutory procedures.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:3061
    • 提供者:张彩
  1. CADInnovate03.9.1

    0下载:
  2. cad面向对象的系统设计 面向对象的系统设计-cad
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-14
    • 文件大小:3298286
    • 提供者:svennis
« 1 2 3 4 5 6 78 9 10 11 12 ... 18 »
搜珍网 www.dssz.com