Notepad

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

C语言

C语言:华氏温度转摄氏温度

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

#include<stdio.h> void main() { float f,c; printf("请 ... ...

C语言:任意输入5个数,统计其中的正数、负数和零的个数

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

#include<stdio.h> #define N 5 void fun(); int main() ... ...

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(" ... ...

Page 1 of 3123 »

本站统计

  • 12
  • 6
  • 19
  • 14
  • 3,747
  • 5,939
  • 63,649
  • 315,704
  • 74,004
  • 246
  • 0
  • 67
  • 7
  • 3,119
  • 0
  • 2
  • 2024年6月25日

百度统计

友情链接

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