Welcome![Sign In][Sign Up]
Location:
Search - canvas

Search list

[Software EngineeringCanvasUserFont

Description: Canvas中使用Font希望对需要的朋友有帮助`-Canvas use Font hope to a friend in need of help `
Platform: | Size: 1024 | Author: SuperChen | Hits:

[JSP/JavaMyDraw

Description: 一个简单画布的实现,java开发!包括JAVA原代码和设计要求说明书.-The realization of a simple canvas, java development! Include JAVA code and design requirements of the original specification.
Platform: | Size: 189440 | Author: kyi | Hits:

[Other Gamescanvas

Description: 动画显示问题之排列贴图,利用贴图的方法来产生动画。-Animation showing that the problem is with the map, using mapping methods to generate animation.
Platform: | Size: 259072 | Author: 暨惠 | Hits:

[J2MEj2mepic

Description: j2me中,利用canvas类来显示一张图片,图片为png格式,请注意-j2me using canvas category to display a picture, picture to png format, please note
Platform: | Size: 1024 | Author: 天天 | Hits:

[GIS programGisMap

Description: GisMap is a .NET component for building GIS and CAM/CAD application. It s a part of MVisionTech VisiWorks data visualization framework. GisMap uses Canvas for drawing geometrical shapes and GDAL project for handling different geographical vector and raster formats. Maps are essential to locate objects distributed over wide areas. There are many kinds of applications that require geographical presentation of data, such as trip organizers, assets management systems, fleet management, GPS tracking and many others. All these types of system constitute the GIS or Geographical Information System. GisMap 是一个.NET组件,用于创建GIS和CAM/CAD程序。它是MVisionTech VisiWorks 数据可视化框架的一部分,它使用Canvas来绘制地理形状和GDAL project处理。-GisMap is a. NET component for building GIS and CAM/CAD application. It sa part of MVisionTech VisiWorks data visualization framework. GisMap uses Canvas for drawing geometrical shapes and GDAL project for handling different geographical vector and raster formats.Maps are essential to locate objects distributed over wide areas. There are many kinds of applications that require geographical presentation of data, such as trip organizers, assets management systems, fleet management, GPS tracking and many others. All these types of system constitute the GIS or Geographical Information System.GisMap is a. NET components, used to create GIS and CAM/CAD program. It is a data visualization MVisionTech VisiWorks part of the framework, which uses the Canvas to draw the geographical shape and deal with GDAL project.
Platform: | Size: 2368512 | Author: 成东 | Hits:

[GIS programGISandCAMapplications

Description: CanvasGIS is an object oriented 2D graphics drawing component. It s a part of MVisionTech open source GIS and data visualization framework. CanvasGIS had been used in the GisMap component presented in my previous article. Many applications require two dimensional graphics to provide graphical input and represent different types of data. Some examples of two dimensional data presentation are charts displaying numerical data, maps representing the geometry of roads and other geographical objects, diagrams representing object relations and CAD/CAM tools. Canvas is an attempt to create a component that will serve them all. CanvasGIS是一个面向对象的2D图形绘制组件。它是MVisionTech开源GIS和数据可视化框架的一部分。 -CanvasGIS is an object oriented 2D graphics drawing component. It sa part of MVisionTech open source GIS and data visualization framework. CanvasGIS had been used in the GisMap component presented in my previous article.Many applications require two dimensional graphics to provide graphical input and represent different types of data. Some examples of two dimensional data presentation are charts displaying numerical data, maps representing the geometry of roads and other geographical objects, diagrams representing object relations and CAD/CAM tools. Canvas is an attempt to create a component that will serve them all.CanvasGIS is an object-oriented 2D graphics drawing component. It is MVisionTech open source GIS and Data Visualization Framework.
Platform: | Size: 584704 | Author: 成东 | Hits:

[J2MEPictureShow

Description: J2ME显示图片!利用一个简单的MIDlet就可以控制画布。-J2ME display picture! Use of a simple canvas MIDlet can control.
Platform: | Size: 486400 | Author: mj | Hits:

[2D Graphiccanvas_demo

Description: 一个画布的源代码,就是在画布上绘制图形。-The source code of a canvas is drawn in the canvas graphics.
Platform: | Size: 115712 | Author: 杨晓波 | Hits:

[Windows Developcanvas

Description: 这是windows编程实例。对于深入了解windwos编程有帮助。-This is the example of windows programming. For deeper understanding of Windows programming helpful.
Platform: | Size: 793600 | Author: 刘永松 | Hits:

[Special Effectscanvas.1.0

Description: 图形图像处理接口代码,显示画布功能,对设计图形图像处理具有参考意义-Graphic image processing interface code indicating canvas features, design graphics image processing with a reference value
Platform: | Size: 10240 | Author: jiang heng | Hits:

[J2MEj2me

Description: java的一个源代码,、 public class ThunderBoltAct extends Canvas implements Runnable { private int TIMEOUT = 0 private final static int NUMERIC = 10000 //总分 private final static int INERRGAL = 60 //频率 private final static int MAXBATTLE = 3 //最大飞机数 private final static int MAXBALLNUM = 30 //最多飞机子弹数 private final static int MAXCOPTERNUM = 16 //最大敌机数 private final static int MAXCOPTERBALLNUM = 16 //最多敌机子弹数 private final static int STEP = 1 private final static int MINCOPTER = 2 //最小敌机数-java source code of a,, public class ThunderBoltAct extends Canvas implements Runnable (private int TIMEOUT = 0 private final static int NUMERIC = 10000// total private final static int INERRGAL = 60// frequency of private final static int MAXBATTLE = 3// the largest number of aircraft private final static int MAXBALLNUM = 30// maximum number of aircraft bullets private final static int MAXCOPTERNUM = 16// maximum number of enemy private final static int MAXCOPTERBALLNUM = 16// maximum number of enemy bullets private final static int STEP = 1 private final static int MINCOPTER = 2// minimum number of aircraft
Platform: | Size: 21504 | Author: ossroot | Hits:

[GDI-BitmapDrawChip

Description: 本系统是基于MFC实现的电子元器件绘制系统,可以用来元器件和画布的绘制,拖放生成多个元器件,单独移动或整体移动元器件的位置,元器件属性的选择、修改。 元器件包括电容(COMPACITY)、交叉开关(CRSOCKET)、电阻(RESISTOR)、电感器(INDUCTOR)、二极管(DIODE)、三极管,同向开关(PASOCKET)、电源(POWER)、电阻(RESISTOR)、开关(SWITCH)、 三极管(TRANSISTOR),每种元器件对应一个类,它们有共同的父类COMPONENT。 其中,ColourPicker.h用于画布的设置,Component.h用于父类的构造,其它文件不再鳌述。-The system is based on the MFC realize rendering system of electronic components can be used for mapping components and canvas, drag and drop to generate a number of components, a separate move, or the overall mobile device location, the choice of component attribute, modify. Components including capacitors (COMPACITY), cross-switch (CRSOCKET), Resistance (RESISTOR), inductor (INDUCTOR), Diode (DIODE), triode, with the switch (PASOCKET), power (POWER), Resistance (RESISTOR), switch (SWITCH), transistor (TRANSISTOR), each component corresponds to a class, they have a common parent class COMPONENT. Which, ColourPicker.h settings for canvas, Component.h for the parent category of construction, other documents are no longer referred Ao.
Platform: | Size: 3526656 | Author: | Hits:

[GDI-Bitmapcanvas

Description:
Platform: | Size: 82944 | Author: jinyao | Hits:

[Special Effectscanvas

Description: 图像处理,显示一副图像并做相应的图像处理-Image processing, display an image and make the corresponding image processing
Platform: | Size: 2019328 | Author: 徐晃 | Hits:

[JSP/JavaPicture

Description: You can create various shapes, and you will see, if you do, that those shapes are drawn on screen (in a window that we call the "canvas").
Platform: | Size: 6144 | Author: eter | Hits:

[Game Programket

Description: J2ME初学者必作的CANVAS练习,做了个挺漂亮的小女孩形象给大家-J2ME beginners will make the CANVAS practice, made a pretty little girl to the U.S. image
Platform: | Size: 126976 | Author: 郭祥妍 | Hits:

[Linux-Unixcanvas

Description: QT下一个使用Qcanvas绘制点,线,多边形的绘图程序-QT next Qcanvas rendering the use of point, line, polygon drawing program
Platform: | Size: 109568 | Author: graysun | Hits:

[2D Graphiccanvas

Description: Borland C++ Builder 6.0开发的画图板程序,又一个寓教于乐的东东~-Borland C++ Builder 6.0 to develop the drawing board procedures, but also a recreation of the NEE ~
Platform: | Size: 796672 | Author: daniel | Hits:

[JSP/Javapaintboard

Description: 1。我们要实现一个比较简单的用鼠标画图工具,画图主要包括直线,椭圆,矩形,圆 ,圆弧的绘制。绘制过程中包括图像颜色的选择,是否填充等要求。 2。每次进行鼠标画图操作时,不能把以前画的图像清除掉。 3。在编程过程中希望同学们利用JAVA对象编程的思想:即类,接口,包等。 4。用到Swing和awt包中的组件如:Jbutton,Jradiobutton,APPLET,canvas(画图面板)等组件,以及组件响应事件,键盘,鼠标事件。 2。每次进行鼠标画图操作时,不能把以前画的图像清除掉。 3。在编程过程中希望同学们利用对象编程的思想:即类,接口,包等。 4。用(画图面板)等组件,以及组件响应事件,键盘,鼠标事件。-err
Platform: | Size: 13312 | Author: mygogliyuqi | Hits:

[GUI DevelopCanvasDemo

Description: Canvas绘图程序,给出常用的绘图命令,实现简单的绘图功能-Canvas drawing program, given commonly used graphics command, the realization of a simple mapping function
Platform: | Size: 2048 | Author: wangtai | Hits:
« 1 2 34 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net