文件名称:xhglq_v1.0
- 所属分类:
- WEB源码
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2015-12-12
- 文件大小:
- 50kb
- 下载次数:
- 0次
- 提 供 者:
- bmpu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
菜单功能:
1、高通滤波器(类SignalFilterPassHigh,实现了接口ISignalFilter的所有方法)和低通滤波器(类SignalFilterPassLow,实现了接口ISignalFilter的所有方法)都有滤波功能(接口ISignalFilter定义了滤波器的功能:输入一组整数,滤波后输入另一组整数)。
2、用户选择不同的滤波器,程序生成对应滤波器的接口实例,直接使用接口方法即可。
3、总结接口的作用:
(1)规范编程行为,如定义的滤波器的功能。
(2)方便建立工厂模式,如工厂根据不同需求,提供不同产品。
源码特点:
很多初学者对C#接口的作用不了解,于是我写了“基于接口实现的信号滤波器示例”源码,供大家参考理解
注意事项:
开发环境为Visual Studio 2010,使用.net 3.5开发-Menu function:
1, high pass filter (class SignalFilterPassHigh, the interface ISignalFilter of all the methods) and low pass filter (SignalFilterPassLow, the interface ISignalFilter of all the methods) have filtering function (interface ISignalFilter definition of the filter function: input a set of integers, filtering the input of another group of integers).
2, the user selects a different filter, the program generates a corresponding filter interface instance, directly using the interface method.
3, summary the role of the interface:
(1) specification programming behavior, such as the definition of the filter function.
(2) to facilitate the establishment of a factory model, such as the factory to provide different products according to different requirements.
Source features:
Many beginners do not understand the role of the C# interface, so I wrote based on the interface to achieve the signal filter sample source code, for your reference
Note:
Development environment for S
1、高通滤波器(类SignalFilterPassHigh,实现了接口ISignalFilter的所有方法)和低通滤波器(类SignalFilterPassLow,实现了接口ISignalFilter的所有方法)都有滤波功能(接口ISignalFilter定义了滤波器的功能:输入一组整数,滤波后输入另一组整数)。
2、用户选择不同的滤波器,程序生成对应滤波器的接口实例,直接使用接口方法即可。
3、总结接口的作用:
(1)规范编程行为,如定义的滤波器的功能。
(2)方便建立工厂模式,如工厂根据不同需求,提供不同产品。
源码特点:
很多初学者对C#接口的作用不了解,于是我写了“基于接口实现的信号滤波器示例”源码,供大家参考理解
注意事项:
开发环境为Visual Studio 2010,使用.net 3.5开发-Menu function:
1, high pass filter (class SignalFilterPassHigh, the interface ISignalFilter of all the methods) and low pass filter (SignalFilterPassLow, the interface ISignalFilter of all the methods) have filtering function (interface ISignalFilter definition of the filter function: input a set of integers, filtering the input of another group of integers).
2, the user selects a different filter, the program generates a corresponding filter interface instance, directly using the interface method.
3, summary the role of the interface:
(1) specification programming behavior, such as the definition of the filter function.
(2) to facilitate the establishment of a factory model, such as the factory to provide different products according to different requirements.
Source features:
Many beginners do not understand the role of the C# interface, so I wrote based on the interface to achieve the signal filter sample source code, for your reference
Note:
Development environment for S
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Form1.Designer.cs
Form1.cs
Form1.resx
ISignalFilter.cs
InterfaceDemo.csproj
InterfaceDemo.sln
InterfaceDemo.suo
Program.cs
Properties
..........\AssemblyInfo.cs
..........\Resources.Designer.cs
..........\Resources.resx
..........\Settings.Designer.cs
..........\Settings.settings
SignalFilterPassHigh.cs
SignalFilterPassLow.cs
bin
...\Debug
...\.....\InterfaceDemo.exe
...\.....\InterfaceDemo.pdb
...\.....\InterfaceDemo.vshost.exe
...\.....\InterfaceDemo.vshost.exe.manifest
...\Release
obj
...\x86
...\...\Debug
...\...\.....\DesignTimeResolveAssemblyReferences.cache
...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
...\...\.....\InterfaceDemo.Form1.resources
...\...\.....\InterfaceDemo.Properties.Resources.resources
...\...\.....\InterfaceDemo.csproj.FileListAbsolute.txt
...\...\.....\InterfaceDemo.csproj.GenerateResource.Cache
...\...\.....\InterfaceDemo.csprojResolveAssemblyReference.cache
...\...\.....\InterfaceDemo.exe
...\...\.....\InterfaceDemo.pdb
...\...\.....\TempPE