-
本程序的三维图形变换
本程序实现图形的三维变换--平移,旋转,对称变换,正二测,斜二测视图,
包含文件:三维变换
Grphics experiment NO5--三维图形的投影变换
三维变换.exe-this program 3D graphics transformation-- translation, rotation, symmetry transformation, are two tests, two ramps measured View, documents include : 3D Transform Grphics experiment NO5-- 3D projection transform 3D transformation. exe
- 2022-10-17 07:45:03下载
- 积分:1
-
adjustment Photo RGB contrast
调整图片的RGB对比度-adjustment Photo RGB contrast
- 2022-05-21 19:05:24下载
- 积分:1
-
C#写的相册浏览程序
C#写的相册浏览程序-C# to write procedures for the albums View
- 2022-02-26 20:01:58下载
- 积分:1
-
可以打开和保存位图,也可供其抗
可以打开和保存位图,还可以对其进行FFT变换及反FFT变换-can open and save bitmap, but also for its anti-FFT transform and FFT
- 2023-09-04 18:00:04下载
- 积分:1
-
数学工具组件,版本0.2
数学工具组件,版本0.2-mathematical tool components, Version 0.2
- 2022-05-21 20:46:50下载
- 积分:1
-
本程序是演示VC中的CDC类,测试画圆,矩形,区域,颜色,及对象素的操作....
本程序是演示VC中的CDC类,测试画圆,矩形,区域,颜色,及对象素的操作.-demonstration of this program is the CDC VC category, testing Circle, rectangular, regional, color, and the operation of the pixel.
- 2022-01-25 23:53:27下载
- 积分:1
-
大恒图像卡的驱动程序及VC开发实例型号是CG2
大恒图像卡的驱动程序及VC开发实例型号是CG2-Da graphics card driver and VC model is the example of machine
- 2022-08-10 17:30:24下载
- 积分:1
-
数据结构,关于二叉树建立的方法例子,希望对大家有用处
数据结构,关于二叉树建立的方法例子,希望对大家有用处-data structure, the establishment of the binary tree example, we hope to be useful
- 2022-07-26 00:46:23下载
- 积分:1
-
著名的CHMM算法源码,是VC++ 7.0 版本的
著名的CHMM算法源码,是VC++ 7.0 版本的-Well-known source CHMM algorithm is VC++ 7.0 version of the
- 2023-06-09 22:05:03下载
- 积分: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