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

搜索资源列表

  1. 模拟windows自带的画图程序

    0下载:
  2. 使用Vs.Net 开发平台下的MFC应用程序框架实现一个画图程序,尽可能多的实现Windows自带的画图功能,并扩展其功能。 (1) 能够用鼠标操控方式,绘制直线、矩形、椭圆。 (2) 能够在绘制一图形前以菜单方式设置线的粗细、颜色。 (3) 在绘图时,选择绘制某种图像后,在画布中按住鼠标左键后移动鼠标,在画布中实时的根据鼠标的移动显示相应的图形;在松开鼠标左键后,一次绘图操作完成。 (4) 可以以矢量图方式保存绘制的图形。 (5) 可以读取保存的矢量图形文件,并显示绘图的结果。 界
  3. 所属分类:GDI/图象编程

    • 发布日期:2012-06-27
    • 文件大小:2531265
    • 提供者:luoshao@163.com
  1. canvas_demo.rar

    0下载:
  2. 用VC编的画布程序,类似于PHOTOSHOP的简化版,对于初学VC图像编程的人来说是很好的示范性源代码!,VC made the canvas using procedures similar to the simplified version of PHOTOSHOP, VC image for beginner programmers who are very good demonstration of the source code!
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:37630
    • 提供者:赵键
  1. radom_draw

    0下载:
  2. vc编写的程序实现了在画布上任意画出各种形状的图形。-vc programs written anywhere on the canvas to achieve a variety of shapes to draw graphics.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1923629
    • 提供者:slj
  1. Graph-Drawing-by-Force-directed

    0下载:
  2. 这是关于force-direct算法的可视化方向的论文,主要为了使得画布中的各点分布均匀,弹簧与戒指模型说得很不错。-This is about the force-direct visualization of the algorithm the direction of the paper, the main canvas in order to make the points evenly distributed spring model very well with the ring.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:384442
    • 提供者:lovell
  1. Whiteboard2

    0下载:
  2. C#绘图板,直线、矩形、圆形、曲线、填充矩形、填充圆形、输入文字、路径-C# graphics tablet, line, rectangle, circle, curve, filled rectangle, filled circle, enter text, the path
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:80715
    • 提供者:夏云
  1. VC画图源代码

    0下载:
  2. 一个VC画图程序,有文档说明。自画直线,矩形,园 完结版 画布,ScrollView, CRectTracker,调色板,保存成位图 加入中间层View的步骤 1.创建MFC类CHDrawPView:CScrollView 2.修改CHDrawApp的InitInstance方法,将CHDrawView改为CHDrawPView,并修改include 加入CRectTracker的步骤 1.增加成员变量CRectTracker m_tracker 2.在CHDrawPView的构
  3. 所属分类:GDI/图象编程

  1. painter01

    0下载:
  2. 简单的QT画图示例,主要画直线和画布的适用方法等。适合初学者。-a simple example of QT drawing,mainly for drawing line and using painter。only for beginners。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:374375
    • 提供者:dalongtou
  1. cityscape

    0下载:
  2. QT编程 电子地图之简单的城市地图cityscape 对项,画布,视图的很好理解
  3. 所属分类:GIS program

    • 发布日期:2017-04-06
    • 文件大小:955278
    • 提供者:shouzhongsha
  1. 电话

    0下载:
  2. 电话 //创建以画布为依托的简单场景图对象,没有多个Locale SimpleUniverse u=new SimpleUniverse(c) u.getViewingPlatform().setNominalViewingTransform() //创建分支组对象 BranchGroup scene=createSceneGraph(c) //组装,分支组 对象加到 场景图 u.addBranchGraph(scene) //带场景图的画
  3. 所属分类:Other Games

    • 发布日期:2017-11-18
    • 文件大小:15505
    • 提供者:zqj
  1. JAVAgameeluoshifangkuai

    0下载:
  2. JAVA游戏编程_俄罗斯方块(有图片) 游戏主类,继承自JFrame类,负责游戏的全局控制,包含:1、一个GameCanvas画布类的实例对象, 2、一个保存当前活动块(ErsBlock)实例的对象,3、一个保存当前控制面板(ControlPanel)实例的对象;一轮游戏过程,实现了Runnable接口。-JAVA Programming _ Tetris game (with pictures) game master class, inherited from the JFrame
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:50307
    • 提供者:
  1. PictureAutoSize

    0下载:
  2. 在Windows的画图程序中,当打开一个位图时,画布会自动适应位图的大小。这个程序介绍了1个随图像大小变换的图像浏览器。-The Paint program in Windows, when you open a bitmap, the canvas will automatically adapt to the size of the bitmap. This procedure, introduced with an image size transform image browser.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-17
    • 文件大小:46387
    • 提供者:杨雯
  1. canvas_input_chs

    0下载:
  2. J2ME 中文画布打字源代码,含字库,代码来自于互联网-J2ME canvas Chinese typing the source code, including font, code from the Internet
  3. 所属分类:J2ME

    • 发布日期:2017-04-02
    • 文件大小:255677
    • 提供者:方超
  1. Desktop

    0下载:
  2. 实现了图像处理中常用的对比度计算公式,和一个图像变换的画布扩大,只需要稍微修改即可用。-Image processing to achieve a common formula for calculating the contrast ratio, and an image transformation of the canvas to expand, require only a slight modification can be used.
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:1196
    • 提供者:amin
  1. 71477225xianjingchuanshuo

    0下载:
  2. 仙境传说手机游戏源码 仅适用于NOKIA 游戏画布选择了KONIA自带的类。-Ragnarok mobile games source applies only to the game canvas chosen NOKIA Konia s own category.
  3. 所属分类:Games

    • 发布日期:2017-04-16
    • 文件大小:244135
    • 提供者:樊嘉乐
  1. clock

    0下载:
  2. 使用内存画布实现的时钟程序。同时有雪花落下在时钟指针上。采用多线程绘图制作。-Realize the use of the memory clock procedures canvas. At the same time, snow has fallen on the pointer on the clock. Using multi-threaded graphics production.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-16
    • 文件大小:51611
    • 提供者:赵建华
  1. Mine

    0下载:
  2. 仿Windows扫雷 采用内存画布防止绘图闪烁 有简单音效-Mine the use of imitation Windows memory canvas to prevent flickering graphics have easy audio
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:4016925
    • 提供者:susu
  1. CLLK

    0下载:
  2. 连连看程序 采用内存画布防止闪烁 有3D效果 开发环境VS2005 -Lianliankan procedures to prevent the use of memory flashes canvas has the effect of 3D development environment VS2005
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-16
    • 文件大小:3923048
    • 提供者:susu
  1. 12

    0下载:
  2. 郭克华-J2ME移动开发实战教学视频 12. 画布开发1 Canvas-Guo Ke-hua-J2ME mobile development real teaching video 12. 1 Canvas canvas Development
  3. 所属分类:J2ME

    • 发布日期:2017-06-20
    • 文件大小:34095135
    • 提供者:杨明
  1. TestPrint

    0下载:
  2. 在 Delphi 开发中,打印画布上填充方式为非 bsSolid 的图形时,打印出来后会变成黑色的背景,显然这不是我们要的效果。 为什么会出现左图这种不正常的情况呢? 打印非 bssolid 笔刷填充方式的主要问题是 GDI 采用单色小 8* 8 位图来实现这些填充效果,在计算机屏幕排列可以得到你想要的效果,但是在高分辨率的打印机上, 由于模式的排列太靠近,以至于看起来合并到一块了,从而会产生这样的打印问题。-At Delphi development, print on c
  3. 所属分类:Printing program

    • 发布日期:2017-04-17
    • 文件大小:209846
    • 提供者:石军
  1. CanvasTest

    0下载:
  2. 基于J2ME的入门程序,用于开发画布,在手机平台上显示简单的画面变换的效果-J2ME-based entry process for the development of canvas, on display at mobile platforms transform a simple picture the effect of
  3. 所属分类:J2ME

    • 发布日期:2017-04-16
    • 文件大小:9825
    • 提供者:吕主月
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com