-
窗体分割条,比较可以,对简单应用者相当适合。
窗体分割条,比较可以,对简单应用者相当适合。-the form of segmentation, can be compared to simple application were very suitable.
- 2022-01-21 19:27:30下载
- 积分:1
-
delphi绘图工具附带源码
delphi绘图工具附带源码,
可以绘制不同的图像图形,可以保存为独立文件,图形图像可以改变大小.
用到了FlatStyle空间, AAfont空间. 还有ruler控件;
- 2023-05-09 23:15:04下载
- 积分:1
-
YAWL窗口开发 C 语言源程序
YAWL窗口开发 C 语言源程序 -YAWL window C language source development
- 2022-10-16 22:50:03下载
- 积分:1
-
给程序是一个利用vc开发出的一个可以更换windows界面风格的小型应用程序,但在改变之前要重启...
给程序是一个利用vc开发出的一个可以更换windows界面风格的小型应用程序,但在改变之前要重启-procedure is to use a vc developed a windows interface can be replaced style of small applications, but until be reopened
- 2022-12-03 01:00:03下载
- 积分:1
-
图像融合
在计算机视觉、 多传感器图像融合是将合并成一个单一的形象从两个或多个图像的相关信息的过程。所生成的图像将比任何一个输入图像的更多的信息。[] 2在遥感应用,星载传感器的增多给不同的图像融合算法的一个动机。在图像处理中的几种情况需要高空间和高光谱分辨率在一个单一的形象。大部分可用是设备的不能令人信服地提供此类数据。图像融合技术允许不同的信息源的集成。融合后的图像可以有互补的空间分辨率和光谱分辨率特性。但是,标准的图像融合技术可以扭曲在合并时的多光谱数据的光谱信息。在卫星成像图像的两种类型都可用。卫星获得的全色图像传输的最大可用的分辨率和多光谱数据传输以粗分辨率。通常,这将是两个或低 4 倍。接收机车站全色图像合并在一起的多光谱数据来传达更多的信息。存在很多的方法进行图像融合。其中非常基本的是高通滤波技术。后来技术基于离散小波变换、 均匀合理筛选银行和拉普拉斯金字塔。
- 2022-03-19 07:08:51下载
- 积分:1
-
因为我的应用需要使用许多工具(像3DS Max),我..
Because my application required the use of a lot of tools (just like 3DS Max), I decided to implement this control. Here I shall share with you the most important details of creating the tabbed toolbar. The implementation of the control is quite simple, actually. The control is primarily a Dialog Bar that manages a tab control and a Tool Bar. Thus, the class is derived from CDialogBar and it creates the CTabCtrl and CToolBar objects. The actual creation of the Tab control and toolbar occurs in the Create function of the Dialog Bar. 创建一个制表工具栏 因为我的应用需要使用许多工具(像3DS Max),我决定实现这个控件。 在这里我将和你共同分享创建制表工具栏的最重要的细节。 实际上控件的创建相当简单。这个控件主要是管理一个制表控件和一个工具栏的对话框。因此,这个类从CDialogBar类继承并且它创建了CTabCtrl 和CToolBar对象。实际上制表和工具栏控件的创建发生在DialogBar函数的创建过程中。-Because my application required the use of a lot of tools (just like 3DS Max), I decided to implement this control. Here I shall share with you the most important details of creating the tabbed toolbar. The implementation of the control is quite simple, actually. The
- 2023-03-04 03:45:03下载
- 积分:1
-
Calculator that draws graphs.
Calculator that draws graphs.
- 2022-02-26 20:16:01下载
- 积分:1
-
基于485串口通信的VB控制变频器源码
应用背景RS-485串行通讯能够保证快速、稳定、远间隔地传输数据,已经越来越多地应用于产业控制。与PC机串行通讯的硬件特性、通讯协议及软件实现。实验表明:该通讯性能稳定、实用效果良好。关键技术vb源码控制电机的速度变化,包括通讯设置和控制编程。
- 2022-03-19 20:11:03下载
- 积分:1
-
用WTL实现的滚动条的控件,该控件使用灵活,参考codeproject
用WTL实现的滚动条的控件,该控件使用灵活,参考codeproject-WTL realize with the scroll bar control, which controls the use of flexible, reference codeproject
- 2022-01-26 04:13:36下载
- 积分:1
-
Display a Web Page in a Plain C Win32 Application:
There are numerous examples...
Display a Web Page in a Plain C Win32 Application:
There are numerous examples that demonstrate how to embed Internet Explorer in your own window. But these examples typically use Microsoft Foundation Classes (MFC), .NET, C#, or at least the Windows Template Library (WTL) because those frameworks have pre-fabricated "wrappers" to easily give you an "HTML control" to embed in your window. If you re trying to use plain C, without MFC, WTL, .NET, C#, or even any C++ code at all, then there is a dirth of examples and information how to deal with OLE/COM objects such as IE s IWebBrowser2. Here is an article and working example in C to specifically show you what you need to do in order to embed IE in your own window, and more generally, show you how to interact with OLE/COM objects and create your own objects in plain C.
- 2022-03-02 15:03:00下载
- 积分:1