当前位置: 首页 > 软件库 > Web3 > 区块链 >

axe

decentralized cryptocurrency
授权协议 MIT License
开发语言
所属分类 Web3、 区块链
软件类型 开源软件
地区 不详
投 递 者 从景曜
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

M:

D:

t: Version tag

What is Axe?

Axe is an experimental digital currency that enables instant, privatepayments to anyone, anywhere in the world. Axe uses peer-to-peer technologyto operate with no central authority: managing transactions and issuing moneyare carried out collectively by the network. Axe Core is the name of the opensource software which enables the use of this currency.

License

Axe Core is released under the terms of the MIT license. See COPYING for moreinformation or see https://opensource.org/licenses/MIT.

Development Process

The master branch is meant to be stable. Development is normally done in separate branches.Tags are created to indicate new official,stable release versions of Axe Core.

The contribution workflow is described in CONTRIBUTING.md.

Testing

Testing and code review is the bottleneck for development; we get more pullrequests than we can review and test on short notice. Please be patient and help out by testingother people's pull requests, and remember this is a security-critical project where any mistake might cost peoplelots of money.

Automated Testing

Developers are strongly encouraged to write unit tests for new code, and tosubmit new unit tests for old code. Unit tests can be compiled and run(assuming they weren't disabled in configure) with: make check. Further details on runningand extending unit tests can be found in /src/test/README.md.

There are also regression and integration tests, writtenin Python, that are run automatically on the build server.These tests can be run (if the test dependencies are installed) with: test/functional/test_runner.py

The Travis CI system makes sure that every pull request is built for Windows, Linux, and OS X, and that unit/sanity tests are run automatically.

Manual Quality Assurance (QA) Testing

Changes should be tested by somebody other than the developer who wrote thecode. This is especially important for large or high-risk changes. It is usefulto add a test plan to the pull request description if testing the changes isnot straightforward.

  • 在matlab的GUI编程中,把figure的图像显示到GUI的axe上是非常重要的的,GUI编程下的图像显示非常常见。matlab GUI默认菜单的保存图像默认为保存全部GUI,其中包括使用" 菜单->编辑->复制图形"。 那如何把matlab的fig文件显示到GUI 的axe上?下面进行一一分析,首先介绍图像的句柄,如下: 图像(figure)的句柄 设置图像句柄如下: figure_hand