-
-
EP9315.rar
... Linux® , Microsoft® Windows® CE-enabled MMU
• 100-MHz System Bus
• MaverickCrunch™ Math Engine
• Floating Point, Integer, and Signal Processing
Instructions
• Optimized for digital music compression and
...
-
-
PicoGL.rar
... is based on TinyGL 0.4 with the changes:
. Introduce new graphic backends.
. Use autotool to manage the configuration
. Fixed-pointing math support
Currently, PicoGL supports the following backends:
. X11
. Nano-X
. SDL
. vesafb
-
-
quick_math.rar
Most quick math sin and cos(+sqrt). work in integer types.
-
math.rar
考虑在一个固定区间上用插值逼近一个函数。显然,Lagrange插值中使用的节点越多,插值多项式的次数就越高。我们自然关心插值多项式增加时,Ln(x)是否也更加靠近被逼近的函数。龙格(Runge)给出的一个例子是极著名并富有启发性的。
-
ex3.rar
通过API文档查询Math类的方法,打印如下所示的近似圆,只要给定不同半径,圆的大小随之发生改变(如果需要使用复杂的数学运算,可以查阅Math类的方法或者参考9.3节的内容)
-
math.rar
建立和运行包含多个文件的程序的方法
建立和运行包含多个文件的程序的方法
-
-
GeneratePossionDistribution_codes.zip
... The third packet will be generated at time [0+x1+x2],
and so on ….
Random-number generation
1.static method random from class Math
-Returns doubles in the range 0.0 <= x < 1.0
2.class Random from package java.util
-Can produce pseudorandom ...
-