-
image processing most basic knowledge, such as image display, image edge detecti...
图像处理最基础的知识,如图像显示、图像边缘检测等。对初学者很有启发作用-image processing most basic knowledge, such as image display, image edge detection. For beginners very instructive role
- 2022-07-13 10:39:11下载
- 积分: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
-
RGB mixer. ideal for picture works
RGB mixer. ideal for picture works
- 2022-02-25 03:33:36下载
- 积分:1
-
gaot遗传算法优化工具箱的介绍及实例的源程序
gaot遗传算法优化工具箱的介绍及实例的源程序-gaot genetic algorithm optimization toolbox presentation and examples of the source
- 2022-05-24 20:34:02下载
- 积分:1
-
VC编写简单的绘图程序,可绘制直线,矩形和圆,通过该程序,可使初学者快速入门...
VC编写简单的绘图程序,可绘制直线,矩形和圆,通过该程序,可使初学者快速入门-VC to prepare a simple drawing program, can draw a straight line, rectangle and round, through the program, will enable beginners to get started quickly
- 2022-04-28 03:47:20下载
- 积分:1
-
一个简单的利用神经网络实现的字母识别程序,简单,易懂.
一个简单的利用神经网络实现的字母识别程序,简单,易懂.-Use of a simple neural network to achieve the letter identification procedures, simple, easy to understand.
- 2022-08-24 08:45:31下载
- 积分:1
-
用D3D中的渲染接口实现柔性物体模拟。(使用可编程渲染管道)...
用D3D中的渲染接口实现柔性物体模拟。(使用可编程渲染管道)-Using D3D rendering interface in the simulation of flexible objects. (Using programmable rendering pipeline)
- 2022-08-18 20:18:34下载
- 积分:1
-
基于MemDC双缓存绘图技术的温度计
在VC6.0上实现简单的动态温度计,利用MFC向导创建基于对话框的工作空间,创建MemDC类,实现双缓存绘图,
- 2022-10-19 16:00:03下载
- 积分:1
-
This is a contour control, click in the document " unins000" installati...
这是一个contour控件,点击文件中的“unins000”进行安装,然后,就可以自动生成等高线。-This is a contour control, click in the document " unins000" installation, and then, you can automatically generate contour lines.
- 2022-12-06 21:05:03下载
- 积分:1
-
渲染。网是一个三维真实感渲染库
Render .NET is an 3D Photorealistic Rendering Library - REYES(RenderMan),Ray / Photon Tracing Architecture - Complex Models such Quadrics / Patches / Mesh... - Primitive / Displacement(True) / Surface / LightSource / Volume/Imager Shaders - Sampling / Filtering / Motion / DepthOfField / GlobalI... -Render .NET is an 3D Photorealistic Rendering Library- REYES(RenderMan),Ray/Photon Tracing Architecture- Complex Models such Quadrics/Patches/Mesh...- Primitive/Displacement(True)/Surface/LightSource/Volume/Imager Shaders- Sampling/Filtering/Motion/DepthOfField/GlobalI...
- 2022-05-22 21:41:18下载
- 积分:1