-
单张相片的后方交会程序 摄影测量学原理作业
单张相片的后方交会程序 摄影测量学原理作业-leaflets photo Resection procedures photogrammetry operating principle
- 2023-08-25 19:05:04下载
- 积分:1
-
在Vc中实现了图像的顺时针和逆时针的旋转。
在Vc中实现了图像的顺时针和逆时针的旋转。-Vc achieved in the image clockwise and counterclockwise rotation.
- 2022-08-09 05:41:28下载
- 积分:1
-
AviCapWrp_srcAVI格式视频获取代码
AviCapWrp_srcAVI格式视频获取代码-AviCapWrp_srcAVI format video access code
- 2022-05-13 06:38:35下载
- 积分:1
-
dynamic, real
实现动态实时显示波形,对于波形实时更新,并且能及时释放内存-dynamic, real-time waveform, waveforms for real-time updates and timely release of memory
- 2022-01-26 00:23:22下载
- 积分:1
-
实现利用serialize()函数序列化文档和鼠标画一些简单的图形的功能....
实现利用serialize()函数序列化文档和鼠标画一些简单的图形的功能.
-system to use serialize () function sequence of the mouse documents and paintings of some simple graphics functions.
- 2022-01-25 20:48:15下载
- 积分:1
-
一个简单的图片显示和预览的程序:将程序从文件中读出来,并在给定的框中进行显示...
一个简单的图片显示和预览的程序:将程序从文件中读出来,并在给定的框中进行显示-a simple photo display and preview process : procedural read from the file, and in the box to the display
- 2022-03-21 04:20:13下载
- 积分:1
-
MFC基于内存设备环境的双缓冲作图的实例
MFC基于内存设备环境的双缓冲作图的实例-Memory-based device context of mapping instances of double buffering
- 2022-06-13 10:59:31下载
- 积分:1
-
在Delphi中播放Flash,是一款好的播放程序。这里提供全部源代码,可以供初学者学习,在delphi中运行无须安装...
在Delphi中播放Flash,是一款好的播放程序。这里提供全部源代码,可以供初学者学习,在delphi中运行无须安装-in Delphi Flash player, is a good player. Here provide full source code, for beginners can learn to run in delphi not to install
- 2022-02-21 06:31:13下载
- 积分:1
-
通过CASTELJAU算法,绘制指定文本数据文件的曲线
通过CASTELJAU算法,绘制指定文本数据文件的曲线-Through Casteljau algorithm, rendering the text data files specified curve
- 2022-04-01 13:57:02下载
- 积分: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