测量单位间转换的php库.zip

时间:2022-07-31 03:25:17
【文件属性】:

文件名称:测量单位间转换的php库.zip

文件大小:51KB

文件格式:ZIP

更新时间:2022-07-31 03:25:17

类库下载-测量单位间转换的php库

测量单位:用于表示与其相比较的同 <?php namespace PhpUnitsOfMeasureTest; use PhpUnitsOfMeasure\UnitOfMeasure; class UnitOfMeasureTest extends \PHPUnit_Framework_TestCase {     /**      * @covers \PhpUnitsOfMeasure\UnitOfMeasure::__construct      * @covers \PhpUnitsOfMeasure\UnitOfMeasure::getName      */     public function testGetName()     {         $uom = new UnitOfMeasure(             'quatloos',             function ($valueInNativeUnit) {                 return $valueInNativeUnit;             },             function ($valueInThisUnit) {                 return $valueInThisUnit;             }         );         $this->assertEquals('quatloos', $uom->getName());     }种量大小的约定定义和采用的特定量。中文名 测量单位 定    义 约定定义和特定量 单位符号 m 又    名 计量单位定义:用于表示与其相比较的同种量大小的约定定义和采用的特定量。①约定地赋予测量单位以名称和符号。如长度的单位名称为米,单位符号为m。②同量纲的量即使这些量不是同种量,其单位可有相同的名称和符号。如功、热、能量,单位都是焦尔(J)。③测量单位在我国又称计量单位。


【文件预览】:
php-units-of-measure-master
----composer.json(1KB)
----.travis.yml(436B)
----Vagrantfile(784B)
----tests()
--------UnitOfMeasureTest.php(6KB)
--------DemonstrationTests.php(8KB)
--------Fixtures()
--------phpcs.xml(200B)
--------AbstractPhysicalQuantityTest.php(9KB)
--------phpunit.xml.dist(717B)
--------PhysicalQuantity()
----LICENSE(1KB)
----.gitignore(393B)
----CHANGELOG.md(4KB)
----README.md(15KB)
----.gitattributes(68B)
----source()
--------AbstractPhysicalQuantity.php(7KB)
--------PhysicalQuantityInterface.php(3KB)
--------HasSIUnitsTrait.php(7KB)
--------UnitOfMeasureInterface.php(3KB)
--------UnitOfMeasure.php(5KB)
--------PhysicalQuantity()
--------Exception()

网友评论