首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > 可编程计算器

可编程计算器

  • 资源大小:494.13 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 计算器 可编程

资 源 简 介

phoc is a programmable calculator, which stand for Programmable Hign-Order-Calculator, and powered by script language, currently is JavaScript. But it"s may language-independent, I"ll add python later to pcalc. phoc is look like this: ## Expression evaluation ## phoc can of course do the normal compute such as expression evaluation: (1+2)*8/6sin(PI)*cos(PI/2) Define functions also, phoc can support user-defined function, such as: function add(x, y){ return x + y;}add(3, 5) or ``` function sum(){ //code to calc sum } sum(1, 3, 34, 566, 57, 6, 7, 78, 787) ``` Plot function and phoc can _plot_ those functions too. such as: plot2d(s

文 件 列 表

dist
JSHOC.jar
launch.bat
lib
README.TXT
script
VIP VIP
0.189510s