资源列表
[文件格式] BNUTBDJNBOOFR
说明:【程序29】 题目:给一个不多于5位的正整数,要求:一、求它是几位数,二、逆序打印出各位数字。 1. 程序分析:学会分解出每一位数,如下解释:(这里是一种简单的算法,师专数002班赵鑫提供) 2.程序源代码: 复制代码 代码如下: #include stdio.h #include conio.h main( ) { long a,b,c,d,e,x scanf( ld ,&x) a=x/10000 分解出万位 b=x 10000<张欣欣> 在 2025-07-04 上传 | 大小:3kb | 下载:0
[文件格式] CBVBBBVJRNRGRJ
说明:题目:一个5位数,判断它是不是回文数。即12321是回文数,个位与万位相同,十位与千位相同。 1.程序分析 2.程序源 代码如下: #include stdio.h #include conio.h main( ) { long ge,shi,qian,wan,x scanf( ld ,&x) wan=x/10000 qian=x 10000/1000 shi=x 100/10 ge=x 10 if(ge<张欣欣> 在 2025-07-04 上传 | 大小:3kb | 下载:0
[文件格式] 16-qam
说明:The following Matlab project contains the source code and Matlab examples used for 16-qam modulation . constellation ofdm symbol The source code and files included in this project are listed in the project files section, please make sure whether th<arjunprasad> 在 2025-07-04 上传 | 大小:1kb | 下载:0
[文件格式] !Files_to_FlashTool
说明:for flashing mtk based android devices<MAQ> 在 2025-07-04 上传 | 大小:10.64mb | 下载:0
[文件格式] c03
说明:Algorithms are at the core of computing. To be able to write an algorithm once and for all to work with any type of sequence makes your programs both simpler and safer. The ability to customize algorithms at runtime has revolutionalized software deve<none> 在 2025-07-04 上传 | 大小:25kb | 下载:0