-
binarization of images
binarization of images
- 2022-01-25 17:09:05下载
- 积分:1
-
develop similar CAD systems, functions very powerful and very valuable
开发类似的CAD系统,功能非常强大,非常有价值
- 2022-01-25 18:06:45下载
- 积分:1
-
- 2022-05-10 22:19:20下载
- 积分:1
-
//简单的可操作8位和24位bmp位图的图像类。 //特点: //1、显示速度快。(我用这个类显示图像序列,比VC++内幕的CDIB类快很多。) //2、重载=...
//简单的可操作8位和24位bmp位图的图像类。 //特点: //1、显示速度快。(我用这个类显示图像序列,比VC++内幕的CDIB类快很多。) //2、重载=操作符。 //3、通过函数操作可以得到图像数据。 //局限: //只能显示8位和24位bmp位图-//simple operational 8 and 24 bmp bitmap image category.// Characteristics :// 1, showed faster. (I use this image sequence shows category, the VC Insider Bitmap type much faster.)// 2, heavy = operator.// 3, the function can be operated image data.// Limitations :// only shows 8 and 24 bmp bitmap
- 2022-03-24 08:50:49下载
- 积分:1
-
一个采用VC6.0的GDI函数编写的平面绘图程序,能够对各种基本图形进行绘制、编辑、拖动、剪切、撤消修改、保存数据到文档。适合初学者学习、模仿。...
一个采用VC6.0的GDI函数编写的平面绘图程序,能够对各种基本图形进行绘制、编辑、拖动、剪切、撤消修改、保存数据到文档。适合初学者学习、模仿。-a VC6.0 used GDI function of the two-dimensional drawings to prepare procedures to be able to conduct basic graphics rendering, editing, drag, shear, the withdrawal of changes to save data files. Suitable for beginners to learn and imitate.
- 2022-04-11 02:07:24下载
- 积分:1
-
这是计算机图形学的一个显着的线性裁剪演示程序,一个..
这个是计算机图形学中的一个重要的直线剪裁的演示程序,里面包括了源代码解析和源代码,还有一个封装好的可以执行文件,仅供教学参考使用。-this is the computer graphics a significant linear tailoring the demo program, includes a source code and source code analysis, a good package can be implemented, only teaching reference.
- 2022-12-27 22:00:08下载
- 积分:1
-
基于linux+gtk的坦克游戏,功能不是很完善,欢迎大家提出修改。...
基于linux+gtk的坦克游戏,功能不是很完善,欢迎大家提出修改。-Based on linux+ Gtk tanks games, feature not very perfect, welcome everybody to move the amendment.
- 2022-02-15 06:50:44下载
- 积分:1
-
Environment: VC6 Win2K/NT/98 This sample describes the difference between CONSOL...
Environment: VC6 Win2K/NT/98
This sample describes the difference between CONSOLE and GUI applications with 20 lines of code.
There are 2 small projects in this sample. The first project shows how to create a console in WinMain(). First of all, we need to allocate a console with AllocConsole() secondly, we in turn retrieve the operating system handle (GetStdHandle), run-time handle (_open_osfhandle), stream (_fdopen) and standard stream (stdout) finally, we can call functions like printf() and scanf().
The second project demonstrates how to create a window in main(). I created an edit box in a separate thread, so that you can control this window from the console. I retrieved the module handle through GetModuleHandle(), and then I called CreateWindow with the predefined class name EDIT.
As you can see, there is not much essential difference between console and GUI applications, even though VC requires us to indicate the type of the application when you create a p
- 2022-02-03 12:24:58下载
- 积分:1
-
Visualc+OPENGL的经典3d游戏。
Visualc+OPENGL的经典3d游戏。-Visualc+ OPENGL classic 3d games.
- 2022-02-21 00:53:00下载
- 积分:1
-
可以捕获整个屏幕、活动窗口、延时捕获窗口、捕获包含标题的窗口、用户窗口、滚动窗口等,捕获的图片并可以保存为BMP、JPGE图片,可以用微软画图工具编辑,可以保存...
可以捕获整个屏幕、活动窗口、延时捕获窗口、捕获包含标题的窗口、用户窗口、滚动窗口等,捕获的图片并可以保存为BMP、JPGE图片,可以用微软画图工具编辑,可以保存位墙纸.具有打印图片功能.这个小工具还支持多国语言(简体中文、英文)-can capture the entire screen, window activity, delay capture window, capturing the title contains the window, users window, scroll window, and capture images can be saved as BMP, stylish photographs, can be used paint tools editing, wallpaper spaces can be preserved. With Photo Print function . this small tool also supports multiple languages (English, English)
- 2022-08-08 22:11:06下载
- 积分:1