搜索资源列表
DrawWave
- 一个基于VC编写的波形显示控件的源程序.能显示正弦波,三角波和方波等-a waveform display prepared by the Control of the source. Can show that the sine, square and triangle wave, etc.
DrawWave
- 波形绘制软件,设有三个按钮,分别可以显示:一个随机波形;一个不断右移的波形;一个能向右修改的波形,类似于医疗用的心跳观察器。 在左上角还能显示即时数值。 实际使用时,把随机产生数据的一段代码去掉,把需要显示的一组数据保存到数组nAryRandomY[]就可以了。
DrawWave
- 一个基于VC编写的波形显示控件的源程序.能显示正弦波,三角波和方波等-a waveform display prepared by the Control of the source. Can show that the sine, square and triangle wave, etc.
DrawWave
- 波形绘制软件,设有三个按钮,分别可以显示:一个随机波形;一个不断右移的波形;一个能向右修改的波形,类似于医疗用的心跳观察器。 在左上角还能显示即时数值。 实际使用时,把随机产生数据的一段代码去掉,把需要显示的一组数据保存到数组nAryRandomY[]就可以了。-Waveform mapping software, has three buttons, respectively, show: a random waveform
DrawWave
- evc写的把声音从声卡中都回来,分成左右声道在上下两个区域画出波形-evc written in the voice from the sound card comes back, left and right channels is divided into two regions at the bottom to draw waveforms
DrawWave
- 使用vc绘制波形图的Demo实例; 此方法简单有效; 希望对大家有用!-Vc draw waveforms using the Demo example this method is simple and effective hope it would be useful!
DrawWave
- 基于CStatic的画图控件,可以支持多个通道同时显示-CStatic-based drawing control can support multiple channels at the same time show
drawWave
- 一个将实时数据转化为波形图的数据,并对其进行了封装,可直接用-An program of draw wave
DrawOfMemory
- DrawOfMemory源码包,VC++内存绘图例子代码,包括了多个实用的VC++函数:比如DrawLine函数:将传入函数的值以图像的形式显示到对应的控件上(int AllNum:总的数据量,int Value[]:数据值数组,COLORREF PenColor:画笔的颜色,CWnd *pWnd:需要显示曲线的控件指针);DrawWave函数,将传进函数的值以图像的形式显示到对应的控件上;DrawMultiLine函数:将传进函数的值
DrawOfMemory
- VC++内存绘图例子代码,包括了多个实用的VC++函数:比如DrawLine函数:将传入函数的值以图像的形式显示到对应的控件上(int AllNum:总的数据量,int Value[]:数据值数组,COLORREF PenColor:画笔的颜色,CWnd *pWnd:需要显示曲线的控件指针);DrawWave函数,将传进函数的值以图像的形式显示到对应的控件上;DrawMultiLine函数:将传进函数的值以图像的形式显示到对应的控件上,