-
图形图象文件,图形生成
生成复杂图案的程序
图形图象文件,图形生成
生成复杂图案的程序-Graphic image files, graphics generation process to generate complex patterns
- 2022-01-25 20:52:09下载
- 积分:1
-
VC++图形绘制代码,操作风格类似AutoCAD,很有研究价值!
可以画出简单的直线,方形等图形...
VC++图形绘制代码,操作风格类似AutoCAD,很有研究价值!
可以画出简单的直线,方形等图形-VC++ Graphics rendering code, operating style similar to AutoCAD, great research value! Can draw a simple straight line, square and other graphics
- 2022-04-25 13:52:49下载
- 积分:1
-
北京大学遥感所的研究生图像处理讲义高级遥感数字图像处理(硕士生课程)之第十三章 离散图象变换...
北京大学遥感所的研究生图像处理讲义高级遥感数字图像处理(硕士生课程)之第十三章 离散图象变换-Peking University
- 2022-01-23 10:28:59下载
- 积分:1
-
基于ti5000系列dsp的无限冲击响应函数很实用
基于ti5000系列dsp的无限冲击响应函数很实用-Ti5000 series based on the infinite impulse response functions dsp very practical
- 2023-07-26 16:45:03下载
- 积分:1
-
图像,边缘检测方面的源码,进行微分处理运算,速度较快
图像,边缘检测方面的源码,进行微分处理运算,速度较快-Images, edge detection of the source area to carry out differential processing algorithms, faster
- 2022-04-07 17:57:01下载
- 积分:1
-
graphics32最新控件1.9.1
Graphics32图像控件最新版(V1.9.1加修正)是专门用于Windows Bitmap快速绘图构件及函式库,能够轻易制作半透明、多图层、缩放、Alpha混合、角度旋转等多种图像效果。
- 2023-04-29 21:15:03下载
- 积分:1
-
一个二分法查找的图形演示程序
一个二分法查找的图形演示程序- A dichotomy search graph demonstration program
- 2023-07-13 02:15:03下载
- 积分:1
-
数字图像水印的嵌入和提取算法
数字图像水印的嵌入和提取算法-Blind-detection digital watermarking embedding and extraction algorithm. The program is made by C language. (watermark.rar file include test image file)
- 2022-04-22 17:55:03下载
- 积分:1
-
数学曲面的绘制程序
数学曲面的绘制程序-a protract procedure foe mathmatic band face
- 2022-01-25 15:41:31下载
- 积分: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