代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/403714/11512911
m ptsslmcomparision.m
clear; close all;
K=8; % 用户数
M=32; % 每个用户bit数
L=8; % 扩频增益
V=4;
U=4;
KK=1e3;
PAPR_Orignal=zeros(1,KK);
PAPR_PTS1=zeros(1,KK);
www.eeworm.com/read/402752/11528617
m cp0202_transmitter_2pam_ds.m
%
% FUNCTION 2.9 : "cp0202_transmitter_2PAM_DS"
%
% Simulation of a UWB transmitter implementing 2PAM with DS
%
% Transmitted power is fixed to 'Pow'
% The signal is sampled with frequency 'fc'
www.eeworm.com/read/400552/11574459
c query.c
/* 学生成绩查询系统 */
# include
# include
void main( )
{
int select;
int i, j;
int score[5][7];
int average = 0;
int sum = 0;
do{
printf("本程序有4项功能:\n");
printf
www.eeworm.com/read/400386/11578021
cpp xt7-5.cpp
#include
#include
using namespace std;
const int n=10;
struct student
{ char num[6];
char name[8];
int score[4];
float avr;
} stu[n];
int main()
{ int i,j,max,m
www.eeworm.com/read/400386/11578065
cpp xt6-15.cpp
#include
using namespace std;
int main()
{void avsco(float *,float *);
void avcour1(char (*)[10],float *);
void fali2(char course[5][10],int num[],float *pscore,float aver[4]);
voi
www.eeworm.com/read/158338/11625194
c 25.c
# define N 8
# include
main( )
{
int x,num[N+1];
float st[N+1],ave,sum=0;
for (x=1;x
www.eeworm.com/read/261738/11625857
c 2-9.c
#include"stdio.h"
main()
{
float T[4][7],sum,avg;
int i,j;
float f1,*f2;
clrscr();
sum=avg=0;
scanf("%f",&T[0][0]);
sum=sum+T[0][0];
for(i=0;i
www.eeworm.com/read/261738/11625876
c 2-8.c
#include"stdio.h"
main()
{
float T[4][7],sum,avg;
int i,j;
float f1,*f2;
clrscr();
sum=avg=0;
f1=1.0;
f2=&f1;
for(i=0;i
www.eeworm.com/read/261738/11625883
c 2-7.c
#include"stdio.h"
main()
{
float T[4][7],sum,avg;
int i,j;
clrscr();
sum=avg=0;
for(i=0;i
www.eeworm.com/read/347848/11632594
java golfscores.java
import java.util.Scanner;
public class GolfScores
{
public static final int MAX_NUMBER_SCORES = 10;
/**
Shows differences between each of a list of golf scores and their averag