CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - paint

搜索资源列表

  1. Revolution

    0下载:
  2. paint application to draw line, cercle... some 2D formes
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-05
    • 文件大小:389890
    • 提供者:hamouda
  1. Paint

    0下载:
  2. paint application in visual basic made at school in romania
  3. 所属分类:Education soft system

    • 发布日期:2017-03-30
    • 文件大小:92388
    • 提供者:doru
  1. aaaa

    0下载:
  2. 模仿windows画图的小软件 网上得来的,看过,好用-Paint a small piece of software to imitate windows come online, read, easy to use
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:12873
    • 提供者:aa
  1. BspLines

    0下载:
  2. BspLines曲线生成 Step1:建立控制点数组; Step2:设定插值步长、曲线Si的控制点、参数t的取值区间为(0,1); Step3:用OPENGL画出各控制点及其连线; Step4:进行插值计算:计算出的若为第一个插值点定位到画图窗口否则画曲线到该点。 -BspLines curve generation Step1: establish control points group Step2: Set interpolation step, t
  3. 所属分类:Graph program

    • 发布日期:2017-05-09
    • 文件大小:2329851
    • 提供者:chengyangmao
  1. mydraw001

    0下载:
  2. 这个是一个用C 编的画图程序,显示坐标,和图像,是C 入门的好程序-This is a Paint program compiled with the C, display coordinates, and images, is a good entry procedures for C
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:32132
    • 提供者:梁鑫
  1. paint

    0下载:
  2. paint programm adapted to matlab
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-08
    • 文件大小:154524
    • 提供者:ruud
  1. paint

    0下载:
  2. 模仿windows的画笔,可以绘制直线、任意曲线、圆、矩形并填充。有颜色替换功能。可以对打开的图片进行放大和缩小-It s like windows paint. You can draw straight lines, curve lines, circles, quadrics and fill them. You can also replace a certain color.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:834627
    • 提供者:清石
  1. paint

    0下载:
  2. this is samole sor VISUAL basic 6. source code for Paint
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:578629
    • 提供者:fahime
  1. paint-MDI

    0下载:
  2. C++课程老师给的范例。范例010 绘图程序——MDI——完整版本。-C++ programs to the example of the teacher. Example 010 drawing program- MDI- the full version.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-30
    • 文件大小:13253449
    • 提供者:路一
  1. Paint

    0下载:
  2. Visual Basic写的绘图板小程序,功能很强悍-Visual Basic drawing board to write small programs, features a very tough
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:210201
    • 提供者:tanisaber
  1. Paint

    0下载:
  2. 非常好的绘图工具!几乎包括所有的绘图功能!-A great windows like paint utility! Includes almost all the windows paint functions.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:8132
    • 提供者:严小刚
  1. CEPaint

    0下载:
  2. 一个在WINCE下可以运行的画图程序,可以实现画线,圆,橡皮擦等功能。-WINCE can run under a paint program, you can achieve draw lines, circles, eraser and so on.
  3. 所属分类:Windows CE

    • 发布日期:2017-05-03
    • 文件大小:1060627
    • 提供者:肖磊
  1. scribble-source

    0下载:
  2. This a simple java applet implementation of a paint-brush style program. It has the basic drawing tools such as pen, line, filled and non-filed rectangles and ellipses and color manipulation options, other than that its really boring, but a good exam
  3. 所属分类:Games

    • 发布日期:2017-04-04
    • 文件大小:14461
    • 提供者:nandish.hebbal
  1. TPaint

    0下载:
  2. paint program using opengl
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:733678
    • 提供者:Tanesh Kumar
  1. paint

    0下载:
  2. 一个采用visual C++6.0的画图板程序,编译后可直接运行,能够画图,改变颜色,改变画的形状,可以保存所画内容或打开所画内容-a paint program in c++,you can use it to draw different shape,different color,save and open what you have saved
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:50720
    • 提供者:申文霞
  1. paint

    0下载:
  2. windows 画图程序,调用windows API,比较简单-windows drawing program, call the windows API, relatively simple
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2944975
    • 提供者:kunge
  1. MyGraphic

    0下载:
  2. 加入新图形的步骤 1、在GraphRecord单元 定义结构体 2、在MyGraph单元的集合体(TClassGraph)中 加入该图形 3、MyGraph单元的private声明该图形的链表,Create中创建,Destory中释放 4、MouseUp事件中加入链表 5、MouseMove事件中移动图形 6、DrawGraph过程中加入画图 7、Clear 加入清空 8、preDel过程 9、preFill过程 10、preMove过程 11、Sav
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:343068
    • 提供者:designer
  1. paint

    0下载:
  2. 几个画笔代码,vb程序,希望对大家有用,这是个小作业-paint pen,will be useful
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:58370
    • 提供者:Daniel
  1. paint

    0下载:
  2. 这是一个用QT做的画板!!this is a paint program.if you want to study how to make it ,this is a good example.-this is a paint program.if you want to study how to make it ,this is a good example.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:26680
    • 提供者:袁枫
  1. paint

    0下载:
  2. Qt画图,画图源码,基本画图功能使用,Qt入门-Qt Drawing program
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:2422
    • 提供者:Lora
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com