-
一个桌面呈现出动态下雪的程序
一个桌面呈现出动态下雪的程序-a dynamic desktop showing snow procedures
- 2022-03-07 03:35:20下载
- 积分:1
-
二维提升小波变换方面的资料,包括lifting9.7及lifting5.3小波
二维提升小波变换方面的资料,包括lifting9.7及lifting5.3小波-Lifting wavelet transform of two-dimensional information, including lifting9.7 and wavelet lifting5.3
- 2023-07-20 05:30:03下载
- 积分:1
-
可以准确读取图片上的曲线数据值,方便进行后期处理
可以准确读取图片上的曲线数据值,方便进行后期处理-can exactly get data on a gragh
- 2022-05-31 07:20:14下载
- 积分:1
-
模仿Windows自带的画图,用java设计特点的一个绘图程序
模仿windows自带的画图,用java设计了一个具有画图功能的程序-Imitate windows comes with Paint, using java design features a drawing program
- 2022-07-15 17:05:22下载
- 积分:1
-
本人多年前一个工控项目的CAD,为别人用这个CAD制作界面文件,里面用到了绘图的多个方面,展示了图形和对象的交互
本人多年前一个工控项目的CAD,为别人用这个CAD制作界面文件,里面用到了绘图的多个方面,展示了图形和对象的交互-a CAD industrial projects and for others to use this interface CAD production of documents containing depleted in many areas of graphics display graphics and interactive object
- 2022-05-30 11:44:29下载
- 积分:1
-
俄罗斯方块
采用C++语言编写的儿童益智游戏,俄罗斯方块的基本规则是移动、旋转和摆放游戏自动输出的各种方块,使之排列成完整的一行 或多行并且消除得分。同时也为大家编写其它的小游戏提供良好的借鉴。
- 2023-02-05 13:55:04下载
- 积分:1
-
Read the digital information, according to the size of numerical mapping x
读取数字信息,根据数值大小绘制x光图片,并用bitmap绘制,包含openCV和库值-Read the digital information, according to the size of numerical mapping x-ray images, and bitmap drawing, and database that contains the value of openCV
- 2022-04-15 04:51:12下载
- 积分:1
-
图形学中的三位变换程序,采用vc实现的。
图形学中的三位变换程序,采用vc实现的。-Graphics of the three transformation process, using vc achieved.
- 2022-05-12 15:56:47下载
- 积分:1
-
MFC和OSG的单文档源实现显示图形,我格式
mfc与osg单文档源码
实现显示图形,ive格式文件-mfc and osg single document source to achieve display graphics, ive format
- 2022-08-08 19:34:02下载
- 积分: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