登录
首页 » Windows开发 » 这是一个SDK程序。这个程序跟踪显示坐标位置…

这是一个SDK程序。这个程序跟踪显示坐标位置…

于 2022-03-05 发布 文件大小:10.35 kB
0 186
下载积分: 2 下载次数: 1

代码说明:

这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。此外,客户中还有两个位图,当鼠标移动到位图上时,就会改变为自己定义的光标。该程序适合Win32编程初学者,内含大量的中文注释。-This is a SDK procedure. This program tracking demonstrates the coordinates position of the mouse, at the same time, demonstrate the operation information in the window title block if the mouse has operation. if double-clicks in the window customer area ,can demonstrates the positional information of the double-click position. In addition, in the customer also has two units places charts, when the mouse moves arrives on the chart, can change the cursor which defines as oneself. This procedure suits the Win32 programming beginner, contains the massive Chinese annotation.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 数据结构的课程中的作业,利用串匹配来实现全文检索的。快点下载吧! 加油!...
    数据结构的课程中的作业,利用串匹配来实现全文检索的。快点下载吧! 加油!-This the work of data structure,it can achieve the full text index using the string matching.Download it quickly, come on
    2022-03-03 20:35:16下载
    积分:1
  • 连接数据库,用TreeCtl控件、ListCtrl控件显示数据库中各项数据项...
    连接数据库,用TreeCtl控件、ListCtrl控件显示数据库中各项数据项-Connect database with TreeCtl control, ListCtrl control of the data showed that the database item
    2022-10-18 23:50:03下载
    积分:1
  • 一凸8 边形P 的顶点顺时针为{v1,v2,… ,v8},任意两顶点间的线段的权重由矩阵D 给出。 若vi 与vj 是P 上不相邻的两个顶点,则线段vivj...
    一凸8 边形P 的顶点顺时针为{v1,v2,… ,v8},任意两顶点间的线段的权重由矩阵D 给出。 若vi 与vj 是P 上不相邻的两个顶点,则线段vivj 称为P 的一条弦。求P 的一个弦的集合T, 使得T 中所有的弦恰好将P 分割成互不重迭的三角形,且各三角形的权重之和为最小(一 个三角形的权重是其各边的权重之和)。-A convex 8-gon P, vertex clockwise of (v1, v2, ..., v8), any two vertices of the segment between the weight given by the matrix D. If vi and vj is the P is not adjacent to two vertices, then the line segment vivj known as P, a string. Seeking P, a set of strings T, makes the T all the strings just to P divided into non-overlapping triangles, and the weight of each triangle and for the minimum (the weight of a triangle is its weight of each side and) .
    2023-05-25 06:25:03下载
    积分:1
  • software for the electronics sales compiled by the shopping center management so...
    本软件是为家电销售商场编制的商品管理软件-software for the electronics sales compiled by the shopping center management software products
    2022-01-25 23:33:49下载
    积分:1
  • 用opencv+海康识别红色
    改代码opencv+海康威视网络摄像头进行识别红色,代码有详细的讲解,识别功能已经实现。平台为VS2010+opencv2.4.10。
    2022-09-01 11:05:17下载
    积分:1
  • 数据挖掘决策树ID3算法原理 适用数据挖掘的模拟测试
    数据挖掘决策树ID3算法原理 适用数据挖掘的模拟测试-ID3 decision tree data mining applies data mining algorithm simulation tests
    2022-04-13 14:39:21下载
    积分:1
  • C编写的服务端程序
    C编写的服务端程序-Server-side program written in C
    2022-10-01 05:35:04下载
    积分:1
  • c++学习资料 教你如何应付复杂的调试过程和调试技巧
    c++学习资料 教你如何应付复杂的调试过程和调试技巧-c++ learning materials teach you how to deal with the complexity of the debugging process and debugging skills
    2023-06-17 14:00:04下载
    积分:1
  • scan line algo
    我见过的最好的作品。请让我下载这个文件的内容,我真的需要它来了解项目的实施。就这样
    2022-06-17 18:15:56下载
    积分:1
  • 同时的数据压缩和加密
    同时进行数据压缩,加密和解密                                                          摘要  网络通信的安全性可以说是世界上最重要的问题,今天给定的有价值的信息,在不同的网络里传递的大量。而较大的文件,需要对网络安全发送,它必须被加密。在规模较大的文件进行加密时,仍然会增加的大小。因此,通常其压缩并通过网络发送。数据压缩是著名的降低了存储和通信费用。它涉及到一个给定格式的转换数据,称为源信息,以更小的尺寸的格式的数据,被称为码字。数据加密称为保护信息不被窃听。它把一个给定的格式,称为明文,为另一种格式,称为密文的数据,用加密密钥。现有的与当前的压缩和加密方法的主要问题是  1.低速。  2.更多的处理时间。  3.更多的成本。  为了减轻这个问题,我们的方法结合了两种方法(压缩和加密)成一个过程。在新的方法加密和压缩的同时被完成。它需要较少的处理时间和更快的速度。  为压缩哈夫曼压缩算法。加伪随机洗牌成压缩的数据。在树中的节点洗牌。混洗是为了得到不同的霍夫曼表。加密后,我们将得到一个洗牌Huffman表
    2023-08-21 16:55:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载