搜索资源列表
graph show
- 这是一个很小的图形演示程序-This is a small graphic demonstration program
Cursor
- 此程序显示了温度和压力的实时曲线图,当用户要观察某一时刻的温度压力值时,输入时刻值,即可出现游标。-This program displays the temperature and pressure of real-time graph, when the user to observe a moment of temperature and pressure values, enter the time value, the cursor can appear.
DrawExample
- 关于输入输出图形的方法,介绍学习SDK编程- About the input output graph method, introduced studies SDK to program
Draw
- 画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)-Paint program for analysis. How to set the closed graph of the fill brush (digital pictures brush painting brush and transparent use)
IterationMap
- 这里画出一个叠代图形,叠代函数是: z = z^2 + c 其中c是可变常数。 该程序不仅仅可以用来示范如何绘制一个简单的叠代图形,也可以用来示范如何 使用c++的操作符重载功能来创造一个新的变量类型。-Draw a graph here, iteration, iteration function is: z = z ^ 2+ c where c is a constant variable. The program not only can be used to demon
SequenceCapture
- 连续帧采集: SequenceCapture [程序功能]: 本程序提供了连续采集存图的简单例子。 [适用的采集卡类型]: 本程序适用于mvboard1.h和mvboard2.h中包含的所有板卡。 [操作步骤]: 首先要点击“初始化设备”按钮,实现对板卡的初始化,能看到视频图像。 点击“连续帧采集”按钮,弹出一个对话框,可以输入采集帧数和选择存储路径及保存类型,并能输入文件。设置好后,点击“OK”,就开始连续采集和存图了。 最
Graphic
- 基于图模型的图像分割并行算法研究与实现,该方案通过网格划分来实现相似度矩阵的并行计算同时考虑到相似度矩阵的稀疏性和矩阵向量乘运算的内在并行性, 在该方案中本文设计并行算法来求解特征值问题在环境下的实验结果表明, 该并行方案是提高图模型分割方法实时性的有效途径.-Image segmentation based on graph model of parallel algorithm and implementation of the program through the mesh to ach
graph
- 这是一个有关图像处理的小程序,基于vc开发的-AppWizard has created this ch1_1 application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file co
DrawCode
- MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。 -MFC message mapping mechanism analysis, about how to use the ClassWizard,, understand t
TransparentPic
- 在窗口上贴图时,可以让位图上的某一种颜色不现实,从而实现透明的效果,本程序,屏蔽了位图中的黑色-In the window seat, can map on the graph is a kind of color is not reality, so as to achieve the effect of transparent, this program, shielding a graph of the black
MyPalette
- “画图板”程序是用来绘制各种几何图形的画图小程序。该程序主要包括一些功能: (1)绘制各种几何图形 支持鼠标绘制直线、曲线、矩形、椭圆、封闭任意多边形、圆弧、饼型。 (2)添加文字标注 支持添加文字标注,为绘图作品或绘制图形进行文字说明。 (3)设置画笔和填充 支持选择画笔属性(线宽、线形、线色);支持选择填充属性,即刷子的(颜色、样式)实现对封闭图形的填充。 (4)保存和导入图形文件 支持将当前绘制的图形保存为文件(扩展名为.ple)。支持从磁盘中打开扩展名为
savepic
- 这是一个VB.NET下的程序,实现的功能是:利用Picture控件,保存图像到指定的路径。在工控行业保存曲线图非常方便。-This is a VB.NET program, the realization of the function is: the use of Picture control, save the image to the specified path. In the industrial sector to save the graph is very convenient
Draw
- MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC message mapping mechanism analysis on how to use ClassWizard,, the message sent to the
abc109
- 图的广度优先遍历的程序设计,能实现其基本功能-Graph breadth-first traversal of the program design