-
VC++中对话框的一个简单应用,可以收缩,也可以扩展,加上按扭的使用...
VC++中对话框的一个简单应用,可以收缩,也可以扩展,加上按扭的使用-VC in a simple dialog box application, you can shrink, but also can be expanded, coupled with the use of buttons
- 2022-01-30 14:35:32下载
- 积分:1
-
OCR在VB简单的OCR如何在VB中使用
OCR in vb Simple OCR how to use in vb
- 2022-01-26 01:46:04下载
- 积分:1
-
一个字库转换的JAVA程序,使用于windows
一个字库转换的JAVA程序,使用于windows-a font conversion JAVA procedures used in windows
- 2022-02-18 15:33:37下载
- 积分:1
-
一个支持多种图形文件格式的函数库,如果需要,你可以修改源代码,生成自己的函数库。...
一个支持多种图形文件格式的函数库,如果需要,你可以修改源代码,生成自己的函数库。-support a variety of graphics file formats libraries, if necessary, you can modify the source code, generate their own libraries.
- 2022-05-21 10:03:43下载
- 积分:1
-
在VS2005环境下,用GLUT和Cg实现了各向异性的实时渲染。
在VS2005环境下,用GLUT和Cg实现了各向异性的实时渲染。-In the VS2005 environment, using GLUT and Cg anisotropic realize the real-time rendering.
- 2022-03-28 19:01:43下载
- 积分:1
-
使用VFW进行摄像头调用,可以完成基本功能
使用VFW进行摄像头调用,可以完成基本功能-VFW for the use of cameras to call, you can complete the basic functions
- 2022-05-15 05:55:39下载
- 积分: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
-
简单的画板程序.可以实现直线,曲线,圆,方的绘画以及颜色和画笔大小的选择....
简单的画板程序.可以实现直线,曲线,圆,方的绘画以及颜色和画笔大小的选择.-Sketchpad simple procedures. Can realize a straight line, curve, round, square paintings, as well as color and pen size options.
- 2023-07-29 15:25:03下载
- 积分:1
-
随着鼠标位置的不同,鼠标的形状也相应的变化,请尝试
随着鼠标位置的不同,鼠标的形状也相应的变化,请尝试-position with the different mouse, the mouse in the shape of the corresponding changes, please try
- 2023-07-24 15:20:02下载
- 积分:1
-
命令的直方图校正和颜色转换过程
直方图修正和彩色变换
命令行编译过程如下
vcvars32
rc bmp.rc
cl colorope.c bmp.res user32.lib gdi32.lib-Histogram correction and color transformation process of the command-line compiler is as follows vcvars32rc bmp.rccl colorope.c bmp.res user32.lib gdi32.lib
- 2023-05-24 14:10:03下载
- 积分:1