-
程序 Pencari Bilangan Terbesar dan terkecil
#include < stdio.h > //header 文件
#include < conio.h > //header 文件
int main () { //program utama mulai
int n,x [20],最大值、 最小 ; //pendeklarasian 的变量 banyak bilangan、 bilangan 使用、 最低
printf ("。: 程序 Pencari Bilangan Terbesar dan Terkecil:.n") ; //Judul 程序
printf (" ---nn") ;
printf (" Masukkan banyak bilangan:") ; scanf ("%d",& n) ; //Input Jumlah Bilangan
为 (x = 1 ; x < = n ; x + +) { 为 dg inisial //Proses Pengulangan memakai x = 1,kondisi x < = n,控制 x + +
printf ("n Bilangan ke-%d:",x) ; scanf ("%d",& a[x]) ; //Input Bilangan
}
最大 = [1] ; //inisialisasi pertama untuk bilangan pertama
为 (x = 1 ; x < = n; x + +) {
- 2022-05-30 14:16:21下载
- 积分:1
-
c code for fig08
图08的c代码
- 2022-03-24 17:09:05下载
- 积分:1
-
该文档详细介绍了c语言的基本知识,由浅入深,适合广大C语言编程爱好者的参考....
该文档详细介绍了c语言的基本知识,由浅入深,适合广大C语言编程爱好者的参考.-This document details the basic knowledge of c language, easy-to-digest, for the vast numbers of C language programming enthusiasts reference.
- 2022-06-19 10:19:22下载
- 积分:1
-
9054 数据手册 9054 数据手册 9054 数据手册
9054 数据手册 9054 数据手册 9054 数据手册-9054 datasheet
- 2022-10-17 19:05:03下载
- 积分:1
-
Matrices, including matrix addition, subtraction, multiplication, there is inver...
矩阵计算,包括矩阵相加、相减,相乘,还有求逆、转置,可直接调用-Matrices, including matrix addition, subtraction, multiplication, there is inverse, transpose, can be directly invoked
- 2022-06-03 08:39:10下载
- 积分:1
-
某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:
每位数字都加上5,然后用和除以10的余数代替该数字,再将第一位和...
某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:
每位数字都加上5,然后用和除以10的余数代替该数字,再将第一位和第四位交换,第二位和第三位交换。-A company to transfer data using public telephones, the data is four integers, in the transmission process is encrypted, encryption rules are as follows: Each figures with five, and then divided by 10 instead of the more than a few numbers, and then The first and fourth exchange, the second and third exchange.
- 2022-01-26 00:00:43下载
- 积分:1
-
一个倒计时的程序
一个倒计时的程序-a countdown procedures
- 2022-02-06 05:21:27下载
- 积分:1
-
一个用于服务器与各客户端进行时间同步的源码.
一个用于服务器与各客户端进行时间同步的源码.-one for servers and the client time synchronization of the source.
- 2022-03-20 08:22:51下载
- 积分:1
-
flash3d例子
一个用ActionScript3.0实现的flash3D效果,可以实现任意轴的拖动旋转,可以通过鼠标滚轮进行放大和缩小。
- 2022-03-07 20:26:01下载
- 积分:1
-
读取显示的测试程序及库文件的源代码,能方便用户进行显示书写获取、设置等...
读取显示的测试程序及库文件的源代码,能方便用户进行显示书写获取、设置等 -reading shows the test procedures and the documentation of the source code, users can easily write access show, settings
- 2022-06-18 06:50:02下载
- 积分:1