资源列表
CProgramming
- C++编程 数据结构与程序设计方法 源代码-C++ programming design method of data structures and procedures of the source code
sway
- C++编写的模拟QQ抖屏的小程序,并发出beep声音,已在VS2005编译通过,可以作为初学者的学习小程序。-Simulation written in C++ QQ applet screen shaking, and issued beep sound, has been compiled by VS2005 can be used as a small program for beginners to learn.
TabCtrl
- c++的tab控件,漂亮控件,完全自定义-c++ the tab control, nice controls, fully customizable
Topol
- 用树形控件编写的拓扑图,只要输入子节点和父节点的关系,即可显示出拓扑图。-Written with tree control topology, as long as the input node and parent s relationship, can show the topology.
20141111_CVI_EPB_HwRelease
- 基于LabWindows CVI的CAN,TCP,DAQ测试系统,可以借鉴其上面的代码。 -Based on LabWindows CVI of CAN, TCP, DAQ test system that can learn their above code.
SuperPCalc
- 能实现简单的表达式计算的功能,用VC编写的,给点建议-failed to translate
MinTree
- 最小生成树 输入邻接矩阵;输出最小生成树。-Minimum spanning tree input adjacency matrix Output minimum spanning tree.
SaleList
- 购书系统可以选书的类型,数量。价钱等。自动结算-Bookstore System can choose the type of book and quantity. And prices. Automated clearing
Triangulate.rar
- 平面任意多边形三角化的delauney经典算法,Arbitrary planar polygon triangulation algorithm of classical delauney
tab_test
- Tab控件的基本操作方法,在对话框中设置两个属性页。鼠标点击标签显示对应的对话框属性页-Tab controls the basic operation method, set the two properties in the dialog box page. Mouse click tab displays the property page dialog box corresponding
Transform
- 编写的第一个VC程序,实现十进制,二进制和十六进制之间相互转换-It is the first program while used VC++
inside_VC++_code
- 是《Vc++深入详解》一书的配套源代码, 包括了每一章的源代码,所有的例程上面都有