-
这是一个Bezier曲线(C++)的源代码。这是非常重要的计算机图形…
这个是贝塞尔曲线(C++)的源代码。它是计算机图形学中非常重要的内容。-This is a Bezier curve (C++) Source code. It is very important in computer graphics content.
- 2022-02-13 00:23:46下载
- 积分:1
-
obj文件读取和三角面片细分
obj文件的读取,对三角面片的细分等算法的实现。在图形图像方面有较大的使用价值,所用数据结构清晰明了,也是学习计算机图像的一大帮助,对于刚接触单位重建的也是很好的指导
- 2022-12-16 07:25:03下载
- 积分:1
-
简单的绘图程序,能画点,直线,多边形等,比较简单,希望有人认同...
简单的绘图程序,能画点,直线,多边形等,比较简单,希望有人认同-simple drawing program, can draw points, lines, polygons, etc., relatively simple, hoping that someone will recognize
- 2023-07-12 21:10:03下载
- 积分:1
-
VC摹仿手写字的源码
VC摹仿手写字的源码-VC imitate handwritten characters FOSS
- 2022-03-30 00:35:24下载
- 积分:1
-
这是一个matlab svm的例子
this a matlab SVM example- this is a matlab SVM example
- 2023-05-30 18:50:03下载
- 积分:1
-
用于边缘检测的程序
用于边缘检测的程序-for edge detection procedures
- 2022-02-20 19:03:24下载
- 积分:1
-
python编写飞行棋
资源描述
在编写大作业时写的程序,采用python2.6软件
运用python语言撰写的一个飞行棋游戏,不载入pygame,
仅仅使用图片和普通界面形式进行实现,对理解python基础使用和语法有很大的帮助作用
- 2022-01-25 17:47:16下载
- 积分:1
-
投影法的源程序,虽然是二值图,但为了处理的方便,用的是256级灰度图...
投影法的源程序,虽然是二值图,但为了处理的方便,用的是256级灰度图-projection of the source, although the value of two plans, but in order to facilitate the use of 256 grayscale
- 2023-01-19 01:35:04下载
- 积分: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
-
图象文件转换为asc码image to ascII
图象文件转换为asc码image to ascII -image file conversion for asc code image to ascII
- 2022-02-28 23:36:57下载
- 积分:1