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

搜索资源列表

  1. paintlib-2.5.0

    0下载:
  2. paintlib是一个可移植的用于图像加载、保存和处理的C++类库。可从BMP, GIF, JPEG, PCX, PGM, PICT, PNG, PSD, TGA, TIFF和WMF文件中加载图像,且可保存为BMP, JPEG, PNG和TIFF格式。既可通过在过滤器类中执行过滤, 也可通过直接访问位图来进行图像处理。提供了完整的C++源码。-paintlib is a transplant can be used to image loading, storage and handling o
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1078529
    • 提供者:宁华锋
  1. WINDMILL

    0下载:
  2. 利用C语言写的旋转的风车,源代码程序。相信对广大C和图形学爱好者有极大帮助!-written in C language of the rotating windmill, source code procedures. I believe that the majority of C and graphics enthusiasts will be of great help!
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:802
    • 提供者:曹恒毅
  1. PointTest

    0下载:
  2. 电路画板,主要的 功能是实现了电路板的绘制,并能够在C++源码上实现-circuit slate, the main function is to achieve a circuit board mapping, and to the C + + source code to achieve
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:172801
    • 提供者:耿世松
  1. vprinterw2k_src

    1下载:
  2. C++虚拟打印机源码,可将任何文件内容转换为图像文件。-C source code can be any contents of the paper documents converted to images.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:71187
    • 提供者:江过清
  1. Release[1]

    0下载:
  2. 这是一个用C++编写的图像处理源程序代码,没有图形界面-This is a preparation of the C source code image processing, no graphical interface
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1582110
    • 提供者:高彬
  1. pingMu_C_sharp

    0下载:
  2. 屏幕录像专家C#源代码,全部由C#实现,运行时比较占用内存-Screen Recorder C# source code, all the C# implementation, run-time memory for comparison. . .
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:392340
    • 提供者:闫亚迪
  1. ZedGraph

    0下载:
  2. 功能强大、占有资源较少的控件,内含C#源码及实例。-Powerful, possession of control, fewer resources, containing C# source code and examples.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:1189506
    • 提供者:杨如祥
  1. Bezier

    0下载:
  2. 这个是贝塞尔曲线(C++)的源代码。它是计算机图形学中非常重要的内容。-This is a Bezier curve (C++) Source code. It is very important in computer graphics content.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:934
    • 提供者:michelle
  1. Code

    0下载:
  2. 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-MFC AppWizard on Principle and analysis of
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-17
    • 文件大小:45688
    • 提供者:芳草
  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-04
    • 文件大小:1445148
    • 提供者:lixuan
  1. BSpline

    0下载:
  2. B样条C++源程序大作业基于MFC希望各位有用-B-spline large C++ source code useful for job-based MFC hope that
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-06
    • 文件大小:1334778
    • 提供者:李湘
  1. pentagon

    0下载:
  2. 本程序是用C++编写的一个绘制彩色五边形的源代码-The program is written in a C++ source code for drawing colored pentagon
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:1487054
    • 提供者:majun
  1. TransparentImages

    0下载:
  2. C# 绘制透明图片效果的源码,希望对大家有所帮助!-C# source code to draw transparent image effects, we want to help!
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-16
    • 文件大小:73600
    • 提供者:zhangtengfei
  1. spline

    0下载:
  2. 本例是用C++开发的画出样条曲线的源程序,能够在给出的定点拟合出样条曲线。-This example is developed in C++ source code to draw spline to the given point in the spline fitting. . . . . . . .
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-14
    • 文件大小:3648
    • 提供者:所有
  1. gongjiaocP202013map2

    0下载:
  2. VC/C++源码,网络相关,公交查询   VC++制作的地图及公交查询系统,看似很神秘、很复杂,其实变换思路,用WEB平台开发的地图公交查询系统,在VC里只是插入一个WEB Broswer控件,写一行代码编译运行即可,源码在VC6.0 + WinXP SP3编译测试通过。-VC/C++ source code, network-related bus inquiry VC++ produced maps and public transport query system, it seem
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-10
    • 文件大小:21967
    • 提供者:dengchao
  1. ABC

    0下载:
  2. 基于C++的可移动笑脸源程序(推荐新手下载)-Based on C++ source code movable smiley (recommended for new users download)
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:740
    • 提供者:周顺心
  1. drawchazrt

    0下载:
  2. 多曲线分析数据,基于C#的多曲线数据分析实例源代码,运行EXE需要用到数据库文件,已放在Database文件夹中,源码测试截图并没有看到多曲线效果,是因为数据库没有附加,有闲暇的亲们可以自己附加上数据库测试一下。-Multi curve analysis data, multi curve data analysis based on the C# source code examples, running EXE need to use the database file, has been
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:134710
    • 提供者:wudong
  1. GoDiagramWin_v2.2_Source

    0下载:
  2. GoDiagram流程图程序-Based on GDI+ drawing flow chart control, c# source code
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-20
    • 文件大小:5386359
    • 提供者:杨宏
  1. goxd__apzlication

    0下载:
  2. Visual C++ CAD应用程序开发技术源代码 不错的-Visual c++ source code good CAD application development technology
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-10
    • 文件大小:70203
    • 提供者:Aubney
  1. jfcizv

    0下载:
  2. 该书主要介绍了图象处理入门C源码分析,对图象处理的初学者(The book mainly introduces the C source code analysis and image processing to image processing of beginners)
  3. 所属分类:绘图程序

    • 发布日期:2017-12-20
    • 文件大小:2826240
    • 提供者:朱丽
« 12 3 »
搜珍网 www.dssz.com