说明:单相PWM整流电路的MATLAB下的仿真模型,已经仿真出标准模型,可以直接使用。-Single-phase PWM rectifier circuit under the MATLAB simulation model, have the standard model to simulation can be used directly. <高原> 在 2025-03-11 上传
| 大小:11kb | 下载:0
说明:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数-There are 1, 2, 3, 4 numbers, can be composed of a number of different and no duplication of the three digit number? <王富勇> 在 2025-03-11 上传
| 大小:2kb | 下载:0
说明:输入一个不多于5位的正整数,要求分3行输出以下信息,第1行输出它是几位数;第2行从高位到低位依次输出每一位数字(以空格分隔,下同);第3行从低位到高位依次输出每一位数字。
样例输入:32100
样例输出:
5
3 2 1 0 0
0 0 1 2 3
-Input a no more than five positive integer, 3 lines the following output info <> 在 2025-03-11 上传
| 大小:5kb | 下载:0
说明:编写程序计算某年某月的天数。输入年份year和月份month,输出该月份的天数。
样例输入:2012 2
样例输出:29
-Write a program to calculate the number of days a year. Enter the year year and month month, the number of days in the month of the output. <> 在 2025-03-11 上传
| 大小:4kb | 下载:0
说明:一个表达式x()y==z的值为真,其中x,y,z都是整数。括号内可能出现的运算符包括:+、-、*、/、 ,请根据输入的x,y,z的值,输出括号内应填写的运算符(数据保证只有一个运算符满足条件)。
样例输入:292 123 415
样例输出:+
-An expression x () the value of y==z is true, where x, y, Z are all integers. Operators th <> 在 2025-03-11 上传
| 大小:5kb | 下载:0
说明:给出百分制成绩,要求输出成绩等级:90~100分为 A 、80~89分为 B 、70~79分为 C 、60~69分为 D 、0~60分为 E ,若成绩大于100或者小于0,则提示“Error”。
样例输入:105
样例输出:Error
样例输入:95.5
样例输出:A
-Given percentile scores, output grade: 90 ~ 100 points for a , 80 to <> 在 2025-03-11 上传
| 大小:5kb | 下载:0
说明:求 100 以内的素数,要使用到子程序,完成这些素数的输出显示和个数统计以及求和计算,均以十进制形式输出。-Seek primes less than 100, to be used to the routine, complete these primes output and display statistics as well as the number of summations are output in decimal fo <俞溯> 在 2025-03-11 上传
| 大小:1kb | 下载:0
说明:输入 20~30之间的n 值, 用递归计算 Fibonacci 数, 以十进制数输出.-Enter n values between 20 to 30, using recursive calculation of Fibonacci numbers to decimal number. <俞溯> 在 2025-03-11 上传
| 大小:1kb | 下载:0