-
搜索引擎代码
你知我知搜索引擎的设计与实现是仿照百度知道的功能和模板,利用ASP.NET语言和.NET三层框架,实现用户提问模块,问题回答模块,设置最佳答案模块,关闭问题模块,搜索问题模块等业务功能。在现代信息资源共享的大背景下,该设计为用户提供了一个问题交流的平台,分享信息资源的同时,还能解决自己或者他人的问题,提高了信息资源的利用率。
- 2022-01-25 22:01:42下载
- 积分:1
-
C # MDI应用程序接口
C# MDI界面应用-C# MDI Application Interface
- 2022-03-07 04:06:01下载
- 积分:1
-
使用一个浮动的列表框的程序
使用一个浮动的列表框的程序-A program using floating listbox
- 2023-03-04 04:35:03下载
- 积分:1
-
这是一个对mfc各种控件详细介绍的源文件,很好很全面,希望对大家有帮助...
这是一个对mfc各种控件详细介绍的源文件,很好很全面,希望对大家有帮助-This is a mfc details of various control, the source files, a very good very comprehensive, we want to help
- 2023-07-03 04:40:04下载
- 积分:1
-
资源管理器
explorer
- 2022-01-25 22:56:57下载
- 积分:1
-
汉字点阵字库,可用于嵌入式系统,以c语言形式提供的汉字字库,非常实用。...
汉字点阵字库,可用于嵌入式系统,以c语言形式提供的汉字字库,非常实用。-Chinese font can be used in embedded systems, c language to the form of Chinese character, very practical.
- 2022-03-07 08:35:10下载
- 积分:1
-
皮肤代码
皮肤代码,很好用的-skin code of good
- 2022-11-24 20:50:03下载
- 积分:1
-
一个关于进度条的源码
一个关于进度条的源码-A progress bar on the source
- 2023-08-18 13:40:03下载
- 积分: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
-
应用visual c++设计了计时器,取得较好的效果
应用visual c++设计了计时器,取得较好的效果-Application of visual c++ timer is designed to obtain better results
- 2022-09-05 14:40:03下载
- 积分:1