-
At Ocaml
2. Define a function sum that takes an integer list and returns the s...
At Ocaml
2. Define a function sum that takes an integer list and returns the sum of all elements from it.
- 2022-03-22 03:44:17下载
- 积分:1
-
用于优化WindowsXP
用于优化WindowsXP-optimized for Windows XP
- 2022-08-09 18:53:38下载
- 积分:1
-
This the C series of the pool for the AC/and/difference
这是用C++编的求集合的交/并/差集-This the C series of the pool for the AC/and/difference
- 2022-05-17 19:22:50下载
- 积分:1
-
INA128/INA129DATASHEET
INA128和INA129是低功耗高精度的通用仪表放大器-INA128/INA129DATASHEET
- 2022-02-05 04:20:01下载
- 积分:1
-
dev c++ example source code
dev c++ example source code
- 2023-08-18 23:55:03下载
- 积分:1
-
MATLAB编写的GPS伪距单点定位.精度大约在10M
MATLAB编写的GPS伪距单点定位.精度大约在10M-20M之间。-MATLAB prepared by the GPS pseudo-range single-point positioning
- 2022-03-01 19:51:01下载
- 积分:1
-
XP下双开3389并且删除windows自带防火墙
XP下双开3389并且删除windows自带防火墙-XP and 3389 under the dual-open windows own firewall delete
- 2022-05-19 12:08:01下载
- 积分:1
-
详细介绍了在C++中如何实现有效的数据排序
详细介绍了如何在C++中实现有效的数据排序
- 2023-05-08 23:00:02下载
- 积分:1
-
clock program using OpenGl with C
clock program using OpenGl with C-clock program using OpenGl with C
- 2022-01-25 19:10:08下载
- 积分:1
-
um=5.elmo
/*The program sets an arrays of positions and speeds.On the digital input #6 trigger, the program moves forward, waits one second and returns.The destination and speed of the motion are defined according to the values in the speed and position arrays, with an index set by digital inputs #1 through #5.When an error occurs, the program stops and digital output #1 is raised.The motions are executed by functions called by the main program.Errors are detected in the motion functions and returned to the main program.*///Global Variable declarationint Destination[32];int MotionSpeed[32];int MaxDest;int MaxSpeed;//Functions declarationfunction int Err = MoveForward(int MoveIndex); function int Err = MoveBack(int MoveIndex);//Program##PROGRAM1//Local variables declarationint i;float Coeff;//Program bod
- 2022-06-16 23:30:26下载
- 积分:1