点数信息
www.dssz.net
注册会员
|
设为首页
|
加入收藏夹
您好,欢迎光临本网站!
[请登录]
!
[注册会员]
!
首页
移动开发
云计算
大数据
数据库
游戏开发
人工智能
网络技术
区块链
操作系统
模糊查询
热门搜索:
源码
Android
整站
插件
识别
p2p
游戏
算法
更多...
在线客服QQ:632832888
当前位置:
资源下载
搜索资源 - 2020cce-源码
下载资源分类
移动开发
开发技术
课程资源
网络技术
操作系统
安全技术
数据库
行业
服务器应用
存储
信息化
考试认证
云计算
大数据
跨平台
音视频
游戏开发
人工智能
区块链
在结果中搜索
所属系统
Windows
Linux
FreeBSD
Unix
Dos
PalmOS
WinCE
SymbianOS
MacOS
Android
开发平台
Visual C
Visual.Net
Borland C
CBuilder
Dephi
gcc
VBA
LISP
IDL
VHDL
Matlab
MathCAD
Flash
Xcode
Android STU
LabVIEW
开发语言
C/C++
Pascal
ASM
Java
PHP
Basic/ASP
Perl
Python
VBScript
JavaScript
SQL
FoxBase
SHELL
E语言
OC/Swift
文件类型
源码
程序
CHM
PDF
PPT
WORD
Excel
Access
HTML
Text
资源分类
搜索资源列表
2020cce-源码
2020cce 第一题找零钱2/26实 # include int main () { int n; scanf ( " %d " ,&n); printf ( " %d =50* %d +5* %d +1* %d \n " ,n,n/ 50 ,nP / 5 ,nP % 5 ); } 第二题因数个数2/26实 # include int main () { int n,a= 0 ; scanf ( " %d " ,&n); for ( int i= 1 ;i<=n;i+
所属分类:
其它
发布日期:2021-03-26
文件大小:7168
提供者:
weixin_42168902
2020cce-源码
程式设计作业 2021/2/26 NO.1找零钱 int a,b,c,d; scanf ( " %d " ,&a); printf ( " %d = " ,a); b = a / 50 ; a = a P ; c = a / 5 ; d = a % 5 ; printf ( " 50* %d +5* %d +1* %d \n " ,b,c,d); NO.2找因数 int a,ans= 0 ; scanf ( " %d " ,&a); for ( int i= 1 ; i<=a; i++
所属分类:
其它
发布日期:2021-03-26
文件大小:30720
提供者:
weixin_42118011
2020cce-源码
基础题:找零钱 # include int main ( ) { int n,a,b,c; scanf ( " %d " ,&n); a=n/ 50 ; b=nP / 5 ; c=nP % 5 / 1 ; printf ( " %d =50* %d +5* %d +1* %d \n " ,n,a,b,c); } 基础题:因数个数 # include int main ( ) { int n,a,b,c; scanf ( " %d " ,&n); a=n/ 50 ;
所属分类:
其它
发布日期:2021-03-22
文件大小:10240
提供者:
weixin_42134168
2020cce-源码
2020cce 介绍程式码 找零钱 # include int main () { int n; scanf ( " %d " ,&n); printf ( " %d =50* %d +5* %d +1* %d \n " ,n,n/ 50 ,nP / 5 ,n% 5 ); } 因数个数 # include int main () { int n,a= 0 ; scanf ( " %d " ,&n); for ( int i= 1 ;i<=n;i++){ if (n%i=
所属分类:
其它
发布日期:2021-03-19
文件大小:9216
提供者:
weixin_42132359
2020cce-源码
2020cce
所属分类:
其它
发布日期:2021-03-19
文件大小:101376
提供者:
weixin_42148975
2020cce-源码
2020cce 第一题找零钱 # include int main () { int a,b ,c ,d; scanf ( " %d " ,&a); b=a/ 50 ; c=aP / 5 ; d=aP % 5 / 1 ; printf ( " %d =50* %d +5* %d +1* %d \n " ,a,b,c,d); } ## 第二題 因數個數 ```c # include int main () { int a; scanf ( " %d " ,&a); int r
所属分类:
其它
发布日期:2021-03-19
文件大小:140288
提供者:
weixin_42169245
2020cce:程式码仓库-源码
2020cce:程式码仓库
所属分类:
其它
发布日期:2021-03-19
文件大小:5120
提供者:
weixin_42102401
2020cce.github.io:上课程式码-源码
2020cce.github.io 上课程式码 1个 # include int main () { int n; scanf ( " %d " , &n); printf ( " %d =50* %d +5* %d +1* %d \n " , n, n/ 50 , (nP )/ 5 , n% 5 ); } 2个 # include int main () { int n, ans= 0 ; scanf ( " %d " , &n); for ( int i= 1 ; i&l
所属分类:
其它
发布日期:2021-03-19
文件大小:7168
提供者:
weixin_42168830
2020CCE-源码
2020年 第一个找零钱 # include int main () { int n; scanf ( " %d " ,&n); printf ( " %d =50* %d +5* %d +1* %d \n " ,n,n/ 50 ,nP / 5 ,n% 5 / 1 ); } 第二个因数个数 # include int main () { int n,ans= 0 ; scanf ( " %d " ,&n); for ( int i= 1 ;i<=n;i++){ if (
所属分类:
其它
发布日期:2021-03-19
文件大小:2048
提供者:
weixin_42118423
2020CCE-源码
WEEK01 找零钱 # include int main () { int n,a,b,c; scanf ( " %d " ,&n); a=n/ 50 ; b=nP / 5 ; c=nP % 5 ; printf ( " %d =50* %d +5* %d +1* %d \n " ,n,a,b,c); } 因数个数 # include int main () { int n; scanf ( " %d " ,&n); int a= 0 ; for ( int i= 1
所属分类:
其它
发布日期:2021-03-19
文件大小:12288
提供者:
weixin_42165490
2020cce:程式设计-源码
2020cce 程式设计 20210226 第一题程式码 # include int main () { int n; scanf ( " %d " ,&n); printf ( " %d =50* %d +5* %d +1* %d \n " ,n,n/ 50 ,(nP )/ 5 ,(n% 5 )/ 1 ); } 第二题程式码 # include int main () { int n= 0 ,ans= 0 ; scanf ( " %d " ,&n); for ( int i=
所属分类:
其它
发布日期:2021-03-19
文件大小:1048576
提供者:
weixin_42102220
2020cce-源码
2020cce #第一个程式码:找零钱 # include int main () { int n; scanf ( " %d " ,&n); printf ( " %d =50* %d +5* %d +1* %d \n " ,n,n/ 50 ,(nP )/ 5 ,(nP )% 5 ); } #第二个程式码:因数个数 # include int main () { int n,a= 0 ; scanf ( " %d " ,&n); for ( int i= 1 ;i<
所属分类:
其它
发布日期:2021-03-17
文件大小:6144
提供者:
weixin_42165973
2020CCE.class-源码
2020CCE.class
所属分类:
其它
发布日期:2021-03-16
文件大小:5120
提供者:
weixin_42166261
2020cce:程式码仓库-源码
2020cce 程式码仓库 第一个程式 # include int main () { int n; scanf ( " %d " , &n); //餘數關係 printf ( " %d =50* %d + " ,n, n/ 50 ); n %= 50 ; printf ( " 5 %d + " ,n, n/ 5 ); n %= 5 ; printf ( " 1* %d \n " ,n ); return 0 ; } //
所属分类:
其它
发布日期:2021-03-16
文件大小:3072
提供者:
weixin_42109925
2020cce:程式设计(二)-源码
2020cce 程式设计(二) 第三周实习课 进阶题-计算机架的平方值:输入一个整数N,再依序输入N个层叠排列中,计算各元素的平方值,再列出此算出平方值后的阵列。数字范围:整数N范围1 – 10;其他整数1 – 100 # include int main () { int N; int a[ 10 ]; scanf ( " %d " ,&N); for ( int i= 0 ; i int main ()
所属分类:
其它
发布日期:2021-03-13
文件大小:15360
提供者:
weixin_42099530
2020cce-源码
2020cce
所属分类:
其它
发布日期:2021-03-12
文件大小:583680
提供者:
weixin_42102933
2020CCE-源码
2020年 第一个程式码 # include int main () { int a,b,c,d; scanf ( " %d " ,&a); printf ( " %d =50* %d +5* %d +1* %d \n " ,a,a/ 50 ,aP / 5 ,aP % 5 / 1 ); } 第二个程式码 # include int main () { int a,b= 0 ; scanf ( " %d " ,&a); int i; scanf ( " %d " ,&i)
所属分类:
其它
发布日期:2021-03-12
文件大小:4096
提供者:
weixin_42175776
2020cce.github.io-源码
第一周 1.找零钱 假设有50元,5元和1元等3种硬币,请输入一个金额,并显示等同于该金额所需的最少硬币组合。 # include int main () { int a; scanf ( " %d " ,&a); printf ( " %d =50* %d +5* %d +1* %d \n " ,a,a/ 50 ,aP / 5 ,a% 5 ); } 2.因数个数 输入一个正整数,显示所有该正正因数的个数。 # include int main () { int a; scan
所属分类:
其它
发布日期:2021-03-05
文件大小:3072
提供者:
weixin_42134168
2020cce-源码
2020cce 第01周的实习课程式 第一题进阶题:分式化简 # include int main () { int a,b; scanf ( " %d%d " ,&a,&b); int space1=a; int space2=b; int c=a%b; while (c!= 0 ) { a=b; b=c; c=a%b; } printf ( " %d %d \n " ,space1/b,space2/b); } 第二题进阶题:读入整数反序列印 # includ
所属分类:
其它
发布日期:2021-03-04
文件大小:4096
提供者:
weixin_42128015
2020cce:自述文件-源码
2020cce:自述文件
所属分类:
其它
发布日期:2021-04-01
文件大小:235520
提供者:
weixin_42135073