-
简单的作图例子,实现画线、圆、矩形等功能
简单的作图例子,实现画线、圆、矩形等功能-Simple mapping example, the realization of drawing a line, round, rectangular and other functions
- 2022-07-11 02:50:07下载
- 积分: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
-
这是一个画笔的绘图程序,有21中工具在主工具栏,你可以选择。 每一个工具都有tooltiptext,都是英文的哦,呵呵,你可以看帮助, 我花了点时间写了个帮助。...
这是一个画笔的绘图程序,有21中工具在主工具栏,你可以选择。 每一个工具都有tooltiptext,都是英文的哦,呵呵,你可以看帮助, 我花了点时间写了个帮助。-This a brush mapping procedures, which are 21 tools in the main toolbar, you can choose. Each tool has a tooltiptext, are in English, oh, what you can do to help, I spent time wrote a help.
- 2022-07-04 14:23:13下载
- 积分:1
-
How uses java to carry on the handset programming, as well as
using develops
如何用java进行手机程序设计,以及应用开发- How uses java to carry on the handset programming, as well as
using develops
- 2022-11-22 15:10:04下载
- 积分:1
-
编程包含一个标签和一个按钮,单击按钮时,标签的内容在“你好”和“再见”之间切换...
编程包含一个标签和一个按钮,单击按钮时,标签的内容在“你好”和“再见”之间切换-Programming includes a label and a button, click the button, the labels in the " Hello" and " goodbye" to switch between the
- 2022-03-24 00:22:40下载
- 积分:1
-
through the use of brush painting, to achieve the view Bitmap function.
通过对画刷的使用,实现在视图中显示位图的功能。-through the use of brush painting, to achieve the view Bitmap function.
- 2022-04-26 23:40:09下载
- 积分:1
-
VC开发的SUSAN检测程序,包括了主要的角点检测算法,并在边缘检测上进行了应用!...
VC开发的SUSAN检测程序,包括了主要的角点检测算法,并在边缘检测上进行了应用!-development of the VC SUSAN testing procedures, including the main angle detection algorithm, and edge detection on the application!
- 2022-02-05 03:39:29下载
- 积分:1
-
Simple C++ Paint program, I hope you like
简单C++画图程序,希望大家喜欢-Simple C++ Paint program, I hope you like
- 2023-03-11 01:05:04下载
- 积分:1
-
显示位图的几种不同方法及其比较.作者:张利浩 王勇.运行环境:VC6.0;Win98....
显示位图的几种不同方法及其比较.作者:张利浩 王勇.运行环境:VC6.0;Win98.-Bitmap of several different methods and comparison. Author : Zhang Hao Wang Yong. Operating environment : VC6.0; Win98.
- 2022-08-09 23:53:14下载
- 积分:1
-
3维图象渲染编程例子,
值得参考,运行通过,做了一些优化.
3维图象渲染编程例子,
值得参考,运行通过,做了一些优化.-3-D image rendering programming examples, it is also useful, run through, to do some optimization.
- 2023-01-27 15:46:19下载
- 积分:1