-
Introduction bus development documents, development of information hard to come...
总线开发的介绍文档,不可多得的总线开发资料。让你快速比较各类总线的优缺点。-Introduction bus development documents, development of information hard to come by bus. Lets you quickly compare the advantages and disadvantages of various types of bus.
- 2022-03-11 03:41:31下载
- 积分:1
-
TotalCommander ~ ~ simulation tc also embedded in the browser ~
TotalCommander~~模拟tc还嵌入了浏览器~-TotalCommander ~ ~ simulation tc also embedded in the browser ~
- 2023-04-07 01:45:04下载
- 积分:1
-
虽然基于套接字的TCP / IP使用IO完成端口往往是写服务器…
Although socket based TCP/IP servers using IO Completion Ports are often written in C++ it s sometimes useful to write such a server in Visual Basic.
- 2022-06-30 02:04:13下载
- 积分:1
-
Mscomm32控件 Mscomm32控件
Mscomm32控件 Mscomm32控件 -Mscomm32
- 2022-07-13 07:38:34下载
- 积分:1
-
怎样在com中定义自己的数据类型,这是第二部分
怎样在com中定义自己的数据类型,这是第二部分-how the definition of data types, which is the second part
- 2023-08-01 18:00:03下载
- 积分:1
-
the qt
the qt-extended 4.4.2 which had been compile for s3c6410
- 2022-08-09 10:19:45下载
- 积分:1
-
变化的变量可以在交付的COM/DCOM接口(输入方法,…
Variant变量可以在COM/DCOM接口方法中传递(传入、传出)不定长结构数组,但是需要打包和解包,效率比较低。这个例子使用了size_is指定长度的方法,本是从MSDN上看到的,但是MSDN上给出的例子不够具体,所以费了些时间摸索,最后试通,给刚接触COM的朋友分享(老家伙们可以直接无视)。本例子由于是工作需要做得试验程序,因此其中存在少量冗余代码,大家注意一下就行了,还有,减少传递的参数个数时,所传递的实时(随机模拟)数据只是减了最后一个(没有减去相对应的),这个Bug不妨碍大局,因此存留,虽然Server支持DCOM,但是Client需要在本地运行,如果想Remote,稍微修改一下既可。-Variant variables can be in the COM/DCOM interface method of delivery (incoming, outgoing) variable-length array of structures, but it needs to be packaged reconciliation package, the efficiency is relatively low. This example uses the method size_is specified length, this is seen from the MSDN, but the example given on MSDN is not specific enough, it took some time to explore, the final test pass, to a friend new to COM sharing (the old guy They can ignore). This example needs to be done because it is the work of testing procedures, and therefore, there is a small amount of redundant code, we take note of the line, and also to reduce the number of parameters passed when the transmission
- 2022-04-08 10:27:58下载
- 积分:1
-
use five minutes, adds to the functionality flash player flash player is the use...
利用五分钟,给程序添加播放flash的功能flash的播放,是使用Macromedia的flash播放控件来播放flash步骤如下:建立一个单文档的程序,最后一步选择CFormView作为视图编辑视图的资源添加一个EditBox作为输入文件名,一个按钮播放。添加flash播放控件Project Add To Project Components and Controls Gallary选择:Registered ActiveX Controls文件夹下面的Shockwave Flash Object,它其实是指向c:winntsystem32macromedFlashFlash.ocx的。利用向导添加两个变量,分别对应输入的文件名和flash控件 CString m_filename CShockwaveFlash m_flash 添加播放按钮的事件,打开flash文件并且播放void CViewFlashView::OnPlay() { // TODO: Add your control notification handler code here //CShockwaveFlash UpdateData() m_flash.LoadMovie(0,m_filename) m_flash.Play() }-use five minutes, adds to the functionality flash player flash player is the use of the Macromedia flash player to player flash control steps are as follows : the creation of a single document the procedures, the last step CFormView choose Edit View View as the resources to add a EditBox as input file name, according to a NIU players. Adding flash player Control Project# 61664; Add To Project# 61664; Components an
- 2022-02-01 12:32:15下载
- 积分:1
-
标准模板库 for C
标准模板库 for C-Standard Template Library for C
- 2022-02-05 22:45:22下载
- 积分:1
-
查看TypeLibrary里的属性、方法、数据定义
查看TypeLibrary里的属性、方法、数据定义 -Inspecting the property , method and definition in TypeLibrary
- 2023-08-30 09:00:03下载
- 积分:1