资源列表
calir+cologu+fog+alpha
- alpha_2.09.zip Alphat透明合成系统源代码源代码 calir_1.0.zip 腐蚀-膨胀-细化算法源代码 fog_0.75.zip 图像雾化处理程序源代码 cologu_0.85.zip 直方图修正-彩色变换算法源代码 -Synthesis alpha_2.09.zip Alphat transparent system source code source code calir_1.0.zip corrosion- expansion-
cSHARPSNOW
- 用来判断点与图形间的关系,非常简便的算法-Points used to determine the relationship between and graphics, very simple algorithm
vtkBoxWiget
- vtk与vc++结合,而做的一个小程序,主要的功能就是实现对三维物体的很好控制-VTK and vc++ combination, and do a small procedure, the main function is to achieve good control of three-dimensional objects
reportdemoe
- 刚完成的项目中,客户要求将汇总的数据以三种方式进行显示和打印:AutoCad、Excel 和 Word 文档中。前两种方式网上资源很多,对 Word 文档我找到例子不是很多。由于需要和 AutoCad 开发程序结合,不能将 Word 文档以 OLE 的方式 嵌入到程序中,文档只能在内存中形成,这将占用大量的CPU资源,另开一个线程进行处理,线程间以发送消息的方式进行通信。-Recently completed projects, customer data will be summarized
23825754windowsPainter
- 别人的,类似微软自带的画图程序,不过只实现xp上的部分功能-Others, similar to Microsoft s built-in Paint program, but only on the realization of some functions xp
gethatchbj
- AUTOCAD自动获取所有填充的边界并在重心处输出填充的面积数值,对于填充极多,并要根据填充的面积数值和边界节点进行编辑有很大的好处。在此基础上可以实现很多的功能(只支持2007,略修改可以自由输出面域或多段线的边界)(代码很精简,对初学者有很大好处)(操作为加载后运行“bj”和“tcmj”)-AUTOCAD automatic access to all the filling in the center of gravity of the border and fill the output
softinterface
- 收藏的比较好的软件界面程序,有做GUI的肯定用的着。要先说明,我这也是别人的代码-Collection of relatively good software interface procedures do GUI used in the affirmative. Have to say that I this is someone else s code
draw
- 基本的绘图程序 画圆直线各类曲线 填充颜色等 不错-Basic drawing program drawcircle linear curve fill color, etc. all kinds of good
anniu
- 具备普通按纽的全部功能, 包含类文件和项目,有详细说明。 -Ordinary button with full functionality, including the types of documents and projects, is described in detail.
www.cnzz.cn
- 实现播放功能,用户通过VC可以实现简单的播放功能.-The realization of playback, the user can be achieved through the VC simple playback.
Code
- 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-MFC AppWizard on Principle and analysis of