-
本程序用于处理两个进程之间的数据共享问题。通过使用内存映像文件实现进程间的数据共享。...
本程序用于处理两个进程之间的数据共享问题。通过使用内存映像文件实现进程间的数据共享。-This procedure for the treatment of data between two processes sharing. Through the use of the memory image file to achieve the process of data sharing.
- 2022-03-13 19:28:57下载
- 积分:1
-
这是一个小程序.为魔法语言,有兴趣的人可以下下来看看.也是一个挺好的算法....
这是一个小程序.为魔法语言,有兴趣的人可以下下来看看.也是一个挺好的算法.-This is a small program. For the magic language, interested persons can look down under. Also a very good algorithm.
- 2022-02-15 02:44:21下载
- 积分:1
-
迷宫的小程序,是利用数组的算法
迷宫的小程序,是利用数组的算法-small maze procedure is the use of an array algorithms
- 2022-03-29 21:22:58下载
- 积分:1
-
Visual C++2005 串口调试工具源码
Visual C++2005 串口调试工具源码,可使用Visual c++编译,实现串口通信的检测功能。
- 2023-08-04 05:50:04下载
- 积分:1
-
comprehensive nature of the display of the hotel and services. Hotel in...
全面的展示了宾馆自然情况和服务内容。
介绍宾馆信息,帮助客人了解宾馆相关信息。
为客户提供宾馆所在地旅游景点的详细信息。
向客户全面提供宾馆客房信息。
- comprehensive nature of the display of the hotel and services. Hotel information introduced to help visitors understand the hotel related information. hotel location to provide customers with detailed information on tourist attractions. to customers to provide comprehensive information on hotel rooms.
- 2022-02-03 06:32:57下载
- 积分:1
-
VB源码,很多!一个眼睛!
vb源码,很多的!!值得一看!!请下载-vb source, many! ! An eye-catcher! ! Please download! !
- 2022-01-30 19:45:46下载
- 积分:1
-
- 2022-01-26 01:41:28下载
- 积分:1
-
UDP示例文件
udp vc source file
you can build a udp net
server and client-udp sample file
server and client
- 2022-04-14 15:29:29下载
- 积分:1
-
一份初学者易懂的C++教程,虽然知识较浅但是很适合指导初学者快速的学习
一份初学者易懂的C++教程,虽然知识较浅但是很适合指导初学者快速的学习-A beginner-friendly C++ Tutorial, although it is suitable for shallow knowledge to guide beginners quickly learn
- 2022-03-21 18:12:13下载
- 积分:1
-
VC环境下USB读写设计
我们如果想实现一个USB 的HID 类设备,不需要在Windows 下开发自己的驱动程序。HID不一定要是标准的外设类型,唯一的要求是交换的数据存储在报文的结构内,设备固件必须支持报
文的格式。任何工作在该限制之内的设备都可以成为一个HID,例如温度计、电压计、读卡机等。报文的格式是由报告描述符决定的,所以只要修改描述符就能实现我们需要的报文格式。下面
我们来实现一个简单的报文格式:上位机发送固定64 字节数据给设备,这个数据可以是命令,也可是数据,具体含义并不是由报告描述符来决定的,是由开发人员事先约定好的。设备返回的数据
也是64 个字节,同样这个数据流的每个字节(甚至每个位)的具体含义由开发人员事先约定好。本设计 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
- 2022-02-15 09:04:41下载
- 积分:1