-
一个帮助入门的C++环境下的界面编程源码
一个帮助入门的C++环境下的界面编程源码-A portal to help the C++ Environment interface programming source code
- 2022-08-16 10:10:01下载
- 积分:1
-
SkeletonBasics-WPF
kinect获取骨架的源码,并保存20个骨骼点的三维坐标位置,可用于kinect的入门学习。
- 2022-04-08 14:08:44下载
- 积分:1
-
串行化SDI或MDK文档
串行化SDI或MDK文档-of SDI serial documents or refueling
- 2022-01-23 10:12:48下载
- 积分:1
-
图形输出和声音输出
该SPEAKN样品汇集了图形输出和声音输出。该SPEAKN示例说明多媒体扩展具有以下编程技术:
实现声音输出使用Platform SDK MMSYSTEM.H头文件中定义的多媒体API 。
使用用户自定义的资源来存储般的声音和位图的多媒体数据。使用多个资源文件和头文件使用Visual C + +进行维护用户自定义的资源不能直接由Microsoft Visual C + +中保持一个单独的rc文件的讨论。
使用位图按钮。 (该CTRLTEST示例应用程序提供了使用
- 2022-03-17 07:17:00下载
- 积分: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
-
Based on the C++ Prepared with Dock function in form, more suitable for commerci...
一个基于C++编写的具有Dock功能的窗体,比较适合商业软件的界面-Based on the C++ Prepared with Dock function in form, more suitable for commercial software interface
- 2022-03-03 17:37:13下载
- 积分:1
-
选择排序是一种比较优化的排序,它定义的k意义在于表示一次循环后找到的最小(大)值的位置,然后让第i个(第几次循环就是第几个)植交换,这样在第一轮循环中就把最小(...
选择排序是一种比较优化的排序,它定义的k意义在于表示一次循环后找到的最小(大)值的位置,然后让第i个(第几次循环就是第几个)植交换,这样在第一轮循环中就把最小(大)的值换到了最前面,如果只用i,j 的话,就没有办法找出待排序数据中的最值了
比较排序也叫冒泡排序,就是把相邻的数据比较交换,因为其把小的数字从后面往前慢慢移动,感觉象水泡上升一样,所以叫冒泡排序法.
如过你还没理解,留言~-SELECTION SORT is a more optimal sequencing, its definition of k significance lies in a circle said they find the smallest (large) value of the location, i then allow the first (the first cycle was the first several several) plant exchange, this cycle in the first round put the smallest (CUHK) for the value of the front, if only i, j, then there is no way to identify sequencing data to be the most value compared sequencing is also called Bubble Sort. adjacent is to the comparison of data exchange, because of their small numbers from the back slowly moving forward, Soak up feeling like the same, so called Bubble Sort law. No off if you understand that message ~
- 2022-12-28 03:55:04下载
- 积分:1
-
in a single text of the standard procedures of the production
在vc的单文本程序中标尺的制作-in a single text of the standard procedures of the production
- 2022-01-23 11:19:28下载
- 积分:1
-
使用 HTML & Servlet 的登录 craetion
我开发了一个示例登录页面验证用户名和密码。如果用户给出了正确的凭据页会导航到其他页面,其他返回从 servlet 到相同的登录 page.and 的消息也括小 helloworld programI 随信附上了这里的示例代码:
- 2023-08-02 20:40:03下载
- 积分:1
-
机密软件 可以对doc 文档或txt文档进行加密
机密软件 可以对doc 文档或txt文档进行加密-机密软件 可以对doc 文档或txt文档进行加密
- 2022-03-14 20:32:44下载
- 积分:1