-
plt文件转dxf
plt文件转dxf-diverted dxf
- 2022-10-29 10:15:04下载
- 积分:1
-
使用vc进行离散余弦变换,在傅立叶变换的基础上
使用vc进行离散余弦变换,在傅立叶变换的基础上-DCT by VC,it is based on FFT.
- 2022-06-12 09:25:41下载
- 积分:1
-
c++图像处理源代码
C++图像处理用于显示bmp文件的类,类名为DIB,有了这个类,再添加自己要处理的算法,就可以在c++mfc中对图像进行操作和处理了,用的时候将这个类添加到工程下,就可以直接调用了!!
- 2023-02-09 23:05:04下载
- 积分:1
-
一个简单的matlab GUI程序,适合初学者使用
一个简单的matlab GUI程序,适合初学者使用
- 2022-01-26 07:52:14下载
- 积分:1
-
一个基于c++的区域生长算法程序,从种子点选取到生长规则的确定,很详细。...
一个基于c++的区域生长算法程序,从种子点选取到生长规则的确定,很详细。-C++-based region growing algorithm process, from seed selection to the growing point of identification of the rules in great detail.
- 2022-02-13 22:05:09下载
- 积分:1
-
source code programmed with c language for graphics file manipulation.There is a...
用c语言编写的图形文件源代码操纵。那里也是它的详细说明
- 2022-03-17 13:08:50下载
- 积分:1
-
利用opengl技术,实现单色、彩色字符的旋转
利用opengl技术,实现单色、彩色字符的旋转-The use of opengl technology to achieve monochrome, color character rotation
- 2022-08-05 13:12:31下载
- 积分:1
-
遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,...
遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,-Genetic Algorithm (Genetic Algorithm) is a simulation of Darwinian biological evolution, natural selection and genetic mechanism of the process of biological evolution computing model, is a simulation of natural evolutionary processes through the optimal solution search methods,
- 2022-01-25 23:32:15下载
- 积分:1
-
进程同步,VC开发
进程同步,VC开发-process synchronization, VC
- 2022-03-11 20:12:34下载
- 积分:1
-
用GDI函数抓屏
如果我们不太在意抓屏的效率,并且我们想要的只是一个屏幕快照的话,可以考虑使用GDI方式。这种抓屏机制是以“桌面也是一个...
用GDI函数抓屏
如果我们不太在意抓屏的效率,并且我们想要的只是一个屏幕快照的话,可以考虑使用GDI方式。这种抓屏机制是以“桌面也是一个窗口,桌面也有一个窗口句柄(HWND)”这个简单的常识为基础的,如果我们得到了桌面的设备上下文(DC),就可以利用blit(复制)它的内容到我们创建的DC中。我们可以用GetDeskWindow()得到桌面的窗口句柄,从句柄得到DC也是很容易的
-GDI function with screenshots screenshots if we do not care about efficiency, and we want only a snapshot of the screen, you can consider using GDI mode. This mechanism is based on the screenshots Desktop is also a window, the desktop also has a window handle (HWND) This simple knowledge-based, if we get the desktop device context (DC), can be used on the blit (copy) its contents that we created in DC. We can use GetDeskWindow () get desktop window handle from the handle to get DC is also very easy
- 2023-05-23 00:30:03下载
- 积分:1