Welcome![Sign In][Sign Up]
Location:
Downloads WEB Code
Title: xhglq_v1.0 Download
 Description: 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
 Downloaders recently: [More information of uploader bmpudn84]
 To Search:
File list (Check if you may need any files):
 

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
    

CodeBus www.codebus.net