搜索资源列表
vtk_skull
- vtk头骨示例程序,这个是很多开始学vtk的同胞们可以先研究的程序。这个是mfc下的,那个headsq是ct机的直接导出的切片图片,运行的时候需要读取这些数据的。-VTK skull sample program, this is a lot of learning VTK compatriots can examine procedures. This is the mfc, which headsq ct machine is directly derived slice images, r
ImagePlaneWidgetDICOMview4.rar
- VTk三维重建,定义X,Y,Z轴切片,利用vtkImagePlaneWidget定义切片,三维切割与读取数据。,VTk three-dimensional reconstruction, the definition of X, Y, Z axis slices, using the definition of slice vtkImagePlaneWidget, three-dimensional cutting and read data.
draw
- 利用visual studio MFC编写的c++画波形利用usb传输得到的数据,画出相应的波形。-draw wave
HistoryLine
- 一个显示历史数据曲线的程序源代码,压缩包中包含了历史数据文件和程序源码,在公司里用过很好用。开发环境VC++6.0,绘制曲线用的是MFC的CDC。-Curve of a display of historical data source code, compressed package that contains the historical data files and program source code, used in the company good use. Development
BMP
- 使用MFC读写BMP文件,对了解位图的数据格式很有帮助。-Read and write BMP files using MFC, for understanding the data format bitmap helpful.
Cad_y3.0
- 用VC++6.0设计站场平面图绘制CAD系统,提供绘制工具,生成站场数据。通过图形用户界面设计、CAD算法、数据文件操作等,熟悉了MFC画图和控件的基本应用。-Design with VC++6.0 Drawing Station CAD system plans to provide drawing tools, generate data station. Through the graphical user interface design, CAD algorithms, data fi
bmp_r_w
- 用MFC实现界面显示位图,完成了图像数据读写冰显示。-MFC to achieve interface with bitmap display, completing the image data read and write ice show.
aa
- 1.在Microsoft Visual Studio 2008中创建MFC工程DataStructTest0303 2.通过读入文件的形式,读取写在TXT文本中的实数数据 3.用push将这些数值添加到队列和栈中 4.在DataStructTest0303View.cpp中判断是否是回文 5.输出结果 -1. In Microsoft Visual Studio 2008 to create a MFC project DataStructTest0303 2. Throug
Graph
- MFC随机生成数据,借此数据生成直方图等统计图-MFC random data,use the data to make graph
StockSystem
- 系统是在VS2005下开发的. MFC做的界面,主要是对初学者有指导作用,利用函数对庞大数据的处理,并用图形显示出来!-System is developed under VS2005. MFC to do the interface is mainly a guide for beginners, using a large data processing functions, and graphical display!
a_useful_MFC_chart_class
- 一个实用的曲线图、直方图类,可以方便的绘制统计数据-A practical curve, histogram class, you can easily draw the statistics
Graphic-ON-MFC
- 图形的绘制,如何使用自定义画笔(颜色,线宽,线形)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-graphic development
TIN
- 基于mfc,用二维数据,简单的实现立体三角网。-Based on MFC, using two dimensional data, the simple realization of stereo triangulation network.
TetrisGame
- MFC界面, 位运算逻辑,实现逻辑为CTetris类。可以单独提取出来,用定时器驱动rulejuge函数,然后调用getdrawdata获取需要绘制的数据。包含背景方块,当前活动方块,下一个方块。-Tetris (using bitwise) MFC interface
MFC-drawing1
- mfc 读取数据画图,在对话框设计实现-MFC read txt data drawing 1 MFC read txt data drawing 1 MFC read txt data drawing 1
MFC-Bar-Pie
- 使用MFC写的制作数据显示的柱状图和饼状图。能很容易的应用的自己的项目中。代码包含有VS2005的解决方案。-Written using MFC production data histograms and pie charts. Can be easily applied their own projects. The code contains a VS2005 solution.
tryagain
- 数据库以ODBC的形式封装进MFC,MFC读取数据库中的数据绘制出相应的曲线图-ODBC database to form encapsulated into MFC, MFC read data from the database to map out the corresponding graph
test82
- 主要是用MFC实现OSM数据的显示,放大,缩小!对于道路的分割 合并希望你能实现!-Mainly with MFC OSM data display, zoom! For road split merge hope you can achieve!
HalconCamera
- halcon+MFC,实现了MFC和halcon的结合,从相机读取数据,并实现了条纹码检测-halcon+ MFC, MFC and halcon achieve a combination of reading data from the camera, and to achieve a bar code detection
MFC-mouse-control
- MFC鼠标响应、鼠标画线,鼠标响应关键就是对两个函数进行操作:OnLButtonDown和OnLButtonUp; 1、使用MFC AppWizard(exe)建立一个单文档MFC工程 2、首先要在CxxxView类的定义里加上后续必备的数据成员 -MFC mouse response, the mouse to draw lines