-
开关编程源代码,100%在VC下调试通过
开关编程源代码,100%在VC下调试通过-switch programming source code, 100% of the VC through debugging
- 2022-03-18 17:02:09下载
- 积分:1
-
经典绘图 本程序详细的说明了自制控件的创建方法 包括字体,画笔,底色,无闪烁等技术...
经典绘图 本程序详细的说明了自制控件的创建方法 包括字体,画笔,底色,无闪烁等技术-classic Mapping the procedures detailed description of a self-made control methods include the creation of fonts, brushes, background color, Flicker-free technology
- 2022-07-27 13:10:05下载
- 积分:1
-
一个实现模拟QT中信号/槽模型的工程,接口方法与命名规则均qt中一致,可以看清楚信号槽的实现原理...
一个实现模拟QT中信号/槽模型的工程,接口方法与命名规则均qt中一致,可以看清楚信号槽的实现原理-A realization of simulated QT signal/slot model of the project, interface methods and rename qt agreed rules, you can look trough the realization of the principle of signal
- 2022-06-19 14:50:03下载
- 积分:1
-
此源文件可以使用和分配,而不受限制的提供。
This source file may be used and distributed without restriction provided that this copyright statement is not removed from the file and that any derivative work contains the original copyright notice and the associated disclaimer.
This software is provided “as is” and without any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. in no event shall the author or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services loss of use, data, or profits or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.
-This source file may be used and distributed without restriction p
- 2022-05-06 01:26:04下载
- 积分:1
-
java 3D 文本 3D
java 3D 文本 3D
- 2022-02-15 02:09:12下载
- 积分:1
-
c#入门必读书籍,详细介绍了C#的优点,在.net环境下几种语言跨平台的变量传递的解决方法。...
c#入门必读书籍,详细介绍了C#的优点,在.net环境下几种语言跨平台的变量传递的解决方法。-entry required reading books, detailing the advantages of C#. in. net environment in several languages, cross-platform variable transmission solution.
- 2022-03-12 07:53:00下载
- 积分:1
-
手写识别
项目根据鼠标移动处理手写识别。本项目采用AForge.NET可重用的组件
- 2023-03-12 01:30:04下载
- 积分:1
-
谱聚类算法
用matlab编写的界面文件,能够使用传统谱聚类完成图像分割,时间序列数据处理等,包含完全邻接图,k邻接图,相互k邻接图等分割算法等
- 2022-07-07 15:56:09下载
- 积分:1
-
HTML5手机上下翻动
应用背景微信电子请柬,电子画册等使用,HTML5手机上下翻动关键技术HTML5手机上下翻动HTML5手机上下翻动HTML5手机上下翻动HTML5手机上下翻动HTML5手机上下翻动HTML5手机上下翻动HTML5手机上下翻动HTML5手机上下翻动HTML5手机上下翻动HTML5手机上下翻动HTML5手机上下翻动HTML5手机上下翻动HTML5手机上下翻动HTML5手机上下翻动
- 2022-03-29 11:47:06下载
- 积分:1
-
高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动...
高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动。普通窗口移动是通过标题栏由系统自动实现的,对于这类窗口就无法依靠系统了,需要手工实现。实现的方法有两种:
手工处理WM_MOVE、WM_LBUTTONUP消息,并根据鼠标的移动自己实现窗口移动过程中的绘制;
在WM_MOVE消息处理函数中通过向自己发送参数wParam为HTCAPTION lParam为鼠标位置的WM_NCLBUTTONDOWN消息实现窗口移动,此时窗口移动过程的绘制由系统实现。
显然,后者较前者简单。本文采用后者。-top window is a non-title bar, menus, tools of a regular Habitat top of the window, the most common example is the input window, such as smart window ABC. This window features in addition to the upside, the most important thing is moving the window. General Mobile through the window title bar automatically by the system for such window will not be able to rely on the system, and will need to achieve manually. Implementation of two ways : manual processing WM_MOVE, WM_LBUTTONUP news, and in accordance with the movement of the mouse to achieve their mobile window in the process of drawing; In WM_MOVE message processing function to send itself through the parameters wParam HTCAPTION
- 2022-08-06 00:41:04下载
- 积分:1