-
2
说明: 形参只是形式参数,并不参与实际运算,但是形参在同一个函数里要相同,实参是实际参数,参与实际的运算,
有几个形参就对应有几个实参,形参在自定义函数里,实参在主函数里
(Formals only formal parameter is not involved in the actual operation, but parameter in a function to be the same, the argument is the actual parameters involved in the actual operation, several shape parameters corresponding to several arguments, parameter in Custom function, the argument in the main function)
- 2012-10-01 22:42:31下载
- 积分:1
-
音乐发生程序,程序中有两首歌,并且在播放的同时由LED显示所播放的音乐...
音乐发生程序,程序中有两首歌,并且在播放的同时由LED显示所播放的音乐-music occurred procedures, procedures have two songs, and the broadcast of the show by the LED broadcast music
- 2022-03-19 04:28:07下载
- 积分:1
-
GANGDUZHEJIAN
说明: 应用于abaqus复合材料泡沫夹芯结构仿真分析(It can be used in abaqus)
- 2020-12-08 14:58:42下载
- 积分:1
-
编制课程设计作业的详细说明
详细介绍了编译课程的设计操作
- 2022-04-16 09:31:04下载
- 积分:1
-
这是一个定时器程序。适合于单片机初学者
这是一个定时器程序。适合于单片机初学者-This is a timer program. Suitable for beginners ... ... MCU
- 2022-07-13 18:13:31下载
- 积分:1
-
Tool
学汇编的时候用到的编译和链接的工具!主要是masm和link,在windows平台下面使用!(School assembly, when used to compile and link the tool! Mainly masm and link, use the following in windows platform!)
- 2011-05-30 14:52:24下载
- 积分:1
-
宏汇编 可以下下来参考一下 很不错的程序 适合于汇编初学者参考...
宏汇编 可以下下来参考一下 很不错的程序 适合于汇编初学者参考-Macro Assembler can make a very good reference down the procedure for compilation of reference for beginners
- 2022-12-16 10:35:03下载
- 积分:1
-
wanianli
万年历的功能 实现多种功能 希望大家喜欢(Calendar features a variety of functions hope you like)
- 2011-06-21 22:38:26下载
- 积分:1
-
Related to two bipolar stepper motor control program, please refer to
有关2项双极步进马达控制程序,请各位参考-Related to two bipolar stepper motor control program, please refer to
- 2022-06-19 19:28:05下载
- 积分:1
-
//float abnormal control
//浮点异常的控制位 #define FPUEM_INVALIDOP 0x01 #define FPUEM_DENORMALOP 0x02 #define FPUEM_ZERODIVIDE 0x04 #define FPUEM_OVERFLOW 0x08 #define FPUEM_UNDERFLOW 0x10 #define FPUEM_PRECISON 0x20 #define __FORCE_INLINE__ __inline /*---------------------------------------------------------- 打开指定的浮点异常 关闭指定的浮点异常-//float abnormal control-# define FPUEM_INVALIDOP 0x01# define FPUEM_DENORMALOP 0x02# define FPUEM_ZERODIVIDE 0x04# define FPUEM_OVERFLOW 0x08# define FPUEM_UNDERFLOW 0x10# define FPUEM_PRECISON 0x20# define __FORCE_INLINE __ __inline /*---------------------------------------------------------- designated open abnormal closure of the floating-point designated float anomalies
- 2023-05-15 01:00:03下载
- 积分:1