搜索资源列表
mSeqSampleMFC
- 通信、编码中m序列采样实现代码MFC版本-communications, coding sequence sampling m MFC code version
filter
- 巴特沃斯低通滤波器的MFC程序,FS是采样频率,fp是截止频率,大家-Butterworth low-pass filter MFC process, FS is the sampling frequency, fp is the cut-off frequency, we take a look at
AC6610E(MFC)
- AC6610E板卡驱动程序,在该模块上可以实现AD采样值的保存-AC6610E card driver, the module can achieve the preservation of the value of AD sampling
lasermao
- 本程序实现MFC+opengl下顶点数组调用,采样点为400个,采用反走样-The program implements MFC+ vertex array calls under opengl, 400 sampling points, using anti-aliasing
DSP_Lab_Sin_Tri
- 波形采集。用MFC采集正弦波和方波,周期和采样率可变。-Waveform acquisition. MFC collection with sine and square waves, cycles and variable sampling rate.
ImageZoomClass
- 最近刚学GDI+,就想找个应用练练手,于是基于GDI+封装了此类,接口已经独立出来,使用十分方便,在MFC上直接使用(在VS2010 x64上编译,32位也可以),类的特定如下: 1.基于GDI+封装的类,文档和对话框可直接使用; 2.类初始化时可选择图片是否充满控件,充满的话,图片会适应控件的宽度进行缩放,但会保存原有的长宽比不变; 3.变换前后的坐标关系已经封装好,可直接调用; 4.缩放前后采样最临近点差值(windows图片查看器和PS都是采样这种差值方式,可能是因为效率比