-
程序 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
-
闸流管和双向可控硅
闸流管和双向可控硅-成功应用的十条黄金规则-Thyratron and two-way thyristor- successful application of the 10 golden rules
- 2022-12-17 04:35:04下载
- 积分:1
-
电脑鼠跑迷宫源程序,其中算法及驱动部分已改进~
电脑鼠跑迷宫源程序,其中算法及驱动部分已改进~-Computer mouse running the maze source code, which some have been improved algorithms and drive ~
- 2022-12-06 04:15:03下载
- 积分:1
-
个人财务管理系统,但有一个模块尚未完成…
个人财务管理系统,不过还有一个模块没有完成,都是在控制台中完成的。
这是我第一个自己做的,希望大家多多指点!-Personal financial management system, but there is a module not yet been completed, are completed in the console. This is my first one to do their own, and I hope a lot of pointing everyone!
- 2022-03-26 12:58:23下载
- 积分:1
-
LEON3 SOC environment, PCI bridges.
LEON3 SOC environment, PCI bridges.
- 2023-07-13 21:30:04下载
- 积分:1
-
给出小波去噪的理论,在MATLAB中实现阈值估算和消噪的函数,并给出例子说明。...
给出小波去噪的理论,在MATLAB中实现阈值估算和消噪的函数,并给出例子说明。-Given the theory of wavelet denoising in MATLAB to achieve the threshold estimation and de-noising function, and gives examples to illustrate.
- 2023-06-20 22:00:03下载
- 积分:1
-
a similar list of attributes Editor
一个类似于vb的属性列表编辑-a similar list of attributes Editor
- 2022-03-14 11:55:00下载
- 积分:1
-
这是本科铁道方向课程设计的一个简单的计算程序,用于计算实现轨道“统一公式”...
这是本科铁道方向课程设计的一个简单的计算程序,用于计算实现轨道“统一公式”-Calculate the formation
- 2023-07-25 09:05:02下载
- 积分:1
-
C语言编程产生离散单元斜边序列,序列的门…
用C语言编程产生离散单位斜边序列、门序列、指数衰减序列,实现三者卷积,并在显示器上观察到相关序列或卷积的图形。比较经典的卷积C源码-C language programming produce discrete units hypotenuse sequence, the gate sequence, exponential decay sequence, the realization of the three convolution, and observed in the display sequence, or convolution-related graphics.This is the classical convolution C original code
- 2022-02-02 22:38:30下载
- 积分:1
-
时间函数举例4,一个猜数游戏,判断一个人反应快慢。(版主初学时编的)...
时间函数举例4,一个猜数游戏,判断一个人反应快慢。(版主初学时编的)-Function of time, for example 4, a guess the number of games, judge a person reaction speed. (Moderators when beginner series)
- 2022-04-19 23:38:37下载
- 积分:1