代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/295295/8170908
m select.m
function [y,y1]=select(ImageData,h,w)
thr=0.5;delta=0.05;
%
y=(ImageData>=thr*mean(max(ImageData)));
BW2=bwareaopen(y,10);SE=strel('square',15);
IM2=imdilate(BW2,SE);
IM3=imerode(IM2,SE);
%
www.eeworm.com/read/295288/8171054
c 2047.c
#include "stdio.h"
#include "stdlib.h" /*Other Intro*/
#include "string.h"
#include "conio.h" /*Screen oprt*/
#include "mem.h" /*Mem Oprt*/
#include "ctype.h" /*Char Oprt*/
#include
www.eeworm.com/read/194440/8194227
m dispavgstd.m
function dispavpstd(cvpavg, cvpstd)
f=gcf;
figure('menubar','none')
[nshots tmp] = size(cvpavg);
shots = 1:nshots;
% plot(cvpstd(:,1));
% hold on;
% plot(cvpavg(:,1));
errorbar(cvpavg(:,1), shots
www.eeworm.com/read/194440/8194336
m dispplust.m
function dispplust
% Display of the average Plus Time values with their
% corresponding standard deviation and fold for each receiver
f=gcf;
fbcoord=refdata('get','fbcoord');
plust=refdata('get','plus
www.eeworm.com/read/395065/8197488
txt student.txt
c语言编的学生信息管理系统小程序 参考吧
#include
#include
struct st
{
char name[20];
int english;
int math;
int chinese;
int average;
st *next;
};
struct st *p
www.eeworm.com/read/395048/8197791
cpp 01.cpp
#include
#include
class Advisor
{
int noOfMeeting;
};
class Student
{
public:
Student(char* pName="no name")
{
strcpy(name,pName);
average=semesterHo
www.eeworm.com/read/395034/8198295
cpp 01.cpp
#include
#include
class Advisor
{
int noOfMeeting;
};
class Student
{
public:
Student(char* pName="no name")
{
strcpy(name,pName);
average=semesterHo
www.eeworm.com/read/395034/8198358
h student.h
class Course;
class Student
{
public:
Student(char* n1="no name");
void SetName(char* n1);
char* GetName();
double GetScore(Course* c);
double Average();
void AddCourse(Course* c,double
www.eeworm.com/read/395034/8198360
cpp main.cpp
#include
#include"student.cpp"
void main()
{
Student zhang3;
Student li4;
Course math;
zhang3.AddCourse(&math,3.1);
li4.AddCourse(&math,4.5);
cout
www.eeworm.com/read/194129/8198852
sta tstrs485.sta
ROM used: 1620 (40%)
2048 (50%) including unused fragments
1 Average locations per line
3 Average locations per statement
RAM used: 115 (60%) at main() level