Notepad

  • 首页
  • 开源教程
  • Windows
  • WEB语言
  • PHP语言
  • C语言
  • Linux
  • 影刀RPA
  • Archives
  • 联系我们
  • 关于本站

C语言:随机迷宫

2016年1月4日 C语言 Leave a comment

#include <stdio.h> #include <conio.h> #include &l ... ...

C语言:在1~500中找出3除余2、5除余3、7除余4的所有整数

2016年1月3日 C语言 一条评论

代码一: #include<stdio.h> void fun(); int main() { prin ... ...

C语言:任意输入5个数,计算它们的和、积及平均值

2016年1月2日 C语言 Leave a comment

#include<stdio.h> #define N 5 int main () { int i,a, ... ...

C语言:判断10个整数中的最大值

2015年12月23日 C语言 Leave a comment

#include<stdio.h> #define N 10 void input(int array_ ... ...

C语言:判断10个整数中的最小值

2015年12月22日 C语言 Leave a comment

#include<stdio.h> #define N 10 void input(int array_ ... ...

C语言:输入10个整数,判断最大值和最小值

2015年12月21日 C语言 Leave a comment

#include<stdio.h> int main() { int a[10]={1,2,3,4,5, ... ...

C语言:计算100~200之间所有的素数

2015年12月20日 C语言 Leave a comment

代码一: #include<stdio.h> int main() { int count=0; int ... ...

C语言:输入4个数,按从小到大的顺序输出

2015年12月19日 C语言 Leave a comment

#include "stdio.h" main() { int a, b, c, d, t; printf(" ... ...

C语言:输入圆的半径r,用整数k进行判断计算

2015年12月18日 C语言 Leave a comment

#include <stdio.h> #define PI (3.1415926) int main(v ... ...

C语言:大写字母转换为小写字母,小写字母无需转换

2015年12月17日 C语言 Leave a comment

#include <stdio.h> int main() { char ch; printf("请输入 ... ...

Page 5 of 7« First...«34567 »

本站统计

  • 4
  • 4
  • 2,389
  • 16
  • 2,419
  • 12,543
  • 66,913
  • 328,287
  • 74,433
  • 264,385
  • 0
  • 64
  • 7
  • 9,980
  • 0
  • 5
  • 2024年6月25日

百度统计

友情链接

Copyright © 2015-2024 版权所有 Notepad.com.cn 浙ICP备2022036893号-2