搜索资源列表
labview-one-channel
- labview编程,51单片机串口调试,一路数据采集显示,手机良好界面-labview programming, 51 single-chip serial debugging, all the way to data acquisition and display, a good mobile phone interface
coupler
- 采用MATHCAD编写的耦合器程序,包含单向若耦合定向耦合器以及多节耦合器等,希望能对大家有所帮助。-Prepared using MathCAD coupler procedures, if the coupling contains a one-way directional coupler and coupler many festivals, so that everyone can help.
writeDIB
- 本程序要构造的位图为24位bmp格式,通过直接为结构体BITMAPFILEHEADER和BITMAPINFOHEADER赋值的方式生成。本程序演示的功能比较片面,但也比较实用。如果面对大量的数据,特别是二维的数组,可以尝试将它们写成图像,这样有助于发现规律。 压缩包中还有几个关于结构体说明的文档,可帮助理解。-This procedure to construct the bit picture shows the 24-bit bmp format, through direct BITM
GDI画笔
- 基于对话框的 MFC 工程,主要是GDI 对象之画笔 CPen的代码:在对话框上有一个 Picture 控件,将此控件的背景填充为黑色;启动一个定时器,每次定时器到时,所有波形数据都前移一个单位,并获取一个 80 以内的随机数作为波形的最后一个数据,然后以绿色画笔在绘图控件上绘制波形。这样就实现了波形的绘制及动态变化。(Dialog based MFC project, GDI is the main object of the brush CPen Code: there is a Pictu