active-master

所属分类:matlab编程
开发工具:WINDOWS
文件大小:11KB
下载次数:10
上传日期:2017-10-19 14:00:58
上 传 者笨小孩长不大
说明:  主动降噪算法的研究,从声源的传播方向说明降噪的算法
(The study of the active noise reduction algorithm, from the direction of the propagation direction of the sound source, illustrates the algorithm of noise reduction)

文件列表:
.travis.yml (368, 2017-09-07)
CONTRIBUTING.md (421, 2017-09-07)
LICENSE (1079, 2017-09-07)
composer.json (1059, 2017-09-07)
phpunit.xml (692, 2017-09-07)
src (0, 2017-09-07)
src\Active.php (7350, 2017-09-07)
src\ActiveServiceProvider.php (1356, 2017-09-07)
src\Facades (0, 2017-09-07)
src\Facades\Active.php (255, 2017-09-07)
src\helpers.php (3941, 2017-09-07)
tests (0, 2017-09-07)
tests\ActiveTest.php (17149, 2017-09-07)
tests\Http (0, 2017-09-07)
tests\Http\DumpController.php (219, 2017-09-07)
tests\Http\DumpMiddleware.php (319, 2017-09-07)
tests\Http\Kernel.php (182, 2017-09-07)
tests\StubModel.php (188, 2017-09-07)

Active for Laravel ====== [![Build Status](https://travis-ci.org/letrunghieu/active.png?branch=master)](https://travis-ci.org/letrunghieu/active) [![Latest Stable Version](https://poser.pugx.org/hieu-le/active/v/stable.svg)](https://packagist.org/packages/hieu-le/active) [![Code Climate](https://codeclimate.com/github/letrunghieu/active/badges/gpa.svg)](https://codeclimate.com/github/letrunghieu/active) [![Test Coverage](https://codeclimate.com/github/letrunghieu/active/badges/coverage.svg)](https://codeclimate.com/github/letrunghieu/active/coverage) [![Total Downloads](https://poser.pugx.org/hieu-le/active/downloads.svg)](https://packagist.org/packages/hieu-le/active) [![License](https://poser.pugx.org/hieu-le/active/license.svg)](https://packagist.org/packages/hieu-le/active) The helper class for Laravel applications (both L4 and L5) to get active class base on current url. This README file is written for the new `3.x` version of this package, which is compatible with the Laravel 5 only. * If you are using Laravel 4, see the [`1.x` versions](https://github.com/letrunghieu/active/tree/support/1.x). * If you are using Laravel 5 with the legacy `2.x` version of this package, you can give a try with the `3.x` version (whose API is changed totally) or continue with the [`2.x` version](https://github.com/letrunghieu/active/tree/support/2.x). ## Installation Require this package as your dependencies: ``` composer require hieu-le/active ``` Append this line to your `providers` array in `config/app.php` ```php HieuLe\Active\ActiveServiceProvider::class, ``` Append this line to your `aliases` array in `config/app.php` ```php 'Active' => HieuLe\Active\Facades\Active::class, ``` ## Usage See: [How to use Active](https://www.hieule.info/?p=377) ## Changelog: * v3.5: support Laravel 5.5.x and PHPUnit 6 * v3.4: support Laravel 5.4.x * v3.3: support Laravel 5.3.x * v3.2: allows first parameter of `if_*` functions to be string or array * v3.1: support both Laravel 5.2.x and 5.1.x * v3.0: new API

近期下载者

相关文件


收藏者