Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Graphics
Search - Graphics - List
DL : 0
序功能:实现B样条曲线的计算和显示..翻译 开发工具:VC 提供...·一个简单的绘图软件源代码..翻译 开发工具:VC 提供...·计算机图形学中用DDA与中点法画直线序功能:实现B样条曲线的计算和显示..翻译 开发工具:VC 提供...·一个简单的绘图软件源代码..翻译 开发工具:VC 提供...·计算机图形学中用DDA与中点法画直线-sequence features : B-spline curve calculation and display .. Translation Tools : VC ... provide a simple mapping software source code development tools .. Translation : VC for using computer graphics ... DDA and the midpoint of paintings linear sequence function : B-spline curve calculation and display .. Translation Tools : VC ... provide a simple mapping software source code development tools .. Translation : VC for using computer graphics ... DDA and the midpoint of paintings straight
Date : 2008-10-13 Size : 216.03kb User : 冷新风

计算机图形学,栅栏填充算法,利用JAVA-computer graphics, fenced filling algorithm, using JAVA
Date : 2008-10-13 Size : 1.44kb User : cyz

DL : 0
树型控件的使用,子窗口设置工具条,绘制最简单的图形,并可以移动图形。-tree control the use of sub-window configuration tool, drawing the most simple graphics, and can be mobile graphics.
Date : 2008-10-13 Size : 63.16kb User : 江天右

DDA算法画直线,虽然比较简单,但是我个人的第一个图形学程序,希望大家提出批评.-DDA algorithm painting line, although relatively simple, but personally I of a graphics procedures in the hope that we criticize.
Date : 2008-10-13 Size : 6.16mb User : 赵遥

DL : 0
非常好的tree源代码,图形化的!绘制详细的图形化!-very good tree source code, the graphics! Detailed mapping of the graphics!
Date : 2008-10-13 Size : 44.19kb User : skysounds

用c#编写的浏览器,包括图标和简单图形显示。是我学习以前学习c#时代码-c # prepared with the browser, including icons and simple graphics. I learn from the past when learning c # code
Date : 2008-10-13 Size : 164.75kb User : uml_rose

DL : 0
序功能:实现B样条曲线的计算和显示..翻译 开发工具:VC 提供...·一个简单的绘图软件源代码..翻译 开发工具:VC 提供...·计算机图形学中用DDA与中点法画直线序功能:实现B样条曲线的计算和显示..翻译 开发工具:VC 提供...·一个简单的绘图软件源代码..翻译 开发工具:VC 提供...·计算机图形学中用DDA与中点法画直线-sequence features : B-spline curve calculation and display .. Translation Tools : VC ... provide a simple mapping software source code development tools .. Translation : VC for using computer graphics ... DDA and the midpoint of paintings linear sequence function : B-spline curve calculation and display .. Translation Tools : VC ... provide a simple mapping software source code development tools .. Translation : VC for using computer graphics ... DDA and the midpoint of paintings straight
Date : 2025-12-25 Size : 216kb User : 冷新风

计算机图形学,栅栏填充算法,利用JAVA-computer graphics, fenced filling algorithm, using JAVA
Date : 2025-12-25 Size : 1kb User : cyz

DL : 0
树型控件的使用,子窗口设置工具条,绘制最简单的图形,并可以移动图形。-tree control the use of sub-window configuration tool, drawing the most simple graphics, and can be mobile graphics.
Date : 2025-12-25 Size : 63kb User : 江天右

DDA算法画直线,虽然比较简单,但是我个人的第一个图形学程序,希望大家提出批评.-DDA algorithm painting line, although relatively simple, but personally I of a graphics procedures in the hope that we criticize.
Date : 2025-12-25 Size : 6.16mb User : 赵遥

DL : 0
非常好的tree源代码,图形化的!绘制详细的图形化!-very good tree source code, the graphics! Detailed mapping of the graphics!
Date : 2025-12-25 Size : 192kb User : skysounds

用c#编写的浏览器,包括图标和简单图形显示。是我学习以前学习c#时代码-c# prepared with the browser, including icons and simple graphics. I learn from the past when learning c# code
Date : 2025-12-25 Size : 211kb User : uml_rose

在微软的.NET 的Forms窗口控件中,比如Treeview和ListView,仅仅是对通用控件的简单封装,因此他们不正常的引发Paint事件。微软所发布内容中,能看到的唯一建议就是设置控件的ControlStyles.UserPaint类型,然后自己为控件做所有的绘图操作。 -In Microsoft' s. NET Windows Forms control of, such as Treeview and ListView, only a simple general-purpose control package, so they do not trigger the normal Paint event. Content published by Microsoft, the only proposal to see that type of setting ControlStyles.UserPaint control, and then their done for the controls to operate all of the graphics.
Date : 2025-12-25 Size : 47kb User : z

在微软的.NET 的Forms窗口控件中,比如Treeview和ListView,仅仅是对通用控件的简单封装,因此他们不正常的引发Paint事件。微软所发布内容中,能看到的唯一建议就是设置控件的ControlStyles.UserPaint类型,然后自己为控件做所有的绘图操作-In Microsoft' s. NET Windows Forms control of, such as Treeview and ListView, only a simple general-purpose control package, so they do not trigger the normal Paint event. Content published by Microsoft, the only proposal to see that type of setting ControlStyles.UserPaint control, and then their done for the controls to operate all of the graphics
Date : 2025-12-25 Size : 48kb User : 雷生

在treeview的节点处使用图形,很不错的VB源码,VB爱好者可以下载使用-Node in the treeview' s use of graphics, very good source VB, VB enthusiasts can download and use
Date : 2025-12-25 Size : 6kb User : starj0

DL : 0
package com.cqvie import android.graphics.* import android.graphics.Paint.Style public class Kuai { //public int HANG, LIE //最大行、最大列 public int hang, lie //?前行、?前列 public int BianChang //方?的?? public int YanSe //方?的?色 public void Hua(Bitmap bmp) //在?布上?方? { Canvas c=new Canvas(bmp) Rect rc=new Rect( lie * BianChang, hang * BianChang, (lie+1) * BianChang,(hang+1) * BianChang) Paint paint=new Paint() paint.setColor(YanSe) paint.setStyle(Style.STROKE) //空心 paint.setStrokeWidth(2) //?? c.drawRect(rc, paint) } }-package com.cqvie import android.graphics.* import android.graphics.Paint.Style public class Kuai { //public int HANG, LIE //最大行、最大列 public int hang, lie //?前行、?前列 public int BianChang //方?的?? public int YanSe //方?的?色 public void Hua(Bitmap bmp) //在?布上?方? { Canvas c=new Canvas(bmp) Rect rc=new Rect( lie* BianChang, hang* BianChang, (lie+1)* BianChang,(hang+1)* BianChang) Paint paint=new Paint() paint.setColor(YanSe) paint.setStyle(Style.STROKE) //空心 paint.setStrokeWidth(2) //?? c.drawRect(rc, paint) } }
Date : 2025-12-25 Size : 2kb User : 朱晨臨

使用high speed chart实现的图像显示及动态绘图,开发语言c++,开发平台vs2010-Use high speed chart realize image display and dynamic graphics, programming languages c++, development platform vs2010
Date : 2025-12-25 Size : 759kb User : zhangwanli
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.