搜索资源列表
AboutMSCOMM
- 这是我在平时写VC程序(说准确点是在写一个串口程序时)发现的使用MSCOMM控件时需要进行的一些设置,希望对大学有点帮助啊!-This is what I wrote in peacetime VC (accurately point is a serial write process) found that the use of MSCO MM controls required for the setting up, and I hope to help the University a l
VC++image_enhance
- 图像直方图的基本概念和图像点处理运算中的增强、平滑、锐化概念和实现算法,并给处理实现代码和处理效果图-image histogram of the basic concept and image processing operations point of the increase, smoothing, sharpening concepts and algorithms, and to deal with codes and treatment plans
A逐点循环递归法求哈密顿回路
- 此文档是用VC编写的编译原理A逐点循环递归法求哈密顿回路的程序-This document was prepared by the compiler VC Principle A cycle-by-point method for recursive loop Hamiltonian procedures
OpenGLpointclouds
- OpenGL环境下点云模型的显示变换,介绍一种标准的3D点云模型OBJ文件的特点和基本结构,在VC++6.0平台下结合OpenGL完成了OBJ格式文件的读取和点云模型的三维显示、旋转、平移、缩放变换功能.实验结果表明,利用OpenGL开发的程序可以高效实时地实现点云的各种操作.-OpenGL environment, the display of point cloud model of transformation to introduce a standard 3D point cloud
20081201
- 本文档中讲述了如何在VC++中的视图中如何同步显示鼠标,并配有相关的源码。望有帮助。-This document describes how to VC++ Of view shows how to synchronize the mouse, and with the relevant source. Point helpful.
ProJect
- 一个VC小程序,可以打开AD采样1024点数据,然后绘图,绘出XY轴的点,并做出图,测试通过,而且还可以作相应数据处理。-A VC small program that can open the 1024 AD sampling point data and then drawing, draw XY axis point and make a diagram of the test.
VCPP-BrownFTPDir
- VC++ 遍历FTP文件目录,MICROSOFT FOUNDATION CLASS LIBRARY : BrownFTPDir-AppWizard has created this BrownFTPDir application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point
Moravecsuanfashixian
- Moravec算子在vc+环境中实现算法,添加位图,提取点-Moravec operator algorithm, add bitmap vc+ environment, extraction point
dialog_ex1
- 要在VC程序中打开一个新的对话框,步骤是: (1) 创建新对话框类。在“资源标签”下,创建一个新的对话框NewDialog,再右击该对话框,选择“ClassWizard”,创建一个“新类new Class”,记得该对话框的基类是CDialog; 此时,在ClassView标签下已经有了新建对话框类,但是该类与程序的主对话框还没有任何关系。 (2)关联新对话框类。在FileView标签下,打开程序主对话框的Dlg头文件,如dialog_ex1Dlg.h,在这个头文件的