登录
首页 » Windows开发 » 实现了wince下触摸屏的驱动程序,可用的驱动程序,添加到platform 中。...

实现了wince下触摸屏的驱动程序,可用的驱动程序,添加到platform 中。...

于 2022-02-15 发布 文件大小:10.95 kB
0 196
下载积分: 2 下载次数: 1

代码说明:

实现了wince下触摸屏的驱动程序,可用的驱动程序,添加到platform 中。-Realize a wince under the touch screen driver, the driver can be used, added to the platform in.

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

发表评论

0 个回复

  • 一个小程序,帮助认识matlab及用level set编程的方法
    一个小程序,帮助认识matlab及用level set编程的方法-a small program to help recognize and Matlab programming with the level set method
    2022-07-10 03:23:56下载
    积分:1
  • 一个实现二进进制替换的小程序,是当时跟据项目需要做的一个小工具...
    一个实现二进进制替换的小程序,是当时跟据项目需要做的一个小工具-achieve a 229 into two small replacement procedures, then According to the project need to do a small tool
    2022-02-04 09:20:30下载
    积分:1
  • 在第1章中,我们首先讨论在使用和不使用M F C的情况下创建一个窗口,以便清楚地了解 M F C是如何工作的。M F C窗口既可以由属于M F C的C +
    在第1章中,我们首先讨论在使用和不使用M F C的情况下创建一个窗口,以便清楚地了解 M F C是如何工作的。M F C窗口既可以由属于M F C的C + +类创建,也可以由一个早于并存在于 M F C之外的非C + +窗口类创建。我们将进一步观看窗口类并讨论那些由Wi n d o w s操作系统提 供的窗口类。最后,再看看M F C应用程序中都有什么。-In Chapter 1, we first discuss the use and does not use MFC create a window to a clear understanding of how the work of MFC. MFC window can belong to MFC from the C++ Type create, you can co-exist as early as by an outside non-MFC is C++ Window class to create. We will further watch window class and discussed by the Wi ndows provided by the operating system window class. Finally, take a look at MFC application has what.
    2023-06-07 19:55:03下载
    积分:1
  • 嵌入式动画类拷贝屏幕程序,用EVC实现
    嵌入式动画类拷贝屏幕程序,用EVC开发实现-Embedded animated screen-type copy of the procedures developed by EVC realize
    2022-02-14 20:32:42下载
    积分:1
  • 一个线程池的一个类,基本使用如下:
    一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new TSession s->socket = socket //这里可以对连接的session进行自己的操作,例如给id找一个唯一的值 SetIoCompletionPort(socket, s) // 使连接socket与一个自定义结构体关联 } void myIocp::OnRead(void * p, char * buf, int len) { TSession *s = (TSession *)p send(s->socket, buf, len, 0) // 这里只是简单的把收到的消息返回给客户端 ... } void myIocp::OnClose(void * p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) // 开始监听网络端口,等待客户端连接 ... }-A class for thread pool,basic usage below: struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void* p, char* buf, int len) void OnAccept(SOCKET socket) void OnClose(void* p) } void myIocp::OnAccept(SOCKET socket) { TSession*s = new TSession s->socket = socket //here you can do something about connecti
    2022-07-17 05:14:52下载
    积分:1
  • 磁盘文件的查找sam_sp_53
    磁盘文件的查找sam_sp_53-disk document search sam_sp_53
    2022-02-16 01:29:28下载
    积分:1
  • Windows Mobile 手机应用的Java applet示例
    Windows Mobile 手机应用的Java applet开发示例
    2022-03-14 21:23:41下载
    积分:1
  • 学生考勤记录管理
    学生的考勤管理是在Visual Basic6.0和Microsoft Access向用户提供一个用户友好的环境,每天更新他们的考勤管理自己的考勤记录的项目。它便于用户知道他们的当前和以前出勤百分比,总类,总类由用户和由用户左总类出席。它还提供设施,以用户搜索之前的纪录在指定的日期和月份之间。
    2022-09-14 23:50:03下载
    积分:1
  • 图像处理源代码 shift算法源码
    图像处理SIFT图像匹配源代码 shift算法源码  用于图像拼接    图像拼接技术就是将数张有重叠部分的图像(可能是不同时间、不同视角或者不同传感器获得的)拼成一幅大型的无缝高分辨率图像的技术。图像配准和图像融合是图像拼接的两个关键技术。图像配准是图像融合的基础,而且图像配准算法的计算量一般非常大,因此图像拼接技术的发展很大程度上取决于图像配准技术的创新。早期的图像配准技术主要采用点匹配法,这类方法速度慢、精度低,而且常常需要人工选取初始匹配点,无法适应 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-08-26 12:00:44下载
    积分:1
  • SPI driver source code, write more clearly, I believe that playing at home benef...
    SPI驱动源码,写得比较清楚,相信打家能从中受益-SPI driver source code, write more clearly, I believe that playing at home benefit from
    2022-03-04 09:21:12下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载