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

搜索资源列表

  1. graph

    0下载:
  2. 一个简单的绘图工具的实现 可以参考学习图形学基本算法-a simple drawing tools can refer to the realization of the basic graphics learning algorithm
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:121.46kb
    • 提供者:魏本峰
  1. ZedGraphSampleCS_v5_0_9

    0下载:
  2. ZedGraph is a set of classes, written in C#, for creating 2D line and bar graphs of arbitrary datasets. The classes provide a high degree of flexibility -- almost every aspect of the graph can be user-modified. At the same time, usage of the classes
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:127.43kb
    • 提供者:liuyi
  1. NSG2

    0下载:
  2. It is used to build simple wireless or wired ns simulation topology.NSG2 can form a tcl file derived from the graph you draw.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-24
    • 文件大小:103.29kb
    • 提供者:Wendy
  1. GraphicalDisplayDemo_12072009

    0下载:
  2. 能够快速绘图的C#控件,比如ECG曲线绘制-An easy to use C# library for quick and simple graph plotting.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-25
    • 文件大小:32.98kb
    • 提供者:白林
  1. GraphDisplaySrc_12072009

    0下载:
  2. 快捷方便的多通道绘图控件,比如多通道ECG绘图等-An easy to use C# library for quick and simple graph plotting.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-07
    • 文件大小:243.08kb
    • 提供者:白林
  1. Graphic

    0下载:
  2. 使用C语言编写的一些简单的图形算法基础,其中有中点直线算法,中点画圆,种子填充和裁剪算法。-Using the C language written in the basis of some simple graph algorithms, including the midpoint of a straight line algorithms, the mid-point Circle, seed filling and clipping algorithms.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-17
    • 文件大小:56.99kb
    • 提供者:周拓
  1. Graphic

    1下载:
  2. Graphic是基于MFC开发的一个具有简单功能的绘图软件。 它具有以下功能 1、点击“绘图”菜单,可以选择绘制直线、矩形、圆形 2、点击“设置”菜单,有两个设置选项,可以设置线型、线宽以及线的颜色 3、点击“清除”菜单,可清除当前画板上的全部图形 4、绘图板具有重绘功能,即改变绘图板大小,图形仍然正常显示 5、绘图板具有保存及打开功能,可以保存已画好的图形为*.draw,并可以在需要时打开已保存的图形-Graphic is based on the MFC fu
  3. 所属分类:Graph Drawing

    • 发布日期:2014-07-09
    • 文件大小:65kb
    • 提供者:
  1. graph

    0下载:
  2. 实现了简单的绘图功能,对于初学者是个不错的参考-To achieve a simple drawing functions, for it is a good reference for beginners
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:72.63kb
    • 提供者:高程
  1. Drawing-program

    0下载:
  2. 绘图程序用c++语言实现简单的图形的绘制-Drawing program using c++ language to draw a simple graph
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:3.24kb
    • 提供者:alex
  1. create_simple_graph.c.tar

    0下载:
  2. creating an applet for a simple graph.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:901byte
    • 提供者:Rohit Singhal
  1. create_simple_graph.java.tar

    0下载:
  2. creating an applet for a simple graph.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-11
    • 文件大小:902byte
    • 提供者:Rohit Singhal
  1. Draw

    0下载:
  2. Windows系统自带的画图板简单灵巧,为用户的小型图形开发工作带来了很多便利。本实验完全利用C语言开发了一个画图板,该画图板具有画图、调整图形大小与方位、保存与打开文件等基本图能。-Windows system comes with the drawing board is a simple, smart, and brought a lot of small graphics development work for the user s convenience. In this stud
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:226.33kb
    • 提供者:被子
  1. function-graph

    0下载:
  2. 这是一个简单的高次逼近函数的函数图像,它可以作为去噪的阈值函数,在阈值处是连续的。函数中的n值可以自己任意设置。还有几个阈值函数和阈值,在小波变换的每一层上选择不同的阈值-This is a simple high-order function of the approximation functions of the image, it can be used as a threshold function of de-noising,The function is continuous a
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-20
    • 文件大小:951byte
    • 提供者:孔冉冉
  1. graph

    0下载:
  2. 自己编写的一个计算机图形学画图软件,能实现一些简单图形,和一些图形变换-I have written a computer graphics drawing software, to achieve some simple graphics, and some graphics transform
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-29
    • 文件大小:2.39kb
    • 提供者:李冰清
  1. Circle

    0下载:
  2. 一个简单的 绘图程序,输入 x,y,z 即可得到你想要的图形,也是 我们经常遇到的一个题目希望对大家有用。-A simple drawing program, enter the x, y, z to get what you want without the graph, we often meet with a topic hope useful for everyone.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-25
    • 文件大小:347.79kb
    • 提供者:Richy
  1. graph

    0下载:
  2. QT svg 绘图程序,通过MVC模式开发,有了QT的支持,程序高效简洁- 翻译 英语 中文 德语 检测语言 中文(简体) 英语 日语 QT svg 绘图程序,通过MVC模式开发,有了QT的支持,程序
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-27
    • 文件大小:119.42kb
    • 提供者:张涛
  1. EppsteinAlgorithm

    0下载:
  2. The algorithm developed by Eppstein not looking for simple paths. In Indeed, the paths returned by the algorithm may contain rings or loops. It applies only on graphs where the weights are positive. This algorithm is based on extensive use of h
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-07
    • 文件大小:1.21mb
    • 提供者:bright
  1. zhexiantu

    0下载:
  2. 运用matlab编写的绘制图形折线图的源代码,内容比较简单-Source code using matlab prepared to draw graphics line graph, the content is relatively simple
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-13
    • 文件大小:541byte
    • 提供者:shishunshun
搜珍网 www.dssz.com