-
在matlab上实现用鼠标画线的功能,有利于初学matlab图像编程的人...
在matlab上实现用鼠标画线的功能,有利于初学matlab图像编程的人-To achieve the matlab draw lines with the mouse functions, help beginners who matlab Graphics Programming
- 2022-02-13 07:13:55下载
- 积分:1
-
简易图形编辑器
应用背景一个简易的图形编辑器,用VC++编写的,适合计算机图形学的初级学习者关键技术这是一个用VC++编写的图形编辑软件的源代码,适用于计算机图形学和 window编程、MFC技术等的学习者和开发者,通过这个小例子,把这几个知识点连接起来,简单易懂。
- 2022-01-22 08:41:21下载
- 积分:1
-
图形文件的保存和输出的TC源码
图形文件的保存和输出的TC源码-graphics files and the preservation of the TC-source output
- 2022-03-18 11:22:45下载
- 积分:1
-
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(...
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End SubPrivate Sub picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button = 1 ThenCX1 = CInt(X): CX2 = CInt(X)CY1 = CInt(Y): CY2 = CInt(Y)End IfEnd Sub-linear scanning algorithm rivate AM1 (100) As Integer, AY1 (100) As Integer, AX2 (100) As Integer, AY2 (100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load () Picture1.BackColor = RGB (255, 255, 255) N = 0End SubPrivate Sub picture1_MouseDown (Button As Integer, Shift As Integer, As Single X, Y As Single) If Button = = a ThenCX1 CInt (X) : CX2 = CInt (X) = CY1 CInt (Y) : CY2 = CInt (Y) End Sub IfEnd
- 2023-04-06 10:20:03下载
- 积分:1
-
晕线填充,线段交点计算,矩形,圆,椭圆,像素点的绘制,利用屏幕底色填充当前图元一达到删除图形的目的...
晕线填充,线段交点计算,矩形,圆,椭圆,像素点的绘制,利用屏幕底色填充当前图元一达到删除图形的目的-dfasdfasdfdsfsadfsafsafasdfsadf
- 2022-10-19 01:05:03下载
- 积分:1
-
我们平常玩的飞机射击类游戏,这其实很简单,在加载上图片后,实现精灵类碰撞检测,每按键一次,图片显示相应的动作,真的很简单,希望你能从这个简单的游戏获得启发...
我们平常玩的飞机射击类游戏,这其实很简单,在加载上图片后,实现精灵类碰撞检测,每按键一次,图片显示相应的动作,真的很简单,希望你能从这个简单的游戏获得启发-To play our usual type of plane shooting games, this is a very simple add-on in the picture, the type of collision detection Elven implementation, each button once, the motion picture shows, really easy, I hope you benefit from this simple game get inspired
- 2022-04-13 04:30:14下载
- 积分:1
-
LabVIEW入门组竞赛获奖程序,可供初学LabVIEW者使用.
LabVIEW入门组竞赛获奖程序,可供初学LabVIEW者使用.-LabVIEW Getting Started Group Contest Awards program
- 2022-01-28 12:32:35下载
- 积分:1
-
需要d3d 9SDK,一个图形引擎的一部分,包括3DS MAX的导出插件,模型文件导入,四叉树LOD,等。...
需要d3d 9SDK,一个图形引擎的一部分,包括3DS MAX的导出插件,模型文件导入,四叉树LOD,等。 -D3D 9SDK needs, a part of the graphics engine, including 3DS MAX plug-derived model file import, quadtree LOD, etc.
- 2022-02-03 10:14:09下载
- 积分:1
-
快速频繁子图挖掘
快速频繁子图挖掘、快速频繁子图挖掘、快速频繁子图挖掘、快速频繁子图挖掘、快速频繁子图挖掘
- 2022-03-25 16:04:37下载
- 积分:1
-
实现画任意方向的椭圆,可以根据自己的需求设置椭圆的参数,画笔的属性等...
实现画任意方向的椭圆,可以根据自己的需求设置椭圆的参数,画笔的属性等-Realize oval painting in any direction can be set up according to their own needs ellipse parameters, the properties of brush, etc.
- 2023-03-11 17:20:04下载
- 积分:1