搜索资源列表
ReadCGM
- 读CGM二进制文件格式的COM组件。图元类型可以为点,线,面,文本,椭圆等 。-Reading CGM binary file format COM. Figure yuan for the type of point, line, surface, text, such as elliptical.
sortcom
- 这是一个用COM实现的二叉树排序的算法实现,以VC++6.0实现-using COM, the binary ranking algorithm to VC 6.0
WPFEPad
- WPF/E (最新名称silverlight)的一个示例代码 需要安装一个免费的“插件” 官方网站http://www.microsoft.com/silverlight/asp/default.aspx 与Java Applets, ActiveX, and Flash相比,它涉及的不是二进制的文件,而是XAML 文件,可以在客户端通过脚本来操作 -WPF / E (latest name silverlight) an example of the need to insta
gcc
- GNU compiler及binary utilities简介
samplecai
- This article describes a way to write add-ins such that a single binary can be hosted across multiple versions of DevStudio, Visual Studio, and Office. It uses C++ and ATL, but the principles should carry over to other languages and other frameworks.
secure_programming_cookbook_for_c_and_cpp-lib-orei
- There is a humorous, computing-related aphorism that goes like this: \"There are 10 types of people: those who understand binary, and those who don t.\" Besides being amusing to people who understand number representation, this saying can be used to
Passing Binary Data in COM - Source
- 在COM中传递二进制数据-the COM transfer binary data
operator_overload
- 哈夫曼树是相同个数的带权结点所构成的所有二叉树中带权路径长度WPL最小的二叉树,将其应用于计算机通信中数据编码技术可大大缩短电文代码的长度,且避免了电文代码二义性的产生。本文简要介绍了哈夫曼树的原理、构造方法及其在数据编码中的应用。-Huffman tree is the same as the number of nodes with the right posed by the Binary right path with the smallest length WPL binary tre
safearray-2
- 使用SAFEARRAY传递二进制数据 -Using SAFEARRAY to transfer binary data
display!
- hardware: attinny2313, 2row display DEM106 tinny communicate with aurt with other uC. Display is showing this received data in binary and hex nummber.
component32adder
- 首先设计简单的4位二进制加法器,然后利用例化语句级联成为32位二进制加法器-First of all, the design of a simple binary adder 4, and then the use of statements were to become 32-bit binary cascade adder
compositor
- 用C++编的一个小的排序程序,里面用到二叉树等,对新手有点用-Using C++ for a small sort of procedure, which used binary tree and so on, with a bit of novice
comparison
- 4位二进制比较器,比较两个输入的二进制数-4-bit binary comparator, compare two binary input
computerOrganizationAndArchtecure
- 十进制转化为二进制包括补码表示 小数转换 很好很强大-Decimal into Binary convert decimal, including a very good complement representation is very strong
Commix(serialdebuggingtools)
- 串口调试工具,可用于串口的调试,发送二进制,十六进制,字符,等-Serial debugging tools can be used for debugging serial port, send a binary, hexadecimal, character, and so on ~~~~~
Inside-COM
- 《COM技术内幕》是一本很有意思的书,可以说是中级程序员到高级程序员的过渡,有兴趣的朋友不防学学。COM,即Microsoft组件对象模型(Component Object Model),是开发软件组件的一种方法。组件实际上是一些小的二进制可执行程序,它可以给应用程序、操作系统以及其他组件提供一些服务。开发定制的COM组件就如同开发动态的、面向对象的API。多个COM对象可以连接起来以形成应用程序或组件系统,并且组件可以在运行时,在不重新链接或者编译应用程序的情况下被卸下或替换掉。Micros
COM
- COM是一种跨应用和语言共享二进制代码的方法。与C++不同,它提倡源代码重用。ATL便是一个很好的例证。源码级重用虽然好,但只能用于C++。-COM is a language shared across applications and binary code. And C++, which advocates the source code reuse. ATL is a good example. Source-level reuse is good, but only for C++.
vb_tree
- 用VB制作数据结构课程中的二叉树控件,在VB中学习数据结构及应用的好文章-VB produced in a binary tree data structure courses controls, a good article to learn data structures and application in VB
ATLComAgger
- 自己实现的使用ATL创建聚合组件,实现组件二进制复用,有客户端测试。(The implementation of the use of ATL to create polymerization components, to achieve component binary multiplexing, there is client testing.)