搜索资源列表
computing-the-value-of-an--integrat
- 倒推法推导计算积分的数值(此方法可以使计算出来的数值积分和实际的误差更小)-the back ward of computing the vlue of an integrate
cordic-fixed-point-c-vc6.0-
- cordic算法的c语定点数仿真,输入x,y两点坐标,自动计算得出改点与平面坐标轴(x轴正向)夹角(有一定误差),适用于整个坐标平面。于环境vc 6.0下编译通过。-CORDIC algorithm C language fixed point simulation, enter the X, y coordinates of two points, are automatically calculated to change point and plane coordinate axis (
1403
- 给出三维空间上的三个点,计算以这三个点为顶点的三角形的面积。 输入的第一行包含一个整数T (T > 0),表示一共有T组测试数据。 每组数据占三行,每行各描述了一个点的坐标。点的坐标会以x y z的形式给出,表示这个点的坐标为(x, y, z),其中x, y, z均为[-100, 100]范围内的浮点数。 对于每组测试数据,输出三角形的面积(和标准答案的误差不超过10-6即可)。 -Given three points on three-dimensional space
