uweb/2018/12/09/bc/index.html

172 lines
5.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head><meta name="generator" content="Hexo 3.8.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="google-site-verification" content="xBT4GhYoi5qRD5tr338pgPM5OWHHIDR6mNg1a3euekI">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="keyword" content="">
<link rel="shortcut icon" href="/uWeb/img/favicon.ico">
<title>
配置浏览器地址栏作为超级计算器(bc) - undefined
</title>
<!-- Custom CSS -->
<link rel="stylesheet" href="/uWeb/css/aircloud.css">
<link rel="stylesheet" href="/uWeb/css/gitment.css">
<!--<link rel="stylesheet" href="https://imsun.github.io/gitment/style/default.css">-->
<link href="//at.alicdn.com/t/font_620856_pl6z7sid89qkt9.css" rel="stylesheet" type="text/css">
<!-- ga & ba script hoook -->
<script></script>
</head>
<body>
<div class="site-nav-toggle" id="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
<div class="index-about">
<i> </i>
</div>
<div class="index-container">
<div class="index-left">
<div class="nav" id="nav">
<div class="contents" id="nav-content">
<ul>
<li>
<a href="/uWeb/">
<i class="iconfont icon-shouye1"></i>
<span>HOME</span>
</a>
</li>
<li>
<a href="/uWeb/tags">
<i class="iconfont icon-biaoqian1"></i>
<span>TAGS</span>
</a>
</li>
<li>
<a href="/uWeb/archives">
<i class="iconfont icon-guidang2"></i>
<span>ARCHIVES</span>
</a>
</li>
</ul>
</div>
<div id="toc" class="toc-article">
</div>
</div>
<div class="search-field" id="search-field">
<div class="search-container">
<div class="search-input">
<span id="esc-search"> <i class="icon-fanhui iconfont"></i></span>
<input id="search-input">
<span id="begin-search">search</span>
</div>
<div class="search-result-container" id="search-result-container">
</div>
</div>
</div>
<div class="index-about-mobile">
<i> </i>
</div>
</div>
<div class="index-middle">
<!-- Main Content -->
<div class="post-container">
<div class="post-title">
配置浏览器地址栏作为超级计算器(bc)
</div>
<div class="post-meta">
<span class="attr">Post<span>2018-12-09 15:34:37</span></span>
<span class="attr">Visit<span id="busuanzi_value_page_pv"></span>
</span>
</div>
<div class="post-content ">
<p>使用Android端<a href="https://www.coolapk.com/apk/info.torapp.uweb" target="_blank" rel="noopener">uweb浏览器</a><br>Gnu bc计算器支持无限精度可轻易扩展函数库、常数库。</p>
<p><ul></ul></p>
<p><li>安装uweb定制Termux应用(长按[PC]选择”Symbian”再刷新网页可直接下载)<br><br><a href="https://pan.baidu.com/s/1WwQ9yhPlu95sFtttlzDXFA" target="_blank" rel="noopener">https://pan.baidu.com/s/1WwQ9yhPlu95sFtttlzDXFA</a></li></p>
<p><li>Termux下运行以下命令<br><br>apt update<br><br>apt upgrade<br><br>apt install bc</li><br><br><b>Termux软件包推荐::</b><br></p>
<p><ul></ul></p>
<p><li>bc: 计算器。</li><br><br><b>配置文件/sdcard/uweb/cmds.txt如下</b><br><br>计算器:text/html:echo “%s”|bc -l -q<br><br><br><br>更多bc扩展库扩展库可下载至/sdcard/uweb目录下<br><br><a href="https://github.com/susca/bc-extensions" target="_blank">https://github.com/susca/bc-extensions</a><br><br><a href="http://phodd.net/gnu-bc" target="_blank">phodd.net/gnu-bc</a><br><br><a href="http://www.numbertheory.org/gnubc/gnubc.html" target="_blank">www.numbertheory.org/gnubc/gnubc.html</a><br><br><br><br>使用扩展库以后cmds.txt配置如下<br><br>计算器:text/html:echo “%s”|bc -l q extensions.bc scientific_constants.bc<br><br>全能计算器:text/html:echo “%s”|bc -l q *.bc<br><br><br></p>
<br>
<div id="comment-container">
</div>
<div id="disqus_thread"></div>
<div id="lv-container">
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<ul class="list-inline text-center">
</ul>
</footer>
</body>
<script>
// We expose some of the variables needed by the front end
window.hexo_search_path = ""
window.hexo_root = "/uWeb/"
window.isPost = true
</script>
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script>
<script src="/uWeb/js/index.js"></script>
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
</html>