-
简单的二分查找算法,用java语言实现,
简单的二分查找算法,用java语言实现,-A simple binary search algorithm
- 2022-03-25 18:45:31下载
- 积分:1
-
单相整流(包括3中控制方法)
提供三种控制方式:单相PWM整流瞬态电流直接控制;单相PWM整流预测电流控制;单相PWM整流虚拟dq坐标控制(Three control modes are provided: single-phase PWM rectifier transient current direct control; single-phase PWM rectifier predictive current control; single-phase PWM rectifier virtual dq coordinate control.)
- 2021-03-14 21:49:23下载
- 积分:1
-
这是用来接受GPS数据的串口调试助手,通过他可以轻松实现GPS接受机和PC机的通信...
这是用来接受GPS数据的串口调试助手,通过他可以轻松实现GPS接受机和PC机的通信-It is used to receive GPS data, serial port debugging assistant, through the he can easily achieve the GPS receiver and PC-communication
- 2022-03-12 21:16:24下载
- 积分:1
-
U cell inverter
U cell inverter for two solar panels
- 2019-04-10 12:13:01下载
- 积分:1
-
make
说明: 上传服务器后直接绑定域名就可以用,使用的时候一定要对准俩眼睛和嘴巴,否则会出错。(The domain name can be used directly after uploading the server. When using it, you must aim at both eyes and mouth, otherwise you will make mistakes.)
- 2020-06-25 04:00:02下载
- 积分:1
-
czm-uel
在ABAQUS中,进行CZM模型的子程序开发,模拟复合材料的分层脱离(In ABAQUS, the CZM model subroutine is developed to simulate the layered separation of composite materials.)
- 2021-04-23 11:58:48下载
- 积分:1
-
16727041PPP
此程序是北斗精密单点定位的相关程序,其中包括坐标的转换,滤波以及各个误差模型的改正(This program is Beidou precise single-point positioning of the relevant procedures, including coordinate conversion, filtering and correction of the various error models)
- 2020-07-02 10:20:02下载
- 积分:1
-
Desktop
n=eval(input())
def x(n):
if n<=3 and n>=0:
return n
else:
return x(n-1)+x(n-2)+x(n-3)
print(x(n))
- 2018-10-23 11:07:30下载
- 积分:1
-
freadbk
可以读取复数的数据,如sar影像对的干涉图(Using this,you can read complex data, such as the interferogram of SAR image pairs.)
- 2018-09-05 10:35:27下载
- 积分:1
-
CavityFlow
说明: 二维方腔环流
Simulating a Lid-Driven Cavity flow with a lid moving at speed uo
...Flow considered is laminar and of an incompressible Newtonian fluid
...Pressure correction method is used on a staggered grid
...to solve the Navier Stokes equations(CavityFlow
Simulating a Lid-Driven Cavity flow with a lid moving at speed uo
...Flow considered is laminar and of an incompressible Newtonian fluid
...Pressure correction method is used on a staggered grid
...to solve the Navier Stokes equations)
- 2020-06-25 19:20:01下载
- 积分:1