文件名称:tcal5.5
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:428.53kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
文本计算器说明
一、用法:
1、文本计算器具有关闭时是否保存计算结果的功能、计算结果的小数位选择功能,小数位0表示计算精度;
2、文本计算器打开时,可以自动加载上次的计算结果以及上次关闭时窗口位置;
3、双击计算器的文本框可打开数字键盘,方便笔记本用户使用;
4、输入数学表达式后,按回车键,自动计算结果;
5、一个表达式必须在一行内全部输入;
6、表达式不输入内容时直接回车,不再出现错误提示;
7、需要当记事本用时,在本行最前面加入 号,可不出现错误提示!
8、表达式可以是加+、减-、乘*、除/,以及多种函数组合
二、其它说明
1、用户可到QQ群104837062更新,作者可根据用户的意见,增加部分适用功能;
2、为了尊重软件作者的劳动成果,如果你增加或补充功能,请说明。-Operators
Numeric operators:+,- ,* , /, (or mod), \ (or div), ^ (raise to a power).
Comparison operators: =, <>, >, <, >=, <=.
Logical operators: & (or and), | (or or), xor, ! (or not).
Bitwise operators: && (or band), || (or bor), bxor, !! (or bnot), << (or shl), >> (or shr).
Concatenation operator: @.
Difference in addition and concatenation operations is that @ always treats its operands as strings, i.e. "123" @ 321 results in "123321" (unlike it "123"+ 321 returns 444).
Numeric functions:
Trigonometric, hyperbolic and invert functions:
sin(x), cos(x), tan(x), asin(x), acos(x), atan(x), cosh(x), sinh(x), tanh(x), asinh(x), acosh(x), atanh(x)
Exponential and logarithmical functions:
log(x), lg(x) (log base 10), exp(x), sqrt(x)
Integer and factional part of number: int, frac
Absolute value: abs
Sign of a number: sign
Random value and initialization of the random number generator: rnd(x), randomize
Statistical func
一、用法:
1、文本计算器具有关闭时是否保存计算结果的功能、计算结果的小数位选择功能,小数位0表示计算精度;
2、文本计算器打开时,可以自动加载上次的计算结果以及上次关闭时窗口位置;
3、双击计算器的文本框可打开数字键盘,方便笔记本用户使用;
4、输入数学表达式后,按回车键,自动计算结果;
5、一个表达式必须在一行内全部输入;
6、表达式不输入内容时直接回车,不再出现错误提示;
7、需要当记事本用时,在本行最前面加入 号,可不出现错误提示!
8、表达式可以是加+、减-、乘*、除/,以及多种函数组合
二、其它说明
1、用户可到QQ群104837062更新,作者可根据用户的意见,增加部分适用功能;
2、为了尊重软件作者的劳动成果,如果你增加或补充功能,请说明。-Operators
Numeric operators:+,- ,* , /, (or mod), \ (or div), ^ (raise to a power).
Comparison operators: =, <>, >, <, >=, <=.
Logical operators: & (or and), | (or or), xor, ! (or not).
Bitwise operators: && (or band), || (or bor), bxor, !! (or bnot), << (or shl), >> (or shr).
Concatenation operator: @.
Difference in addition and concatenation operations is that @ always treats its operands as strings, i.e. "123" @ 321 results in "123321" (unlike it "123"+ 321 returns 444).
Numeric functions:
Trigonometric, hyperbolic and invert functions:
sin(x), cos(x), tan(x), asin(x), acos(x), atan(x), cosh(x), sinh(x), tanh(x), asinh(x), acosh(x), atanh(x)
Exponential and logarithmical functions:
log(x), lg(x) (log base 10), exp(x), sqrt(x)
Integer and factional part of number: int, frac
Absolute value: abs
Sign of a number: sign
Random value and initialization of the random number generator: rnd(x), randomize
Statistical func
(系统自动生成,下载前可以参看下载内容)
下载文件列表
tcal5.5/bin/readme.txt
tcal5.5/bin/updata.txt
tcal5.5/bin/计算结果.txt
tcal5.5/bin/配置.ini
tcal5.5/bmp/0.bmp
tcal5.5/bmp/1.bmp
tcal5.5/bmp/2.bmp
tcal5.5/bmp/3.bmp
tcal5.5/bmp/5122_13.png
tcal5.5/bmp/5128_05.png
tcal5.5/bmp/5128_07.png
tcal5.5/bmp/6.bmp
tcal5.5/bmp/main.ico
tcal5.5/bmp/Thumbs.db
tcal5.5/Clear.bat
tcal5.5/formula/ArtFormula.html
tcal5.5/formula/demo/af_file.pas
tcal5.5/formula/demo/demo.bdsproj
tcal5.5/formula/demo/demo.cfg
tcal5.5/formula/demo/demo.dof
tcal5.5/formula/demo/demo.dpr
tcal5.5/formula/demo/demo.dproj
tcal5.5/formula/demo/demo.dproj.local
tcal5.5/formula/demo/demo.identcache
tcal5.5/formula/demo/demo.res
tcal5.5/formula/demo/edit.dfm
tcal5.5/formula/demo/edit.pas
tcal5.5/formula/demo/info
tcal5.5/formula/demo/lang/Russian.lng
tcal5.5/formula/demo/lang/Spanish.lng
tcal5.5/formula/demo/ma.pas
tcal5.5/formula/demo/macro.rtf
tcal5.5/formula/demo/macros
tcal5.5/formula/demo/macros.dfm
tcal5.5/formula/demo/macros.pas
tcal5.5/formula/demo/main.dfm
tcal5.5/formula/demo/main.pas
tcal5.5/formula/source/aformula.cfg
tcal5.5/formula/source/aformula.dof
tcal5.5/formula/source/aformula.dpk
tcal5.5/formula/source/aformula.dproj
tcal5.5/formula/source/aformula.dproj.local
tcal5.5/formula/source/aformula.identcache
tcal5.5/formula/source/aformula.lpk
tcal5.5/formula/source/aformula.pas
tcal5.5/formula/source/aformula.res
tcal5.5/formula/source/aformula_Icon.ico
tcal5.5/formula/source/artformula.dcr
tcal5.5/formula/source/artformula.inc
tcal5.5/formula/source/formula.pas
tcal5.5/formula/source/formulaf.pas
tcal5.5/formula/source/formulan.pas
tcal5.5/formula/source/formulanf.pas
tcal5.5/formula/source/tartformula.lrs
tcal5.5/formula/source/tartformulan.lrs
tcal5.5/formula/Thumbs.db
tcal5.5/pas/main.dfm
tcal5.5/pas/main.pas
tcal5.5/pas/numkey.dfm
tcal5.5/pas/numkey.pas
tcal5.5/sound/0.wav
tcal5.5/sound/1.wav
tcal5.5/sound/2.wav
tcal5.5/sound/3.wav
tcal5.5/sound/4.wav
tcal5.5/sound/5.wav
tcal5.5/sound/6.wav
tcal5.5/sound/7.wav
tcal5.5/sound/8.wav
tcal5.5/sound/9.wav
tcal5.5/sound/add.wav
tcal5.5/sound/div.wav
tcal5.5/sound/equal.wav
tcal5.5/sound/mul.wav
tcal5.5/sound/mywav.rc
tcal5.5/sound/other.wav
tcal5.5/sound/point.wav
tcal5.5/sound/rc.bat
tcal5.5/sound/sub.wav
tcal5.5/tcal.dpr
tcal5.5/Tcal.dproj
tcal5.5/tcal.dproj.local
tcal5.5/Tcal.identcache
tcal5.5/tcal.res
tcal5.5/tcal.skincfg
tcal5.5/Tcal.stat
tcal5.5/formula/demo/lang
tcal5.5/formula/demo/__history
tcal5.5/formula/source/__history
tcal5.5/formula/demo
tcal5.5/formula/source
tcal5.5/pas/__history
tcal5.5/bin
tcal5.5/bmp
tcal5.5/dcu
tcal5.5/formula
tcal5.5/pas
tcal5.5/sound
tcal5.5/__history
tcal5.5
tcal5.5/bin/updata.txt
tcal5.5/bin/计算结果.txt
tcal5.5/bin/配置.ini
tcal5.5/bmp/0.bmp
tcal5.5/bmp/1.bmp
tcal5.5/bmp/2.bmp
tcal5.5/bmp/3.bmp
tcal5.5/bmp/5122_13.png
tcal5.5/bmp/5128_05.png
tcal5.5/bmp/5128_07.png
tcal5.5/bmp/6.bmp
tcal5.5/bmp/main.ico
tcal5.5/bmp/Thumbs.db
tcal5.5/Clear.bat
tcal5.5/formula/ArtFormula.html
tcal5.5/formula/demo/af_file.pas
tcal5.5/formula/demo/demo.bdsproj
tcal5.5/formula/demo/demo.cfg
tcal5.5/formula/demo/demo.dof
tcal5.5/formula/demo/demo.dpr
tcal5.5/formula/demo/demo.dproj
tcal5.5/formula/demo/demo.dproj.local
tcal5.5/formula/demo/demo.identcache
tcal5.5/formula/demo/demo.res
tcal5.5/formula/demo/edit.dfm
tcal5.5/formula/demo/edit.pas
tcal5.5/formula/demo/info
tcal5.5/formula/demo/lang/Russian.lng
tcal5.5/formula/demo/lang/Spanish.lng
tcal5.5/formula/demo/ma.pas
tcal5.5/formula/demo/macro.rtf
tcal5.5/formula/demo/macros
tcal5.5/formula/demo/macros.dfm
tcal5.5/formula/demo/macros.pas
tcal5.5/formula/demo/main.dfm
tcal5.5/formula/demo/main.pas
tcal5.5/formula/source/aformula.cfg
tcal5.5/formula/source/aformula.dof
tcal5.5/formula/source/aformula.dpk
tcal5.5/formula/source/aformula.dproj
tcal5.5/formula/source/aformula.dproj.local
tcal5.5/formula/source/aformula.identcache
tcal5.5/formula/source/aformula.lpk
tcal5.5/formula/source/aformula.pas
tcal5.5/formula/source/aformula.res
tcal5.5/formula/source/aformula_Icon.ico
tcal5.5/formula/source/artformula.dcr
tcal5.5/formula/source/artformula.inc
tcal5.5/formula/source/formula.pas
tcal5.5/formula/source/formulaf.pas
tcal5.5/formula/source/formulan.pas
tcal5.5/formula/source/formulanf.pas
tcal5.5/formula/source/tartformula.lrs
tcal5.5/formula/source/tartformulan.lrs
tcal5.5/formula/Thumbs.db
tcal5.5/pas/main.dfm
tcal5.5/pas/main.pas
tcal5.5/pas/numkey.dfm
tcal5.5/pas/numkey.pas
tcal5.5/sound/0.wav
tcal5.5/sound/1.wav
tcal5.5/sound/2.wav
tcal5.5/sound/3.wav
tcal5.5/sound/4.wav
tcal5.5/sound/5.wav
tcal5.5/sound/6.wav
tcal5.5/sound/7.wav
tcal5.5/sound/8.wav
tcal5.5/sound/9.wav
tcal5.5/sound/add.wav
tcal5.5/sound/div.wav
tcal5.5/sound/equal.wav
tcal5.5/sound/mul.wav
tcal5.5/sound/mywav.rc
tcal5.5/sound/other.wav
tcal5.5/sound/point.wav
tcal5.5/sound/rc.bat
tcal5.5/sound/sub.wav
tcal5.5/tcal.dpr
tcal5.5/Tcal.dproj
tcal5.5/tcal.dproj.local
tcal5.5/Tcal.identcache
tcal5.5/tcal.res
tcal5.5/tcal.skincfg
tcal5.5/Tcal.stat
tcal5.5/formula/demo/lang
tcal5.5/formula/demo/__history
tcal5.5/formula/source/__history
tcal5.5/formula/demo
tcal5.5/formula/source
tcal5.5/pas/__history
tcal5.5/bin
tcal5.5/bmp
tcal5.5/dcu
tcal5.5/formula
tcal5.5/pas
tcal5.5/sound
tcal5.5/__history
tcal5.5
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.