文件名称: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
(系统自动生成,下载前可以参看下载内容)

下载文件列表





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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org