2. Plot Numerical Data Arrays on a Graph
- Plot.bas can be used to plot numerical data.
Plot.bas能用来绘制数值数据。
来源: http://www.freevbcode.com/ShowCode.Asp?ID=3824
3. A Simple COM tutorial using ATL
- The purpose of this tutorial is to give you an idea on how to create a COM Server using ATL, and then being able to call the server from both a Visual C++ program, and a Visual Basic program.
这个项目演示了如何使用ATL来创建COM服务器,从一个Visual C++ 或 Visual Basic 应用程序中调用服务器。
来源: http://www.codeguru.com/atl/COM_ATL_Tutorial.shtml
4. Contains a complete course for you to le
- Contains a complete course for you to learn the 'C' computer
这个应用程序包含了一个完整的学习'C'计算机编程的教程。
来源: http://www.programmersheaven.com/zone3/cat36/16574.htm
5. GnuWin32-popt
- GnuWin32-popt provides Win32-versions of GNU tool,or same with tools with a similar open source licence.   The ports are native ports, that is they rely only on libraries provided with any 32-bits MS-Windows operating system, such as MS-Windows 95 / 98 / 2000 / NT / XP
GnuWin32-popt 提供了Win32版本的GNU工具popt,或者是一个遵守类似开源协议的与popt类似的工具。移植是本地化的移植,即它只依赖随32位MS-Windows操作系统(如MS-Windows 95 / 98 / 2000 / NT / XP)提供的程序库.
来源:http://sourceforge.net
6. An Advanced TabCtrl
- The aim for this project was to control the colors of the TabCtrl. In MFC you are not able to configure your own color combinations for the TabCtrl. With this TabCtrlAdvanced you can choose your own colors for the background, the display area and the TabCtrl items.
7. Binary Tree Class
- A binary tree is a data structure with nodes that include no more than two linked nodes. They are often used for sorting data.
二叉树是一个具有节点的数据结构,其每个节点最多包含两个子节点。它们经常用来排序数据。
来源: http://www.freevbcode.com/ShowCode.Asp?ID=1602
8. CIcmp - An ICMP Class For MFC
- ICMP (Internet Control Message Protocol) messages are normally sent from destination hosts and gateways to a source host to report problems with the Internet. While not designed to make the Internet Protocol absolutely reliable, these control messages can provide feedback about problems with the Internet communication environment.
ICMP (Internet Control Message Protocol) 消息通常由目的主机或网关发送,用于报告Internet中的错误。虽然不是为了 Internet Protocol 绝对可靠,这些控件消息也可以提供有关Internet通信环境中的问题的反馈信息。
来源: http://www.codeguru.com/internet/cicmp.shtml
9. Convert Files to Microsoft Word Document
- This program shows you how to convert basic text and pther ASCII files to Microsoft Word Documents. Just locate the directory where the file is and double-click on it. If you don't have Word 2000 or above you may need to change the reference.
来源: http://www.freevbcode.com/ShowCode.Asp?ID=3685
这个程序向你展示了如何转换基本的文本和pther ASCII文件到Microsoft Word文档。仅需查找文件所在的目录,并且双击它。如果你没有安装Word 2000或者更高版本你必须更改参数。
10. Candygram
- About:
Candygram is a Python implementation of Erlang concurrency primitives. Erlang is widely respected for its elegant built-in facilities for concurrent programming. This package attempts to emulate those facilities as closely as possible in Python. With Candygram, developers can send and receive messages between threads using semantics nearly identical to those in the Erlang language.