-
此程序是无刷电机控制程序,在实物中以经调试通过.各项性能指标均合格....
此程序是无刷电机控制程序,在实物中以经调试通过.各项性能指标均合格.-This procedure is brushless motor control procedures, in-kind in the adoption by the debugger. The performance indicators were qualified.
- 2022-03-17 14:57:29下载
- 积分:1
-
第六章实验二(1)本程序为魔方阵.C
可用来求出所指定大小的魔方...
第六章实验二(1)本程序为魔方阵.C
可用来求出所指定大小的魔方-sixth chapter two experiments (1) the procedure for the Demon phalanx. C can be used to specified sizes calculated by the Cube
- 2023-02-18 06:05:04下载
- 积分:1
-
FPGA
基于FPGA的DDS算法的实现,已经通过FPGA的后端仿真实现-FPGA-based algorithm cordic, has passed the back-end FPGA simulation
- 2022-03-25 06:45:04下载
- 积分:1
-
I2C芯片的读写程序
I2C芯片的读写程序-I2C chip reader procedures
- 2023-06-07 11:00:03下载
- 积分:1
-
C++游戏之 纸牌接龙小游戏
自己做的第一个C++小游戏,就是纸牌接龙。用的最原始的控制台程序写的。玩起来比较纠结,因为字体太小,而且花色不太好辨认!(但是可以在控制台窗口中进行字体设置。)输入的时候一定要输入整数,因为没有设置纠错机制。希望大家多多支持哈!
- 2022-03-09 23:08:54下载
- 积分:1
-
作物模拟模型是研究复杂作物系统的重要方法之一,是一项新的农业信息技术。构建良好的作物生长发育模型,不但可以预测作物 在不同的环境条件下模型参数大多需要重新估计和...
作物模拟模型是研究复杂作物系统的重要方法之一,是一项新的农业信息技术。构建良好的作物生长发育模型,不但可以预测作物 在不同的环境条件下模型参数大多需要重新估计和优化。作物生长模型的优化是高维、非线性的复杂优化问题,这无疑增加了作物模型的建立的难度。
-Crop simulation models is to study the complex and important ways cropping systems is one of a new agricultural information technology. Build a good crop growth and development model, not only can predict the crop in different environmental conditions, most need to re-estimate the model parameters and optimization. Optimization of crop growth models is a high-dimensional, nonlinear complex optimization problems, which undoubtedly increased the difficulty of crop model.
- 2023-03-02 21:50:04下载
- 积分:1
-
这是一个简单的将波形读入LABVIEW和从LABVIEW中读出波形
这是一个简单的将波形读入LABVIEW和从LABVIEW中读出波形-This is a simple program which can finish read a wave from the LabView and write into.
- 2022-04-20 16:20:11下载
- 积分:1
-
打开迷你
开锁的小游戏,界面及音效不错!-unlock the mini-games, audio interface and good!
- 2022-03-12 06:11:59下载
- 积分:1
-
此为报警呼叫系统接收电路设计,学习中,大家交流
此为报警呼叫系统接收电路设计,学习中,大家交流-this as a warning call system receiver circuit design, study, the exchange
- 2022-09-15 02:20:02下载
- 积分: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