/* Name : max4.c Author : zhangsan Version : Copyright : Your copyright notice Description : 四个数求最大值 */ #include <stdio.h>#include <stdlib.h>int max2( ...
分类:
其他好文 时间:
2019-06-30 09:54:45
阅读次数:
147
/* Name : prime.c Author : zhangsan Version : Copyright : Your copyright notice Description : 键盘输入一个整数,判断是否是素数 */ #include <stdio.h> #include <stdlib. ...
分类:
其他好文 时间:
2019-06-30 09:20:14
阅读次数:
179
/* Name : p144.c Author : zhangsan Version : Copyright : Your copyright notice Description : 1,2,3,4,5这五个数中作取3个组成互不相等的数,并算出有多少个 */ #include <stdio.h># ...
分类:
其他好文 时间:
2019-06-30 09:17:27
阅读次数:
89
/* Name : test.c Author : asdfasdf Version : Copyright : Your copyright notice Description : 两个数比较,找出较大者,教材p143 */ #include <stdio.h>#include <stdlib. ...
分类:
其他好文 时间:
2019-06-30 09:15:35
阅读次数:
98
// main.cpp // stack_quhao // Created by duanqibo on 2019/6/29. // Copyright © 2019年 duanqibo. All rights reserved. // 顺序栈的操作,整数进栈,取栈顶元素,栈内剩余元素 #inclu ...
分类:
其他好文 时间:
2019-06-29 19:30:44
阅读次数:
117
源程序如下: // // main.cpp // yiyuanercifangcheng // Created by duanqibo on 2019/6/29. // Copyright © 2019年 duanqibo. All rights reserved. // 本题是一个实现一元二次方程 ...
分类:
其他好文 时间:
2019-06-29 19:04:32
阅读次数:
113
/* Name : max_min.c Author : duanqibo Version : Copyright : Your copyright notice Description : 输入6个学生成绩,找出最高分和最低分,用函数实现 */ #include <stdio.h>#include ...
分类:
其他好文 时间:
2019-06-29 01:16:32
阅读次数:
133
/* Name : max.c Author : duanqibo Version : Copyright : Your copyright notice Description : 输入三个整数,找出最大值 */ #include <stdio.h>#include <stdlib.h>int m ...
分类:
其他好文 时间:
2019-06-29 01:05:29
阅读次数:
112
ffmpeg version N-49044-g89afa63 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 19 2013 20:36:06 with gcc 4.7.2 (GCC) configuration: --enab ...
分类:
其他好文 时间:
2019-06-28 21:08:02
阅读次数:
300