-
-
php_calc.zip
用PHP编写的表达式计算器,是用的编译的知识实现的,并非使用eval()函数实现。
功能强大,可以做所有的数值计算,代数计算还不能实现。
1。可以计算形如“-3*sin(2^0.5/2+3.1415)-pi()^2”的式子。
2。能识别数字(包括小数、正负数)、数学函数。
3。可以做加、减、乘、除、指数、取模 计算(其中加、减包括一元和二元两种操作)。
压缩包里的“math.php”是演示文件
-
-
basic_math_tutorial_cg.zip
来自:
GPGPU::Basic Math Tutorial Demo
(c) 2005,2006 Dominik G鰀deke (dominik.goeddeke@math.uni-dortmund.de)
For details, refer to
http://www.mathematik.uni-dortmund.de/~goeddeke/gpgpu/tutorial.html
-
-
-
-
-
-
TurboPascalAdvancedProgramming.rar
... 输入与输出单元ACRT
2.2 字符串处理单元ASTR
2.3 磁盘操作单元DISK
2.4 热键单元POPUP
2.5 数据库交互单元DBASE
2.6 扩充内存单元EMS
2.7 扩展内存单元XMS
2.8 数学函数单元MATH
2.9 矩阵运算单元MATRIX
2.10 概率分布函数单元PROB
2.11 复数运算单元COMPLEX
第3章 实用程序
3.1 软锁驱动器程序
3.2 锁硬盘逻辑盘程序
3.3 稿纸打印程序
3.4 源程序 ...
-
NumericalMethods-Real-TimeandEmbeddedSystemsProgra
... and clock rates going up, it would
seem that speed is not a problem in writing fast routines. In addition, math
coprocessors are becoming more popular and less expensive than ever before and are
readily available. These factors make arithmetic easier ...
-