-
This procedure is based on the development of LABWINDOWS is mainly the function...
本程序是基于LABWINDOWS开发的,主要是实现数据拟合这一功能。-This procedure is based on the development of LABWINDOWS is mainly the function of data fitting.
- 2022-02-16 09:37:16下载
- 积分:1
-
VC++实现的将CView中的内容直接打印出来的方法和源码,十分实用...
VC++实现的将CView中的内容直接打印出来的方法和源码,十分实用-VC++ Realized CView content will directly print out the methods and source code, very useful
- 2023-01-18 05:05:03下载
- 积分:1
-
一种实现个人电脑手写识别的软件,编写的是用的。
一个在PC上实现手写识别的软件,用VC编写的。-a realization of the PC handwriting recognition software, prepared by the VC.
- 2022-11-18 13:40:03下载
- 积分:1
-
支持动画特效显示的条形棒图图表示例控件源代码,支持缩放,支持 X,Y坐标轴标识,支持图标主标题及副标题设定,支持图例值悬浮显示,支持渐变色图形条,已经修改支持中...
支持动画特效显示的条形棒图图表示例控件源代码,支持缩放,支持 X,Y坐标轴标识,支持图标主标题及副标题设定,支持图例值悬浮显示,支持渐变色图形条,已经修改支持中文显示。听说占用资源有点厉害,喜欢的朋友可以动手处理一下。-To support the animation effects of the strip bar chart shows examples of control charts source code, support zoom, support for X, Y axes logo, icon support the main heading and subheading set up to support the legend shows the value of suspension, support gradient color graphics article has been modified to support Chinese display. I heard a little bit worse occupied resources, like friends can do you deal with.
- 2022-12-21 05:40:03下载
- 积分:1
-
GDI水波效果(DELPHI源码)
这是利用CnPack代码的水波算法制作的,只利用了GDI画图,在有的电脑上可能有闪烁。不久本工作室将提供DirectX画...
GDI水波效果(DELPHI源码)
这是利用CnPack代码的水波算法制作的,只利用了GDI画图,在有的电脑上可能有闪烁。不久本工作室将提供DirectX画图的代码-GDI wave effect (DELPHI OSS) This is the code used CnPack algorithm produced wave The only use of GDI drawing, in some computers may have flickered. The studio will soon offer DirectX drawing code
- 2022-03-17 05:22:15下载
- 积分:1
-
简单的处理库DIB,DIB,包括创建,操作和现实…
简单的DIB处理类库,包括DIB的创建,操作和现实-simple processing library DIB, DIB, including the creation, operation and reality
- 2023-03-31 18:35:04下载
- 积分:1
-
Double buffering graphics, accompanied by information detailed account of the pr...
双缓冲绘图,附有资料详细讲解了双缓冲绘图的原理。-Double buffering graphics, accompanied by information detailed account of the principle of double buffering graphics.
- 2023-05-29 01:35:04下载
- 积分:1
-
读文件,以确定2个多边的坐标,无论是M。
读取两个txt文件中的坐标来判断两个多边型是否匹配,结果在一个对话框中显示-read two documents to determine the coordinates of type 2 multilateral whether matching results in a dialog box shows
- 2022-06-13 07:06:29下载
- 积分:1
-
visual c++ 环境下利用ADO技术处理BLOD并与数据库进行交互操作...
visual c++ 环境下利用ADO技术处理BLOD并与数据库进行交互操作-visual environment using ADO BLOD handling and interaction with the database operation
- 2022-09-06 21:35: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