代码搜索:average

找到约 5,196 项符合「average」的源代码

代码结果 5,196
www.eeworm.com/read/286640/8752708

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/286640/8752754

m cp0301_ppm_sin.m

% % FUNCTION 3.1 : "cp0301_PPM_sin" % % Generation of a PPM-UWB signal in the case of a % sinusoidal modulating signal and rectangular pulses % % Transmitted power is fixed at 'Pow' % The sign
www.eeworm.com/read/429005/8824713

txt 哈希表的一个应用.txt

程序设计:哈希表的一个应用 #include #include #include #define L 50 /*定义哈希表长*/ #define M 47 /*定义p值*/ #define N 30 /*定义名单长*/ char z[22]; struct old{char *name;char *py;in
www.eeworm.com/read/285570/8831170

c compute_treeline.c

#include #include #include static char vcid[] = "$"; void compute_treeline(atmos_data_struct *atmos, dmy_struct *dmy,
www.eeworm.com/read/285564/8831647

c compute_treeline.c

#include #include #include static char vcid[] = "$"; void compute_treeline(atmos_data_struct *atmos, dmy_struct *dmy,
www.eeworm.com/read/384084/8901197

cpp c09.cpp

// c09.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include const int n = 5; const int m = 4; static int a[n][m] = { 98, 99, 96, 100, 100
www.eeworm.com/read/284676/8910081

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/284676/8910253

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/186210/8952621

java jgraphshadowborder.java

package com.softwarematch.workflow; import java.awt.Color; import java.awt.Component; import java.awt.Graphics; import java.awt.Insets; import java.io.Serializable; import javax.swing.border.Border
www.eeworm.com/read/383145/8968375

cpp 哈希查找.cpp

#include #include #define M 11 #define N 8 struct hterm { int key; //关键字值 int si; //散列次数 }; struct hterm hlist[M]; int i,adr,sum,d; int x[N]={22,41,53,46,30,13,1,