资源列表
SingleInstance_src_demo
- TIP Dialog-Based, Single-Instance Applications
high_performan_cc++_manual
- 林锐博士编写的<高质量cc++编程指南>,经验之谈,非常好!
Win32++_A_Simple_Alternative_to_MFC
- Win32++ provides a framework for developing applications using the Win32 API directly. It supports all MS operating systems that run the Win32 API, from Windows 95 through to Windows XP and Vista. This framework is designed to produce programs with a
the-comparison-of-projection-at-different-angle.ra
- 对于ct图像中投影在不同角度下,投影线的比较
ct-artifacts-simulation-reconstruction
- ct图像中由于机械震动引起的条状伪影的计算机仿真与重建
dynamic_odbc_class
- ODBC操作软件包,内含DEMO程序,让你简单操作ODBC数据库
hanoi
- VC版的汉诺塔游戏演示程序 输入1~9的盘子数 自动演示移动方法
AD1851
- AD1851 程序 芯片资料 http://www.analog.com/zh/prod/0,,796_0_AD1851%2C00.html
TransferDemo
- 用MFC实现局域网内点对点的大文件传输的源代码
find
- 介绍查找的shell,本文介绍不同的查找方法,主要是日常维护的常用文档。
studentInfo
- 是学习c#又快又好的最佳途径,里面有丰富的基本操作
TitleButtonTest2
- 有时我们需要在非客户区(例如:标题栏)添加按钮,并对按钮作出响应。为此我封装了两个类CNCButton和CNCButtonManager,CNCButton主要用于按钮绘制,CNCButtonManager用于按钮的管理并对非客户区的消息进行处理。