Welcome![Sign In][Sign Up]
Location:
Search - Sampling MFC

Search list

[Graph program20072150324610

Description: 1本软件实现了基本的矢量图形绘制 2采用快速采样法保证了在绘制人一曲线时线段的连续性 3充分利用MFC框架快速建立起整个程序的基本框架 -a software implementation of basic vector graphic drawing two fast sampling method guarantees that the person drawing a line at the curve the continuity of the three full use MFC framework for the rapid establishment of the entire process basic framework
Platform: | Size: 214350 | Author: 李隆 | Hits:

[CommunicationmSeqSampleMFC

Description: 通信、编码中m序列采样实现代码MFC版本-communications, coding sequence sampling m MFC code version
Platform: | Size: 30094 | Author: 李武军 | Hits:

[CommunicationmSeqSampleMFC

Description: 通信、编码中m序列采样实现代码MFC版本-communications, coding sequence sampling m MFC code version
Platform: | Size: 29696 | Author: 李武军 | Hits:

[Communicationsample rate process

Description: 采样率转换代码,在数字信号处理过程中,实现不同采样率系统的数据传送。-sample rate conversion code in digital signal processing to achieve different sampling rate of data transmission.
Platform: | Size: 11264 | Author: 张承云 | Hits:

[Graph program20072150324610

Description: 1本软件实现了基本的矢量图形绘制 2采用快速采样法保证了在绘制人一曲线时线段的连续性 3充分利用MFC框架快速建立起整个程序的基本框架 -a software implementation of basic vector graphic drawing two fast sampling method guarantees that the person drawing a line at the curve the continuity of the three full use MFC framework for the rapid establishment of the entire process basic framework
Platform: | Size: 214016 | Author: 李隆 | Hits:

[matlabddc_30m

Description: 中频70M,30M带宽LFM信号,采样率为102.4M,数字下变频后,还进行了三倍抽取,最后还得到I,Q两路信号 -IF 70M, 30M bandwidth LFM signal, the sampling rate of 102.4M, digital down conversion, the samples were carried out three times, the last also I, Q two-way signal
Platform: | Size: 1024 | Author: xiebin | Hits:

[OpenGL programAContourLineForACassiniFunction

Description: 该程序是Cassini椭圆函数的等高线曲线,再VC++MFC环境下用OpenGL绘制,本程序采用的方法是利用插值法求得等高曲线和单元边线的交点,函数在50*50的单元栅格上采样。-The program is Cassini cnoidal contour curves, and then VC++ MFC with OpenGL rendering environment, the procedure adopted is to use obtained by interpolation contour curves and the intersection line unit, function in 50* 50 sampling grid on the unit.
Platform: | Size: 3548160 | Author: 蒋娟芬 | Hits:

[GDI-Bitmapfilter

Description: 巴特沃斯低通滤波器的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
Platform: | Size: 40960 | Author: 金隆 | Hits:

[Algorithmalunfangcha

Description: 根据应用的实际需要,采用基于对话框的MFC程序设计模式,将对话框的客户区界面分为两个部分,一个是用于显示坐标系的图像区域,另一个是和用户交互的操作部分,根据用户的需要进行不同的操作选择和设置等。 采用基于对话框的程序设计,对于绘制曲线部分,坐标轴的确立和刻度,原点等,根据自己的偏好进行设置。本设计曲线绘制的精度不是很高,采样的点数只有有限个,而且自己建立的坐标系也存在一些数值的取舍。能够得出阿伦方差的大致走向。 -Depending on the application of the actual needs of MFC dialog-based programming model, the client area of the dialog box interface is divided into two parts, one is used to display the coordinates of the image region and the other is part of the operation and user interaction, According to the different needs of users operating options and settings. Dialog-based programming, for the drawing part of the curve, the establishment of axes and scale, the origin and so on, according to their own preferences settings. The design curve is not very high precision of drawing, sampling only a finite number of points, but also to establish their own coordinate system, there are some values of the trade-offs. Allan variance can draw the approximate direction.
Platform: | Size: 236544 | Author: zhengjie | Hits:

[Driver DevelopAC6610E(MFC)

Description: AC6610E板卡驱动程序,在该模块上可以实现AD采样值的保存-AC6610E card driver, the module can achieve the preservation of the value of AD sampling
Platform: | Size: 3442688 | Author: 谭志坚 | Hits:

[Software EngineeringResampleTestAppSource

Description: source code for re sampling mfc images
Platform: | Size: 30720 | Author: sguide | Hits:

[Data structs123

Description: 2012数据结构大作业(一)-滚动采样 可以将编写好格式的数据采样并显示,基于mfc显示-2012 data structure operations (a)- Rolling sampling can write a good format and display data sampling, based on mfc show
Platform: | Size: 10986496 | Author: mugua | Hits:

[Consolelasermao

Description: 本程序实现MFC+opengl下顶点数组调用,采样点为400个,采用反走样-The program implements MFC+ vertex array calls under opengl, 400 sampling points, using anti-aliasing
Platform: | Size: 25964544 | Author: linty | Hits:

[ConsoleDSP_Lab_Sin_Tri

Description: 波形采集。用MFC采集正弦波和方波,周期和采样率可变。-Waveform acquisition. MFC collection with sine and square waves, cycles and variable sampling rate.
Platform: | Size: 1644544 | Author: 张威 | Hits:

[Windows DevelopImageZoomClass

Description: 最近刚学GDI+,就想找个应用练练手,于是基于GDI+封装了此类,接口已经独立出来,使用十分方便,在MFC上直接使用(在VS2010 x64上编译,32位也可以),类的特定如下: 1.基于GDI+封装的类,文档和对话框可直接使用; 2.类初始化时可选择图片是否充满控件,充满的话,图片会适应控件的宽度进行缩放,但会保存原有的长宽比不变; 3.变换前后的坐标关系已经封装好,可直接调用; 4.缩放前后采样最临近点差值(windows图片查看器和PS都是采样这种差值方式,可能是因为效率比较高),具体差值方式可更改,参考一下GDI+就可以,如果想对图像像素进行操作,可使用GDI+的Bitmap类,可对图像像素点进行操作-Recently learning GDI+, want to find a application practice, so based on GDI+ package such interface has been independent, and the use is very convenient, in the MFC used directly (in VS2010 x64 compiler, 32 bits), specific classes are as follows: 1 class based on the GDI+ package, the document and dialog box can be used directly 2 class initialization can choose whether the picture is full of controls, full of words, the picture will adapt to the control of the width of the zoom, but will preserve the original length and width ratio unchanged 3 coordinates of the transformation before and after the relationship has been packaged, can be called directly . scaling before and after sampling the approaching spreads values (Windows picture viewer and PS are the difference between sampling, probably because the efficiency is high. In detail, the difference can be changed, refer to the GDI+ can be, if you want to operate on the image pixels, using GDI bitmap class, can operate on the
Platform: | Size: 2255872 | Author: 于福翔 | Hits:

[Special Effectsfilter

Description: 低通滤波巴特沃斯低通滤波器的MFC程序,FS是采样频率,fp是截止频率,大家-Butterworth low-pass filter MFC process, FS is the sampling frequency, fp is the cut-off freq(Butterworth low-pass filter MFC process, FS is the sampling frequency, fp is the cut-off freq)
Platform: | Size: 39936 | Author: 王玉 | Hits:

CodeBus www.codebus.net