-
Bezier曲线由三个点确定,此程序用C实现了三次Bezier曲线图形的绘制...
Bezier曲线由三个点确定,此程序用C实现了三次Bezier曲线图形的绘制-Bezier curve determined by three points, this procedure three times with the C implementation Bezier curve drawing graphics
- 2022-03-20 02:53:51下载
- 积分:1
-
一个MATLAB 的图像处理和灰度变换的程序,这个是老师留的作业,里面有详细的讲解过程,非常的详细,对做图像的朋友非常有用...
一个MATLAB 的图像处理和灰度变换的程序,这个是老师留的作业,里面有详细的讲解过程,非常的详细,对做图像的朋友非常有用-A MATLAB image processing and gray-scale transformation program, this is the teacher to stay the operation, which explain in detail the process, very detailed images of a friend is very useful to do
- 2023-03-06 06:15:03下载
- 积分:1
-
OpenSceneGraph是一款高性能的3D图形开发库。广泛应用在可视化仿真、游戏、虚拟现实、高端技术研发以及建模等领域。使用标准的C++和 OpenGL编写...
OpenSceneGraph是一款高性能的3D图形开发库。广泛应用在可视化仿真、游戏、虚拟现实、高端技术研发以及建模等领域。使用标准的C++和 OpenGL编写而成,可以运行在Windows系列、OSX、GNU/Linux、IRIX、Solaris、HP-Ux、AIX以及FreeBSD操作系统。-OpenSceneGraph is a high-performance 3D graphics development library. Widely used in visual simulation, games, virtual reality, high-technology research and development, as well as modeling and other fields. Using the standard C++ and written in OpenGL, you can run on Windows series, OSX, GNU/Linux, IRIX, Solaris, HP-Ux, AIX and FreeBSD operating systems.
- 2022-07-27 01:26:32下载
- 积分:1
-
图像不变矩的推广,可以利用图像的不变矩进行二次开发
图像不变矩的推广,可以利用图像的不变矩进行二次开发-Image Moment unchanged promotion, we can use the same image for secondary development Moment
- 2022-03-14 04:05:19下载
- 积分:1
-
可以自行写入汉字并可进行放大
可以自行写入汉字并可进行放大- May voluntarily read in the Chinese character and may carry on
enlarges
- 2022-03-16 15:59:52下载
- 积分:1
-
分形中著名的Julia集的C代码
分形中著名的Julia集的C代码-fractal famous Julia Set C code
- 2023-06-29 14:30:03下载
- 积分: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
-
Computer graphics algorithms are breseham document summing up the report of the...
计算机图形学 breseham 算法 有课程设计报告 文档总结 截图-Computer graphics algorithms are breseham document summing up the report of the curriculum design screenshot
- 2022-07-24 18:58:35下载
- 积分:1
-
基于Java的图形编辑软件. 可在此软件基础上建立自己的绘图程序....
基于Java的图形编辑软件. 可在此软件基础上建立自己的绘图程序. -Java-based graphical editing software. May be based on this software to build their own drawing program.
- 2023-07-20 16:40:03下载
- 积分:1
-
暴风影音的源代码,完全基于插件的框架模式,欢迎大家使用,提出意见...
暴风影音的源代码,完全基于插件的框架模式,欢迎大家使用,提出意见-Storm video and audio of the source code, based entirely on the framework model of plug-ins are welcome to use the U.S. to put forward their views
- 2022-05-12 10:10:41下载
- 积分:1