-
Matlab calculations prepared by the fluid and heat transfer procedures
matlab编写的流体计算和传热程序-Matlab calculations prepared by the fluid and heat transfer procedures
- 2022-03-04 01:58:33下载
- 积分:1
-
通过星历文件计算卫星的坐标,当然星历数据有限,如果要计算更多的星历数据,需要更改源代码...
通过星历文件计算卫星的坐标,当然星历数据有限,如果要计算更多的星历数据,需要更改源代码-Through the calculation of satellite ephemeris file coordinates, of course, ephemeris data is limited, if calculated more ephemeris data, need to change the source code
- 2022-04-07 16:56:43下载
- 积分:1
-
用C解方程的第2种算法
用C解方程的第2种算法-C solution of the equation algorithms No. 2
- 2023-04-24 05:15:03下载
- 积分:1
-
使用Python编程的快速排序算法
应用背景本人特此证明上述工作中所载的事实申请是真实和完整的我的知识和授权[公司]验证他们的准确度和获得参考资料对我的工作表现。特此发行[公司]从任何/所有的任何责任,任何种类和性质,在任何时候,可以基于这样的就业决策的结果问询处关键技术我明白应该把就业机会扩大到我接受,我将充分遵守的政策,规则和规定雇主的雇用。不过,我更明白,在面试过程中,任何的政策、法规、规定或任何事情都会被视为构成一个隐含雇佣合同的条款。我明白了就业提供的是一个不确定的时间,在意志和我或雇主可以随时终止我的就业或不通知或原因;
- 2022-06-17 03:57:44下载
- 积分:1
-
Convert function from Hex to bi
Convert function from Hex to bi
- 2022-08-10 10:07:46下载
- 积分:1
-
This is a picture, the National Mathematical Contest in Modeling a picture
这是一个图片,是全国大学生数学建模的一个图片-This is a picture, the National Mathematical Contest in Modeling a picture
- 2022-02-02 08:19:06下载
- 积分:1
-
数学计算斜率的一个简易软件,通过它可以计算斜率,还可以计算偏离量,以及XY。...
数学计算斜率的一个简易软件,通过它可以计算斜率,还可以计算偏离量,以及XY。-The slope of a simple mathematical calculation software, through which can calculate the slope, but also can calculate the deviation, as well as XY.
- 2023-08-18 16:50:04下载
- 积分:1
-
一个正二十面体通过迭代产生(star)星形的漂亮的工程,需要glut
一个正二十面体通过迭代产生(star)星形的漂亮的工程,需要glut-is an icosahedral through iterative (star) star beautiful project that requires glut
- 2022-01-25 16:59:24下载
- 积分:1
-
搜索算法,可以直接使用~~~
二分查找(Binary Search) 二分查找又称折半查找,它是一种效率较高的查找方法。 二分查找要求:线性表是有序表,即表中结点按关键字有序,并且要用向量作为表的存储结构。不妨设有序表是递增有序的。
- 2022-06-15 14:57:32下载
- 积分:1
-
2.时间序列分析
1.二分查找
适用条件:查找序列已经有序
int binarysearch(int a[], int n, int x)
{
int left, right, center;
left = 0;
right = n - 1;
- 2022-03-05 08:28:07下载
- 积分:1