说明:题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?
1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去
掉不满足条件的排列-Topic: 1, 2, 3, 4 Numbers, how many can form a different from each other and have no the repeat number three digits? Ho <水影> 在 2025-03-05 上传
| 大小:3kb | 下载:0
说明:一个简单的计算器程序实现,不支持浮点运算,命令行调用。-A simple calculator program that does not support floating-point operations, the command line calls. <吴昊> 在 2025-03-05 上传
| 大小:8kb | 下载:0
说明:题目:一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少1.程序分析:在10万以内判断,先将该数加上100后再开方,再将该数加上268后再开方,如果开方后 的结果满足如下条件,即是结果。请看具体分析: -Topic: an integer, and after 100 it is a completely square number, plus 168 is a completely square <水影> 在 2025-03-05 上传
| 大小:2kb | 下载:0
说明:题目:输入某年某月某日,判断这一天是这一年的第几天?1.程序分析:以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊 情况,闰年且输入月份大于3时需考虑多加一天。-Topic: input once upon a time, a judge this day is a day of this person? 1. The program analysis: to March 5, for example, sh <水影> 在 2025-03-05 上传
| 大小:2kb | 下载:0
说明:1.程序分析:我们想办法把最小的数放到x上,先将x与y进行比较,如果x>y则将x与y的值进行交换然后再用x与z进行比较,如果x>z则将x与z的值进行交换,这样能使x最小。 -1. The program analysis: we try to the smallest number in x, first the x and y compared, if x > y will x and y values of exc <水影> 在 2025-03-05 上传
| 大小:2kb | 下载:0
说明:java编程解决牛顿法和最速下降法计算数学优化极小值问题-java programming to solve the Newton method and the steepest descent method of mathematical optimization minimum <谢珍珍> 在 2025-03-05 上传
| 大小:80kb | 下载:0
说明:C语言实现一个简单的计算器,可以实现加,减,乘,除,等运算-C language to implement a simple calculator, can be achieved add, subtract, multiply, addition, operations <liujun> 在 2025-03-05 上传
| 大小:1.8mb | 下载:0
说明:自己编写玻璃拉引量、板宽、板速小程序,方便个人计算。-Write your own glass Pull the amount of plate width, plate speed procedures to facilitate personal computing. <rznhm> 在 2025-03-05 上传
| 大小:6kb | 下载:0