资源列表
062693-01
- Matlab 时频分析工具箱holley团队开发-Matlab shipin gongju holley team
zu5-5
- 猴子问题的解决 每天吃所有桃子的一半加1个,到第五天剩下一个,求总桃子数-The monkeys eat peach
solution-for-OSC7
- 操作系统概念第7版的课后习题答案,附完整代码-Operating System Concepts 7th Edition of the after-school exercise answers, with complete code
ADtoright
- 单片机1256采集数据字串反向输出,通过该程序进入正确的字序。 -Change the Byte to right in 1256
Fibonacci
- 输入 20~30之间的n 值, 用递归计算 Fibonacci 数, 以十进制数输出.-Enter n values between 20 to 30, using recursive calculation of Fibonacci numbers to decimal number.
Fibonacci
- 求 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 form.
006
- 给出百分制成绩,要求输出成绩等级: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 89 B and 70 ~ 79 points to a
005
- 输入坐标系中三个点A、B、C的坐标,要求:①判断这三个点能否构成一个三角形,如果不能构成三角形,则输出“No”,否则,输出“Yes”。如果能构成三角形②求△ABC的面积;③如果△ABC是直角三角形,则输出“Right”;如果是锐角三角形,则输出“Acute”;如果是钝角三角形,则输出“Obtuse”。 样例输入:0 0 1 0 2 0 样例输出:NO 样例输入:0 0 3 0 0 4 样例输出: YES 6 Right -Enter the coord
003
- 一个表达式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 that may appear in brackets incl
002
- 编写程序计算某年某月的天数。输入年份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.
001
- 输入一个不多于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 information. The first line of the
ConsoleApplication2
- Matrix * Matrix MPI Implementation
