文件名称:xhglq_v1.0
-
所属分类:
- 标签属性:
- 上传时间:2015-12-11
-
文件大小:49.95kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
菜单功能:
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/
Properties/AssemblyInfo.cs
Properties/Resources.Designer.cs
Properties/Resources.resx
Properties/Settings.Designer.cs
Properties/Settings.settings
SignalFilterPassHigh.cs
SignalFilterPassLow.cs
bin/
bin/Debug/
bin/Debug/InterfaceDemo.exe
bin/Debug/InterfaceDemo.pdb
bin/Debug/InterfaceDemo.vshost.exe
bin/Debug/InterfaceDemo.vshost.exe.manifest
bin/Release/
obj/
obj/x86/
obj/x86/Debug/
obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache
obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
obj/x86/Debug/InterfaceDemo.Form1.resources
obj/x86/Debug/InterfaceDemo.Properties.Resources.resources
obj/x86/Debug/InterfaceDemo.csproj.FileListAbsolute.txt
obj/x86/Debug/InterfaceDemo.csproj.GenerateResource.Cache
obj/x86/Debug/InterfaceDemo.csprojResolveAssemblyReference.cache
obj/x86/Debug/InterfaceDemo.exe
obj/x86/Debug/InterfaceDemo.pdb
obj/x86/Debug/TempPE/
Form1.cs
Form1.resx
ISignalFilter.cs
InterfaceDemo.csproj
InterfaceDemo.sln
InterfaceDemo.suo
Program.cs
Properties/
Properties/AssemblyInfo.cs
Properties/Resources.Designer.cs
Properties/Resources.resx
Properties/Settings.Designer.cs
Properties/Settings.settings
SignalFilterPassHigh.cs
SignalFilterPassLow.cs
bin/
bin/Debug/
bin/Debug/InterfaceDemo.exe
bin/Debug/InterfaceDemo.pdb
bin/Debug/InterfaceDemo.vshost.exe
bin/Debug/InterfaceDemo.vshost.exe.manifest
bin/Release/
obj/
obj/x86/
obj/x86/Debug/
obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache
obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
obj/x86/Debug/InterfaceDemo.Form1.resources
obj/x86/Debug/InterfaceDemo.Properties.Resources.resources
obj/x86/Debug/InterfaceDemo.csproj.FileListAbsolute.txt
obj/x86/Debug/InterfaceDemo.csproj.GenerateResource.Cache
obj/x86/Debug/InterfaceDemo.csprojResolveAssemblyReference.cache
obj/x86/Debug/InterfaceDemo.exe
obj/x86/Debug/InterfaceDemo.pdb
obj/x86/Debug/TempPE/
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.