-
纹理编程原码,提供BMPTGAPCX文件的操作代码,采用面向对象技术
纹理编程原码,提供BMPTGAPCX文件的操作代码,采用面向对象技术-Texture original programming code, to provide documents BMPTGAPCX operation code, using object-oriented technology
- 2023-05-01 15:45:04下载
- 积分:1
-
一个小办公软件的例子
一个小办公软件的例子-a small example of the office software
- 2022-01-20 22:49:36下载
- 积分:1
-
matlab图像处理函数集,系统总结matlab在图像处理中的图像输入、处理(滤波、增强)、分析(边缘检测)、输出等方面的内容...
matlab图像处理函数集,系统总结matlab在图像处理中的图像输入、处理(滤波、增强)、分析(边缘检测)、输出等方面的内容-matlabmatlab
- 2022-03-12 15:01:07下载
- 积分:1
-
niblack阈值化方法
用VC++写的Niblack图像分割算法;已经在本机上调通。使用Visual Studio2008+windows7或者windowsXP环境运行
- 2022-03-21 11:19:49下载
- 积分:1
-
本软件的主要功能是用B样条曲线去拟合输入的若干个数据点,同时用圆弧逼近该曲线生成数控加工G代码。
如上图所示:线上的红点为输入点,线旁的绿点为反算出的控制点...
本软件的主要功能是用B样条曲线去拟合输入的若干个数据点,同时用圆弧逼近该曲线生成数控加工G代码。
如上图所示:线上的红点为输入点,线旁的绿点为反算出的控制点,列表框中则是数控加工G代码。
本软件还有自动判错的功能如下图所示当文本框为空或输入的点数少于两个时将会分别弹出警告消息框。本软件主要的设计思路为利用一定的算法根据已知道的型值点反求控制点后根据控制点画出B样条曲线,本软件通过VB语言实现的
-Three B-spline fitting the data points are known
- 2022-07-02 17:29:54下载
- 积分:1
-
屏幕的捕获其实就是抓屏程序,原理是获取桌面句柄,创建画布,最后进行位图存储。...
屏幕的捕获其实就是抓屏程序,原理是获取桌面句柄,创建画布,最后进行位图存储。-screen capture is actually Capturing the Screen procedures and the principles of access to the desktop handle, the creation of canvas, for the final bitmap storage.
- 2022-12-10 10:55:02下载
- 积分:1
-
通过平滑因子对图象实现了无缝拼接,应用文档视窗模型实现了该算法...
通过平滑因子对图象实现了无缝拼接,应用文档视窗模型实现了该算法-factor to the smooth realization of a seamless image mosaic, application files Windows model of the algorithm to achieve
- 2023-08-14 13:50:02下载
- 积分:1
-
用风险投资的图片坐标轴和确定
用VC写的在图上画坐标轴并由函数确定来不断更改坐标轴上的数据。- Writes with VC the picture coordinate axis and determined on
the chart by the function unceasingly changes in the coordinate axis
the data.
- 2023-05-31 07:50:03下载
- 积分:1
-
在这个目录中包含代码实现K
kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP -kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Outpu
- 2022-08-15 00:35:38下载
- 积分:1
-
c++语言显示正方体
c++语言显示正方体-the show of the cube
- 2023-01-07 04:30:04下载
- 积分:1