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

搜索资源列表

  1. 小型CAD系统(做图程序)

    2下载:
  2. 用C语言编写的小型做图程序。它提供了对直线,矩形,圆,图形文本等对象的绘制。-C language so small graphic program. It provides a pair of linear, rectangular, round, graphic objects, such as text drawing.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:46186
    • 提供者:hjxm
  1. ZHG-bmp-maker

    0下载:
  2. 本软件(ZHG制图工具)由ZHG用C/C++开发,可用来进行简单画图、查看由本软件制作的图形文件以及使用配套函数show_bmp在C语言程序中直接使用已画好的图形。具体操作如下: 1.主界面上方为菜单栏,左边为工具栏。要使用请单击“新建”或“打开”按钮,退出可单击右上角椭圆。 2.进入后,可单击工具栏选择画笔、规则图形及颜色。左击图形库,画实线图,右击可画虚线图。在编辑区中,用左键拖动鼠标为画笔画图,右键拖动可画规则图形。(建议下载到D盘,并先阅读说明文件。) -the software
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:622569
    • 提供者:ZHG
  1. vcmat

    0下载:
  2. 以前使用matlab和vc混合编程都使用的是先将m程序用mcc转化成dll,再在vc中调用 的方法。这种方法对比较复杂的m文件很方便,但是对一些小的程序,如曲线可视化、计算矩阵特征值等,对这些只需要一两行代码的小程序,再使用dll就得不偿失了。经过试验后,发现可以直接在C++程序中调用matlab c/c++ math & graphic library的函数。-before using Matlab and vc mixed programming using the first proc
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:4621
    • 提供者:zhangjuan
  1. grahic

    0下载:
  2. 对初学者理解c++的抽象继承虚函数等机制相当有用,这是一个画点线多边形的的实例程序。-for beginners to understand the abstract c succession mechanisms such as virtual function very useful. This is a drawing point line polygon examples of the procedure.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:126430
    • 提供者:谢潇
  1. 2D_Draw_BCB

    0下载:
  2. 采用C++Buider编写的二维绘图程序。包括矩形,正方形,椭圆,圆,圆角矩形,圆角正方形等。-C Buider 2D drawings prepared by the procedure. Including rectangular, square, oval, round, rectangular fillet, such as fillet square.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:365200
    • 提供者:xiaoli
  1. TIANE

    0下载:
  2. 用C编写的一个小的绘图程序,作为计算机图形学的作业.-prepared by a small drawing procedures, as a computer graphics work.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:980
    • 提供者:王楠
  1. cc_graph

    0下载:
  2. 本程序为实现c语言环境下,实现用键盘画图的功能,为学习画图提供很好的范例-procedures for the realization of the c-language environment to achieve a keyboard drawing functions as a learning drawing provide a good example
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:8218
    • 提供者:水蓝
  1. CADCombo

    0下载:
  2. CADBOXES 1.1 as of 30.10.1998 (C)1998 by Bernhard Knibbe This Component is a enhanced listbox/combobox like seen on a famous cad program. Its rather useful to visualize/change/check boolean values related to stringlists. It is originally
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:23325
    • 提供者:Zhou Qing
  1. cximage600_full

    0下载:
  2. CxImage 6.00 CxImage is a C++ class that can load, save, display, and transform images in a very simple and fast way. The class CxImage is free as for the TIFF, JPEG, PNG and ZLIB libraries : \"If you use this source code in a product, acknowl
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:2641540
    • 提供者:xhf
  1. 图像的压缩

    0下载:
  2. 这是一个图像压缩程序,本人用c语言写的,希望能给学习算法分析的学生作为参考-This is an image compression procedures, I used to write c language, in hopes of giving the learning algorithm analysis of the students as a reference
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:897
    • 提供者:赵义
  1. cutedraw1

    0下载:
  2. 画图工具L c R G NONE End Enum Dim graph As Graphic Private Type Lnode’定义一个节点类型来 保存每个图形的信息 Sx As Single Sy As Single Tx As Single Ty As Single Bch As Graphic Color As Long End Type 画图:直线,圆跟矩形都用Line方法来实现,封装在Public Sub-drawing tools c R L G NONE End Enum Di
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:31927
    • 提供者:魏衍斌
  1. 等值线函数

    0下载:
  2. 等值线函数.// As this code is ported from FORTRAN-77, please be very careful of the // various indices like ilb,iub,jlb and jub, remeber that C/C++ indices // starts from zero (0)-contour function. / / As this code is ported from FORTRAN-77, please be ver
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:3195
    • 提供者:何阳
  1. Bayesian_Classification

    0下载:
  2. c++实现bayes分类算法。算法完整,有应用实例为证。-c++ implementation bayes classification algorithm. Algorithm is complete, there are application examples as evidence.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:25264
    • 提供者:zengzhi
  1. CAD-biaozhu.rar

    0下载:
  2. 本程序是用Visual Lisp集成开发,打包的软件。其主要功能是标注尺寸修改(快速写出上下偏差,Ф,度,标主型式等);属性块;编辑属性定义;文字编辑,形位公差等,对于机械设计的朋友很有用。有好东西大家一起分享,资料来自创达科技 陈仲库 AUTOCAD 的好助手,This procedure is integrated with Visual Lisp development, packaged software. Its main function is to mark the size La
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-23
    • 文件大小:72912
    • 提供者:中国库
  1. Graphic

    0下载:
  2. 计算机图形学中用经典算法实现的绘图程序,包括直线生成、圆弧生成、线段裁剪、多边形裁剪等-Computer graphics with the classic algorithm of mapping procedures, including a straight-line generation, arc formation, line cutting, cutting, such as polygon
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-14
    • 文件大小:3733124
    • 提供者:逍遥飞
  1. CurveC++

    0下载:
  2. 曲线拟合算法,C++程序,多种拟合方法,包括拉格兰日算法等 -Curve fitting algorithm, C++ Procedures, fitting a variety of methods, including algorithms, such as Raglan Day
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-13
    • 文件大小:3402
    • 提供者:GongJianzhong
  1. CAD_plan_figure

    0下载:
  2. cad设计图标,可以作为室内装饰、装修、或者是广告设计人员的参考-cad design icon, and can be used as interior decoration, decoration, or advertising designers reference
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-16
    • 文件大小:4405961
    • 提供者:chaiwuge
  1. artice

    0下载:
  2. 动态实现实时曲线,如证券、股票的动态实时曲线-Dynamic real-time curves, such as securities, shares of dynamic real-time curve
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-16
    • 文件大小:106576
    • 提供者:雨晨
  1. gh

    0下载:
  2. 1. 简单图元的生成(如直线、圆、长方形等) 2. 用DDA算法或中点(Besenham)算法实现直线段、椭圆或圆的绘制 3. 用扫描线填充算法进行区域填充,用Sutherland 裁剪算法裁减多边形 4. BEZIER曲线或B样条曲线的绘制 5. 个性化图形软件包的开发 6. 所有文件包括源码和截图-1. Easy metafile generation (such as linear, round, rectangular, etc) 2. Using DDA algor
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-03
    • 文件大小:1445148
    • 提供者:lixuan
  1. single-view-modeling-master

    0下载:
  2. 2D图像重建3D,通过取单张或者多组普通2D图片,来作为原始素材(By taking a single or multiple common set of pictures, as raw material, processing and reconstruction of the 3D model is obtained)
  3. 所属分类:绘图程序

    • 发布日期:2018-01-04
    • 文件大小:487424
    • 提供者:czzz3
« 12 »
搜珍网 www.dssz.com