-
显示地震剖面对地震专业的学生来说显示地震剖面特别重要本程序实现了地震剖面的绘制...
显示地震剖面对地震专业的学生来说显示地震剖面特别重要本程序实现了地震剖面的绘制-Seismic profiles show that the earthquake professional students who show the seismic profiles of particular importance to realize this process of mapping the seismic profiles
- 2023-03-20 23:15:04下载
- 积分:1
-
XLoader
xloader for arduino over windows
- 2020-06-24 01:00:02下载
- 积分:1
-
CPP
可以实现电力系统负荷削减的判断,找出需要削减负荷的负荷点和母线编号(failed to translate)
- 2021-02-26 01:39:38下载
- 积分:1
-
TimeGen3
能够绘制数字电路的时序图,是fpga工程师时序设计和分析的神器(for digital circuit timming design and analysis)
- 2017-12-27 19:34:23下载
- 积分:1
-
CDMA系统中的有关多用户检测的MATLAB仿真程序和Simulink仿真模型...
CDMA系统中的有关多用户检测的MATLAB仿真程序和Simulink仿真模型-CDMA systems on multi-user detection of MATLAB and Simulink simulation model simulation program
- 2023-02-03 12:55:04下载
- 积分:1
-
细菌觅食
说明: 采用细菌觅食算法进行光伏多峰值最大功率跟踪(Multi peak photovoltaic maximum power tracking using bacterial foraging algorithm)
- 2020-04-06 10:43:18下载
- 积分:1
-
LearnAbaqusScriptInOneHour
一个关于用python语言写abaqus的脚本的好的教程(LearnAbaqusScriptInOneHour)
- 2014-04-10 21:59:52下载
- 积分:1
-
AP算法代码
ap聚类算法的MATLAB实现代码,包含了解析与源代码,供学习参考用(MATLAB implementation code of AP clustering algorithm)
- 2018-02-05 20:47:18下载
- 积分:1
-
MATLAB R2016a完全自学一本通 源码
说明: 用于MATLAB初学者的自学,代码注释完整(Used for self-learning of beginners in MATLAB, complete code annotations)
- 2020-06-22 08:20:01下载
- 积分:1
-
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。...
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。 Fibonacci[0]=Fibonacci[1]=1 Fibonacci[i]=Fibonacci[i-2]+Fibonacci[i-1] (i>=2) -Write a Java program for Fibonacci series, the first output 20. Tip: Fibonacci sequence is defined as: first, two of the value of 1, starting from the third and was followed by the first two. Fibonacci [0] = Fibonacci [1] = 1 Fibonacci [i] = Fibonacci [i-2]+ Fibonacci [i-1] (i> = 2)
- 2023-03-11 04:55:03下载
- 积分:1