-
GA a Markov Chain Models of Genetic Algorithms (1999).pdf
遗传算法的VC++程序需要看看GA中马尔可夫链过程的英文描述,需要书籍中的英文资料-GA a Markov Chain Models of Genetic Algorithms (1999).pdf
- 2022-06-13 10:52:42下载
- 积分: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
-
在Visual C++环境下读写bmp文件。该程序可用于图像处理,并对bmp格式的文件进行读写和处理。...
在Visual C++环境下读写bmp文件。该程序可用于图像处理,并对bmp格式的文件进行读写和处理。-In the Visual C++ environment to read and write bmp files. The program can be used for image processing, and bmp format for reading and writing and processing.
- 2022-03-10 19:02:23下载
- 积分:1
-
3D旋转源码,设定不同的x,y,z 坐标轴旋转
3D旋转源码,设定不同的x,y,z 坐标轴旋转-source 3D rotation, different set of x, y, z-axis rotation
- 2022-01-25 18:52:55下载
- 积分:1
-
the draw of bezier
BEZIER线的绘制 083828.rar-the draw of bezier
- 2022-04-25 02:03:23下载
- 积分:1
-
一个分形的小课设,运用了LS文法制作各种分形图形,有代码有exe文件
自己图形学课上的课设,老师评价很高,具有源代码,和可执行文件,利用LS文法制作分形图形 界面交互性良好,是学习分形和制作分形程序的良好资料。 另外里面还有几个小彩蛋等着你发现。想要编译这个文件 你需要OpenGL环境 和GLUI环境,界面是用GLUI写的。欢迎大家留言讨论!
- 2023-07-21 11:55:02下载
- 积分:1
-
该程序能对图象进行高斯模糊处理,用VC写的,喜欢大家能喜欢...
该程序能对图象进行高斯模糊处理,用VC写的,喜欢大家能喜欢-the procedures for Gaussian fuzzy image processing, with VC write, like everybody can like
- 2022-03-25 00:06:27下载
- 积分:1
-
基于contourlet变换的英文论文,从香港浸会大学图书馆网上下载的,很多,很全!...
基于contourlet变换的英文论文,从香港浸会大学图书馆网上下载的,很多,很全!-Contourlet transform based on the English papers, from the Hong Kong Baptist University Library download, many, very full!
- 2022-02-21 07:12:29下载
- 积分:1
-
Laplacian sharpening method for edge detection of image
Laplacian sharpening method for edge detection of image
- 2022-01-25 13:59:13下载
- 积分:1
-
因为VTK可视化工具包具有的强大的功能,可视化领域的研究人员很多都在应用它。本压缩包是在VC下编写的一个使用vtk实现平面生成的例程。...
因为VTK可视化工具包具有的强大的功能,可视化领域的研究人员很多都在应用它。本压缩包是在VC下编写的一个使用vtk实现平面生成的例程。-Because the VTK visualization toolkit with powerful functionality, visualization research in the field of personnel and many of them in the application of it. The compressed packet is prepared with a VC using VTK realize plane generated routines.
- 2023-05-18 18:25:03下载
- 积分:1