搜索资源列表
WaveView
- 对已知二进制数据进行波形图显示的类。可以对N个通道进行同时显示-known binary data waveform chart shows the class. Can the N-channel simultaneous display
qxhz
- 在VB中实现实时曲线的绘制,可以很直观的显示出数据的变化值和变化趋势-in VB real-time curve, the drawing can be very intuitive data show the changes in values and trends
VC6DrawBezier
- 这是用VC6.0编写的绘制三次Bezier曲线的程序,使用MFC框架文档视图结构。程序除实现三次Bezier曲线的绘制,还实现了点,直线,圆的绘制,可做为学习计算机图形算法的参考。与其它Bezier曲线绘制程序的不同是,本程序实现了Bezier曲线上型值点的计算显示。程序中编写了Bezier曲线类来完成Bezier曲线的绘制,并能对绘制的曲线数据进行保存与打开。对学习文件操作也有一定帮助。这是我第一次上传源码,有什么不妥之处还请管理员指点。谢谢!-VC6.0 prepared by the cu
VBHelloWorld
- VB与IDL数据可视化语言的接口编程,利用IDL提供的控件实现数据在VB中的可视化显示-VB and IDL data visualization interface programming language, use IDL for the control of data in VB visual show
pathliuhaiou
- 本程序读去系统显示汉字时的路径数据,并用点和曲线将汉字显示出来-this procedure to read Chinese characters at the system shows the path, and the data point and the curve will show Chinese
ScopeTest
- 一个完整的示波器显示程序,采用VC编写,可以通过连接串口实时获取数据,并划出曲线-a complete oscilloscope display program, prepared using VC can connect through serial real-time access to data, and design curve
1821
- 一个实时曲线类 接口说明: // 设置网格间距 void SetGridResolutionX(int nGridReluX) // 设置网格间距 void SetGridResolutionY(int nGridReluY) // 设置网格滚动速度,正值为从左向右滚动,0不动 void SetGridScrollSpeedX(int nSpeedX) // 正值为从上到下滚动,0不动 void SetGridScrollS
databaseViewerForAutocad2006
- 一个用来显示Autocad内部数据结构的极佳工具. Autocad2006二次开发人员必备!-used to indicate an internal data structure Autocad an excellent tool. Autocad2006 Secondary Development staff required!
rt_demo20060317
- 这是一个非常好的动态绘制图形曲线的软件,对于做数据显示方面软件的朋友绝对有很大帮助。-This is a very good dynamic curve drawing graphics software For data do show aspects of the software is absolutely great friend to help.
dynamic_line_real_show_like_windows
- VC实现的界面和windows任务管理器的联网界面一样动态曲线实时显示系统(TIMER实现的)可用于上位机对下位机采集的数据动态实时显示,曲线防闪烁,。-VC interface and windows management tasks for a network interface like real-time dynamic curves show - EC (TIMER achieved) can be used for PC right from the lower the dynami
数据绘图
- 生成一系列点的二次回归方程。以读文件方式读取数据,并可自设比例尺显示在屏幕上,然后进行回归,并可进行显著性检验。-generate a series of points of quadratic regression equation. Reading papers to read data, as well as self-imposed scale display on the screen and then return to carry out significant test.
graphrealshow
- VB一个实时曲线的显示程序,包含数据的保存,可以用来作为工业监控实时曲线显示的入门程序. -VB curve shows a real-time process, including the preservation of data that can be used to monitor real-time curve as the industry shows that the entry procedures.
XYGraph
- XY坐标图。非常漂亮的XY坐标图,可以显示多条数据曲线,工控必备-XY coordinate diagram. Very beautiful XY plot, you can display multiple data curves, Industrial necessary
uart_line
- 这个是我在realtimetable基础上修改的程序,适合于读取串口数据,并画出实时曲线,还用了flexgrid控件显示数值,串口的设置是“57600,n,8,1”,基于多文档的。-This is my realtimetable based on the revised procedures, suitable for reading serial data, and draw real-time curve, also used the numerical displayed FlexGri
ReportManage
- 根据数据库中数据显示数据并绘制曲线,图形能够根据所选的数据标识.-According to the database and mapping data show curve data, graphics data according to the selected logo.
realtime
- 实时曲线绘制程序实例,多用于工业监控。// 接口说明: // 设置网格间距 void SetGridResolutionX(int nGridReluX) // 设置网格间距 void SetGridResolutionY(int nGridReluY) // 设置网格滚动速度,正值为从左向右滚动,0不动 void SetGridScrollSpeedX(int nSpeedX) // 正值为从上到下滚动,0不动 void SetGridScrollS
Seg-Y-duqujixianshi-Matlab
- 此代码 实现 Seg-Y文件的 读取及显示 功能,在matlab环境下开发的,完整调试通过,且附有详细的程序说明。并附有测试的 seg-y 文件。可以帮助学地球物理的,特别是学 物探 的人员实现 需要的功能!对于想要C++代码的,可以自己看懂后,自己写成C++程序,非常简单,方便!-This code implements the Seg-Y file to read and display capabilities, developed under the matlab environment
DataShowClass
- 实现示波器动态数据显示,可以很方便的移植。-Achieve oscilloscope display dynamic data can be easily ported.
TestMsChart
- MSChart是VC++6.0中自带的一个特殊控件类,用于绘制坐标曲线图。用MSChart做一个数据显示的程序,功能比较全面,满足一般的实时曲线绘制。实现了无闪烁的动态曲线。-MSChart to do a show with the program, features a more comprehensive, real-time to meet the general curve drawing. Achieve a flicker-free dynamic curves.
labview接收串口波形显示
- labview接收串口波形显示,可以回放数据,并可以进行数据保存。