-
用C语言编写的小型做图程序。它提供了对直线,矩形,圆,图形文本等对象的绘制。...
用C语言编写的小型做图程序。它提供了对直线,矩形,圆,图形文本等对象的绘制。-C language so small graphic program. It provides a pair of linear, rectangular, round, graphic objects, such as text drawing.
- 2022-06-19 11:19:22下载
- 积分: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
-
UARPT的一个编程实例,实现串口通信。针对DSP编程
UARPT的一个编程实例,实现串口通信。针对DSP编程
-UARPT instance of a program to achieve serial communication. Programming for DSP
- 2022-03-25 08:44:13下载
- 积分:1
-
使用汇编写的旋转bmp图形的程序
使用汇编写的旋转bmp图形的程序- The use collects the compilation to revolve the bmp graph
procedure
- 2022-09-04 04:30:02下载
- 积分:1
-
As the name implies, a simple ray tracer using LINQ, having the whole algorithm...
As the name implies, a simple ray tracer using LINQ, having the whole algorithm encapsulated in a 80-line LINQ statement. Source code is not commented.
- 2022-05-10 13:24:32下载
- 积分:1
-
java source mapping very worth learning Java source code.
java绘图方面的源码,非常值得学习的Java源码。-java source mapping very worth learning Java source code.
- 2022-01-27 23:34:20下载
- 积分:1
-
数字图像处理 的指纹识别技术算法 指纹的灰度处理
数字图像处理 的指纹识别技术算法 指纹的灰度处理-figure print
- 2022-07-02 03:27:58下载
- 积分:1
-
3D自由形式变形
三维自由形状变形,在计算机图形学和动画中应用很多。-3D Free Form Deformaiton
- 2022-06-11 21:26:19下载
- 积分:1
-
vc 傅立叶变换
应用背景图像正交变换 , 傅立叶变换优化,在对图像进行傅里叶变换变换是复杂度为O(n^2),当n很大时 此算法可以优化关键技术采用FFT和IFFT进行傅立叶变换 ,大大缩减运行时间 节约系统资源 傅立叶定理 卷积定理
- 2022-08-06 22:14:23下载
- 积分:1
-
graphics procedures, some drawing procedures, all prepared by the source itself,...
图形学程序,有一些画图的程序,全部都是自己编写的源码,有一些来自于清华大学出版的《计算机图形学》-graphics procedures, some drawing procedures, all prepared by the source itself, some from Qinghua University, published in the "Computer Graphics"
- 2022-05-24 05:58:35下载
- 积分:1