-
-
-
3DMathPrimerForGraphicsAndGameDevelopment.rar
... the mathematics behind the geometry of a 3D world. 3D
math is related to computational geometry, which deals with solving geometric problems algorithmically.
3D math and computational geometry have applications in a wide variety of fields that ...
-
-
math.zip
Matlab guide abouth matematich funcions of matlab
-
-
graphics-using-c++.rar
this is a math fuctions to create the different type of graph by using the mathematical formula. (chaos)
-
Procedures_for_the_world_JavaScript.rar
1.入门教程文件夹
在该文件夹中包括了JavaScript的大部分知识,可以帮助读者快速入门。主要包括:JavaScript语言概述,JavaScript语言入门,JavaScript事件处理,JavaScript基于对象编程,文档对象模型(DOM),String、Math、Array等数据对象,Window及相关顶级对象,Document对象等 。
2.视频动画文件夹
在该文件夹中包括5个视频动画,可以通过他们快速学习JavaScript。
-
Project1.rar
It s an entire application that uses knowdledge of probabilistic and statistical math to generate and display radom variables characteristics and histograms...it includes a console too for changing or viewing general parameters in the form of commands ...
-
ali2.rar
process a math string & find the 4th root
-
math.rar
非线性方程求根的各种算法的比较,
//求非线性方程的根
//程序中共给出了以下几种方法求非线性方程的根
// (1)二分法 (2)牛顿法 (3)普通迭代法 (4)斯蒂芬森迭代法 (5)弦截法
//程序中用到的函数为: f(x)=x^3-x-1
//其中:(1)普通迭代法用的迭代函数为:x=(x+1)^(1/3)
// (2)斯蒂芬森迭代法用的迭代函数为:x=x^3-1
-