搜索资源列表
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
VC6.0MFC
- VC++ 6.0 msdn中文版.中文版msdn,需然小了点,不过对入门都来说是不错的选择-VC++ 6.0 msdn Chinese. Chinese msdn, then take a small point, but all of the entry is a good choice ....
20081201
- 本文档中讲述了如何在VC++中的视图中如何同步显示鼠标,并配有相关的源码。望有帮助。-This document describes how to VC++ Of view shows how to synchronize the mouse, and with the relevant source. Point helpful.
test
- MySQL数据库 其他数据库 汇编语言 SCSI/ASPI 编译器/解释器 磁盘工具 语音合成与识别 编辑器/阅读器 杀毒 中文信息处理 FlashMX源码 并行计算 书籍源码 Delphi控件源码 操作系统开发 中间件编程 MacOS编程 + 电子书籍 VC书籍 Java书籍 Delphi/CppBuilder
vc
- 用vc 做程序,如何画图是一个大家都很关心,但是却感到很难以理解的问题,因为在mfc的封装之下,没有现成的画图函数供 你直接调用,像vb等等里面直接来个 point之类的,常常让人感到无从下手。这两天帮人解决了一个用内存缓冲画图的问题, 顺便也就谈谈这些东西,也算是总结。 -Vc do with procedures, how we are drawing is a concern, but it was very difficult to understand, because u
visual-cPP-point
- 压缩包包括VC++之MFC类库中文手册.chm C语言函数表.chm VC++ 编程指南.chm windows程序设计.chm -Compressed package includes the MFC VC++ Class Library Chinese manual. Chm C language function table. Chm VC++ Programming Guide. Chm windows programming. Chm
kmeans_report
- 数据挖掘kmeans图像聚类实验报告 用 VC 或 Java 实现 k-means 聚类算法, 分别以迭代次数及分配不再发生变化为算法终止条件,用图片(自己选择)作为数据集,比较运行时间(画出时间与像素点的关系曲线图,因此须用多幅像素个数不同的图片进行实验) 提交实验报告与源代码。 -Data mining to achieve the k-means clustering algorithm the kmeans image clustering experiment report wit
p2p
- 一个点对点传输的小软件,vc++写的,比较简单。-A point to point transmission of small software, vc++ written.
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,在这个头文件的