编程及软件开发解决方案库

2000万优秀解决方案库,覆盖所有编程及软件开发类,极速查询

今日已更新 418 篇代码解决方案

  • 1:第六次作业

                        #include<stdio.h>int main(){    int sign(int x);    int x,y;    scanf("%d",&x);    y=sign(x);    printf("sign(%d)=%d\n",x,y);    re

    https://www.u72.net/daima/v2cd.html - 2024-08-24 05:04:04 - 代码库
  • 2:第十次作业

                        #include<stdio.h>int main(void){    int i,j,n,temp;    int a[6][6];    printf("Enter n:");    scanf("%d",&n);    for(i=0;i<n;i++)

    https://www.u72.net/daima/v2cw.html - 2024-08-24 05:05:04 - 代码库
  • 3:第三次作业

                        #include<stdio.h>//1.三角形int main(){        printf("*\n");    printf("**\n");    printf("***\n");    printf("****\n");    printf(

    https://www.u72.net/daima/v2cm.html - 2024-08-24 05:06:34 - 代码库
  • 4:第六次作业

                        一:实验内容1.实验要求:有一个四位正整数,组成这个四位数的四个数字各不相同,如果把它们的首尾互换,第二位与第三位互换,组成一个新的四位数。原四位数为新

    https://www.u72.net/daima/sk2h.html - 2024-08-20 00:03:16 - 代码库
  • 5:第七次作业

                        #include<stdio.h>int  main()//改变【】中的值就可改变数字的个数,并改变i的条件即可 {  int i, a[6]; printf("请输入6个数字:");     for(i=0;

    https://www.u72.net/daima/sd55.html - 2024-08-20 01:44:51 - 代码库
  • 6:第七次作业

                        #include<stdio.h>#include<string.h> int main(){    char name[20];    int length,i,count[26]={0};    printf("输入自己名字拼音:");    s

    https://www.u72.net/daima/sd7k.html - 2024-08-20 01:49:44 - 代码库
  • 7:第六次作业

                        1.有一个四位正整数,组成这个四位数的四个数字各不相同,如果把它们的首尾互换,第二位与第三位互换,组成一个新的四位数。原四位数为新四位数的4倍,请找出一

    https://www.u72.net/daima/srw0.html - 2024-08-20 07:20:43 - 代码库
  • 8:第六次作业

                        1.有一个四位正整数,组成这个四位数的四个数字各不相同,如果把它们的首尾互换,第二位与第三位互换,组成一个新的四位数。原四位数为新四位数的4倍,请找出一

    https://www.u72.net/daima/srx5.html - 2024-08-20 07:24:06 - 代码库
  • 9:第六次作业

                            实验一:1.有一个四位正整数,组成这个四位数的四个数字各不相同,如果把它们的首尾互换,第二位与第三位互换,组成一个新的四位数。原四位数为新四位

    https://www.u72.net/daima/sr09.html - 2024-08-20 07:28:06 - 代码库
  • 10:linux 学习笔记与作业1

                        学习环境:虚拟机下centos关闭linux 系统的命令  init 0切换虚拟终端的方法 : ctrl + alt +[F1~F6]清屏 clear  或者ctrl+l  终止  ctrl + cman [命令] 查

    https://www.u72.net/daima/sh03.html - 2024-08-19 22:31:10 - 代码库
  • 11:第六次作业

                        一、实验内容1、实验要求:有一个四位正整数,组成这个四位数的四个数字各不相同,如果把它们的首尾互换,第二位与第三位互换,组成一个新的四位数。原四位数为

    https://www.u72.net/daima/sh3f.html - 2024-08-19 22:39:34 - 代码库
  • 12:第六次作业

                        一、实验内容   1.有一个四位正整数,组成这个四位数的四个数字各不相同,如果把它们的首尾互换,第二位与第三位互换,组成一个新的四位数。原四位数为新四位

    https://www.u72.net/daima/sbvs.html - 2024-08-20 02:47:55 - 代码库
  • 13:第六次作业

                        一、实验内容1.实验要求有一个四位正整数,组成这个四位数的四个数字各不相同,如果把它们的首尾互换,第二位与第三位互换,组成一个新的四位数。原四位数为

    https://www.u72.net/daima/sb40.html - 2024-08-20 03:10:57 - 代码库
  • 14:第六次作业

                        1.有一个四位正整数,组成这个四位数的四个数字各不相同,如果把它们的首尾互换,第二位与第三位互换,组成一个新的四位数。原四位数为新四位数的4倍,请找出一

    https://www.u72.net/daima/sbew.html - 2024-08-20 03:29:59 - 代码库
  • 15:钟国晨160809323(作业7)

                        #include<stdio.h>// 编写递归函数将某个整数按反序方式输出int  main(){  int i,n,a[5]; printf("输入n的值:\n"); scanf("%d",&n); printf("整

    https://www.u72.net/daima/sfn2.html - 2024-08-20 03:40:59 - 代码库
  • 16:丛铭俣 160809324 (作业7)

                        1,这个代码里新学到#include<string.h>和strlen(),只是知道这两个是配对用于一串字符,但其他作用和注意问题还不了解,等待老师解答。#include<stdio.h>

    https://www.u72.net/daima/sfdm.html - 2024-08-20 03:54:53 - 代码库
  • 17:丁一第7次作业

                        #include <stdio.h>void prt(int n){   printf("%d ",n%10);   if(n>10)    prt(n/10); }  int main(void){   int a;   printf("请输入整

    https://www.u72.net/daima/sfs8.html - 2024-08-20 04:11:31 - 代码库
  • 18:李喆第7次作业

                        #include<stdio.h>#include<string.h> int main(){    char name[20];    int length,i,count[26]={0};    printf("输入你名字的拼音:");    s

    https://www.u72.net/daima/sf5d.html - 2024-08-20 04:40:56 - 代码库
  • 19:第七次作业

                        #include <stdio.h>#include <stdlib.h>int main(){int a[10],n,b[10],i,s=32;scanf("%d",&n);for(i=1;i<=n;i++){scanf("%d",&a[i]);}for(

    https://www.u72.net/daima/sf62.html - 2024-08-20 04:45:57 - 代码库
  • 20:c语言第7次作业

                        #include<stdio.h>#include<string.h> int main(){    char name[0];    int length,i,a[26]={0};    printf("输入自己名字拼音:");    scanf(

    https://www.u72.net/daima/sf9a.html - 2024-08-20 04:54:34 - 代码库