内容简介:In the image below, each dot represents a decimal which is in a segment that represents the previous decimal, its position is its position in π.Download the
circle visualization of a number's digits in Go
Introduction
In the image below, each dot represents a decimal which is in a segment that represents the previous decimal, its position is its position in π.
Getting started
Download the latest release :
And then run the tool
$ ./digart
To change number you can just write the file path
resources/e.txt resources/phi.txt resources/pi.txt
And the number of digits (not lower than 1500)
$ ./digart resources/e.txt 3000
License
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
jQuery基础教程
Jonathan Chaffer、Karl Swedberg / 李松峰、卢玉平 / 人民邮电出版社 / 2009-11 / 49.00元
《jQuery基础教程(第2版)》作为《jQuery基础教程》的升级版,涵盖了jQuery 1.3的全部新特性,特别是新增了介绍jQuery UI(jQuery官方用户界面插件库)的内容。《jQuery基础教程(第2版)》前6章以通俗易懂的方式介绍了jQuery的基本概念,主要包括jQuery的选择符、事件、效果、DOM操作、AJAX支持等。随后3章从理论到实践,通过表格操作、构建功能型表单、实现......一起来看看 《jQuery基础教程》 这本书的介绍吧!