Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - com
Search - com - List
Delphi 下COM开发的重要参考书籍之一。使用有一定COM开发经验的使用者-Delphi COM developed one of the important reference books. The use of a certain experience in the development of COM users
Update : 2024-05-04 Size : 5206016 Publisher : 点点

com方面的很详尽的资料 个人感觉对大家有很大帮助-of very detailed information on individuals we feel will be very useful
Update : 2024-05-04 Size : 684032 Publisher : aa

一个别人写的ini文件读写com控件,可以作为学习ATL编程的好例子,也可以学习ini文件读写-a written document literacy com ini control, ATL can learn as a good example of programming, but also can learn to read and write documents ini
Update : 2024-05-04 Size : 18432 Publisher : wgw

COM组件,也就是组件对象模型(Component Object Model),它本身是一种与具体平台无关的标准,支持Automation功能。VC++的ATL(活动模板库)提供了一种简便而灵活的方法用来创建COM组件对象,因为所占用的空间很小,所以被编译的控件也很小。因此我们选择ATL来设计和开发一个COM组件,该组件在窗口中绘制一个双钟摆并且可以通过修改函数参数来重绘组件,使之产生动态效-COM, which is Component Object Model (Component Object Model), which itself is a specific platform-independent standards that support Automation function. VC ATL (activity Template Library) provides a simple and flexible way to create COM object, because the space occupied by small, the controls are built very small. ATL therefore we choose to design and develop a COM component, the component in the window drawing a double pendulum and may amend function parameters to repaint components, thus producing dynamic effect
Update : 2024-05-04 Size : 29696 Publisher : 和平鸽

这是关于如何从C++转向COM编程的一本好书。对COM理解会有不小的帮助。-this is about how to COM C Programming a good book. COM understanding of the not help.
Update : 2024-05-04 Size : 312320 Publisher : 杨攀

本组件实现了七个COM对象 -the realization of the seven components COM components to achieve the target of 7 COM object
Update : 2024-05-04 Size : 411648 Publisher : 辛万江

是Visual C++实践与提高--COM和COM+中的程序代码-is Visual C Practice and improve-- COM and COM the code
Update : 2024-05-04 Size : 2743296 Publisher : llg

本教程部分中将简单讨论COM和VB的相关内容,这包括类的创建,以及如何将类转换成一个实际对象。虽然,这里的内容太过简单,但却是以后COM编程的基础。-part of the handbook will be a brief discussion on COM and VB-related content, including the creation category, and how to type into a real object. Although the content here is too simple, but it is beyond COM programming foundation.
Update : 2024-05-04 Size : 421888 Publisher : 小万

谁说windows的ASM不可以生成COM文件,用了这个库你就可以生成COM文件-who said that the asm in windows can not generate a com file ? You can generate a com file use this lib.
Update : 2024-05-04 Size : 329728 Publisher : 麦高

COM+编程技术内幕 学习COM+的好资料-COM programming technology learning insider information COM good
Update : 2024-05-04 Size : 760832 Publisher :

Com编成的很好的例子 学习COM的实列-Com monument of the good examples to learn the real COM out
Update : 2024-05-04 Size : 1848320 Publisher :

COM原理与应用(源码) 讲COM的详细原理-COM Principles and Applications (FOSS) stresses the detailed principles COM
Update : 2024-05-04 Size : 1753088 Publisher :

COM技术内幕--微软组件对象 学习程序的好书籍-COM insider-- Microsoft Component Object a good learning process books
Update : 2024-05-04 Size : 10108928 Publisher :

COM与COM+从入门到精通(超星) 学习COM和COM+的书籍-COM and COM from entry to the proficient (Superstar) learning COM and COM books
Update : 2024-05-04 Size : 14736384 Publisher :

潘爱民一书《com原理与应用》源代码,也可以作为VC学习及COM知识中绝好材料,-Pan Aimin a book, "Theory and Application com" source code, or as a COM VC learning and knowledge excellent material,
Update : 2024-05-04 Size : 756736 Publisher : 守望者

关于普通DLL插件的实现VC知识库里已有文章介绍,但在很多大型的软件中(如ArcGis、Office)中都不是采用这种方法,基于COM的插件在当今的大型软件中应用的更广泛-We known that regular DLL plugin implmentation already introduced in those papers of VC knowledge database, but in those large software( like ArcGis,Office), this it not popular. Plugin based on COM is popular used in large software
Update : 2024-05-04 Size : 70656 Publisher :

北京大学的com组件技术课件,讲得很好,适合初学者。-Beijing University Software Component Technology, put it very well, suitable for beginners.
Update : 2024-05-04 Size : 4536320 Publisher : 小明

说到COM,相信在Windows平台上有过开发经验的朋友一定接触过,它是Windows操作系统的基本软件模型,从93年建立以来,为Windows平台的推广和发展做出了不可磨灭的贡献,而且其自身还在不断发展。但是要真正开发COM组件并不是很轻松,在Visual C++中,我们既可以使用MFC也可以使用ATL。MFC完全面向Windows应用,它用C++的封装技术建立了一套适合于开发Windows应用的C++类库,虽然在后期的版本中MFC提供了大量的COM支持,但是从基本的设计结构上讲,MFC不适合于开发专业的COM组件,它适合于在Windows应用的基础上提供相应的COM支持-said, I believe that the Windows platform had experience in the development of certain contact with friends, it is the basic Windows operating system software model, from the establishment of 93 for the Windows platform, and promote the development of an indelible contribution, but also its own development. But to really develop COM is not very easy in Visual C, we can use MFC can also use ATL. MFC entirely oriented Windows applications, it is using the C Packaging Technology for the establishment of a set of Windows applications in the development of the C library, although in the latter part of MFC version provides a large number of COM support, but from the basic structure of the design sense, MFC is not suitable for the professional development of COM, it suited to the Windows applicat
Update : 2024-05-04 Size : 118784 Publisher : 风帆

此源码的主要目的是对COM+接口和实现过程的演示,并非真正的远程控制。但确实可以不经过防火墙访问网络!供对COM+感兴趣的朋友参考一下,如果大家有更好的COM+方面的源码,希望能共同讨论,共同提高! E-Mail: hzyong888@163.com-this source principal objective is to achieve COM interface and the presentation process, it is not the remote control. But can not access the network through the firewall! COM for the right friends interested in a reference, if you have a better source of COM, hoping to discuss common in! E-Mail : hzyong888@163.com
Update : 2024-05-04 Size : 499712 Publisher : ssss

用COM实现的threadpool,学习COM和线程池的朋友可以看一下。-COM achieved using threadpool, learning COM and friends thread pool can look at.
Update : 2024-05-04 Size : 290816 Publisher : 李洪斌
« 1 2 34 5 6 7 8 9 10 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.