-
windows API 一日一练,专门为哪些想进一步学习windows API编程,提供了很好的途径...
windows API 一日一练,专门为哪些想进一步学习windows API编程,提供了很好的途径-windows API on the 1st one training, which would like to further study specifically for the windows API programming, provides a good way to
- 2022-04-11 08:20:33下载
- 积分:1
-
一个可解析xml文件的程序
一个可解析xml文件的程序-an analytical procedures xml
- 2022-08-08 20:49:12下载
- 积分:1
-
This test_tonegen example application consists of both DSP and VM software to im...
This test_tonegen example application consists of both DSP and VM software to implement a tone generator using the Kalimba DSP. The tones are controlled by AT-commands sent by an off-chip host.
Note: No Bluetooth functionality is required or invoked in this example.
A terminal emulator application e.g. Windows HyperTerminal can be used to send AT commands and receive the responses from the VM application running on the BlueCore. -This test_tonegen example application consists of both DSP and VM software to implement a tone generator using the Kalimba DSP. The tones are controlled by AT-commands sent by an off-chip host.
Note: No Bluetooth functionality is required or invoked in this example.
A terminal emulator application e.g. Windows HyperTerminal can be used to send AT commands and receive the responses from the VM application running on the BlueCore.
- 2022-02-01 04:09:40下载
- 积分:1
-
how to access threads associated user name and the domain name
如何获取线程关联用户名和域名-how to access threads associated user name and the domain name
- 2022-02-04 23:08:52下载
- 积分:1
-
用来搜索学生情况的代码 根据学生学号就行了
用来搜索学生情况的代码 根据学生学号就行了-source code for search students information,entering student s ID is enough.
- 2022-06-17 01:59:38下载
- 积分:1
-
This a triple des program
This a triple des program-This is a triple des program
- 2022-12-14 23:50:03下载
- 积分:1
-
vc6.0下开发的简易播放器,适合于初学。
vc6.0下开发的简易播放器,适合于初学。-vc6.0 developed under the simple player, suitable for beginners.
- 2023-07-21 15:40:04下载
- 积分:1
-
收集到外国的一个批量下载工具。功能强大
收集到外国的一个批量下载工具。功能强大-Collect a group download tool abroad. Powerful
- 2023-01-24 19:45:04下载
- 积分:1
-
计算器显示部分的7段译码管。输入四位的二进制端口,输出7位的译码端口...
计算器显示部分的7段译码管。输入四位的二进制端口,输出7位的译码端口-Calculator shows that part of paragraph 7 decoding tube. Binary four input ports, output port 7 of the decoding
- 2022-08-09 19:03:55下载
- 积分:1
-
COM 连接点
在 COM 中的典型场景有客户端对象实例化服务器对象,然后再使对这些对象的调用。然而,如果没有特别的机制,将很难为这些服务器对象,转身回来对客户端对象进行调用。COM 连接点提供这个特别的机制,使客户端与服务器之间的双向通信。使用连接点,该服务器可以调用客户端,当某些事件发生在服务器上。与连接点服务器指定的事件,它能够提高通过定义一个接口。已在服务器上引发这些事件时所采取的行动的客户端向服务器注册自己。客户端随后提供由服务器定义的接口实现。有标准的机制,通过该客户端可以注册自己的服务器。COM 为此提供支持和要求的接口。COM 连接点服务器的客户可以写在 c + + 和 C# 中的托管代码。C + + 客户端注册提供接收器接口的实现类的实例。托管客户端注册代表对于个别的事件,从而创造一个单一的接收器,每个事件通知方法。在托管领域中,有两种方法,客户端可以注册本身 — — 这两种方法稍后在本专栏中,我详细介绍。有很少的工作样本,进行事件和在 Web 上的互操作。在本专栏中,我集中精力创建活动模板库 (ATL) 连接点服务器。这涉及到将公开一个 COM 方法,定义将由客户端执行的事件接口和实现提出了来自服务器的事件的代码。我也告诉你一个提供接收器实现的示例 c + + 客户端加上一个示例 C# 客户端和的两种方式,您可以注册,并侦听来自服务器的事件。最后,我谈实现托管的事件接收器的推荐方式。
- 2022-11-08 05:15:03下载
- 积分:1