代码搜索:10 是什么?
找到约 10,000 项符合「10 是什么?」的源代码
代码结果 10,000
www.eeworm.com/read/199740/7826402
cpp ch10_10.cpp
//***********************
//** ch10_10.cpp **
//***********************
#include
struct Person
{
char name[20];
unsigned long id;
float salary;
};
void GetPerson
www.eeworm.com/read/299792/7831965
c 10rkt10.c
#include "stdio.h"
#include "10rkt1.c"
main()
{ int i,j;
void rkt1f(double,double [],int,double []);
double t,h,y[3],z[3][11];
y[0]=-1.0; y[1]=0.0; y[2]=1.0;
t=0.0; h
www.eeworm.com/read/299792/7832023
c 10elr10.c
#include "stdio.h"
#include "10elr1.c"
main()
{ int i,j;
void elr1f(double,double [],int,double []);
double y[3],z[3][11],t,h,x;
y[0]=-1.0; y[1]=0.0; y[2]=1.0;
t=0.0;
www.eeworm.com/read/198974/7899218
cpp ch10_10.cpp
//***********************
//** ch10_10.cpp **
//***********************
#include
struct Person
{
char name[20];
unsigned long id;
float salary;
};
void GetPerson
www.eeworm.com/read/198282/7942065
m examp10_10.m
net=newff([0,1; -1,5],[8,1],{'tansig','logsig'});
net=newff([0,1; -1,5],[4 6 1],{'purelin','tansig','logsig'});
net.trainParam.epochs=300; net.trainFcn='trainlm'
www.eeworm.com/read/197671/7979642
c 10rkt10.c
#include "stdio.h"
#include "10rkt1.c"
main()
{ int i,j;
void rkt1f(double,double [],int,double []);
double t,h,y[3],z[3][11];
y[0]=-1.0; y[1]=0.0; y[2]=1.0;
t=0.0; h
www.eeworm.com/read/197671/7979677
c 10elr10.c
#include "stdio.h"
#include "10elr1.c"
main()
{ int i,j;
void elr1f(double,double [],int,double []);
double y[3],z[3][11],t,h,x;
y[0]=-1.0; y[1]=0.0; y[2]=1.0;
t=0.0;
www.eeworm.com/read/297942/7984879
m fig10_10.m
clear all
eps =0.000001;
var = -01.:0.001:1.;
num = sin((8. * 2. * pi * 1.) .* var);
den = sin((2. * pi * 1.) .* var);
pattern = num ./ den;
maxval = max(abs(pattern));
pattern = abs(pattern ./
www.eeworm.com/read/197593/7985004
c alg10-10.c
/* alg10-10.c 归并排序 */
#include
typedef int InfoType; /* 定义其它数据项的类型 */
#include"c9.h"
#include"c10-1.h"
void Merge(RedType SR[],RedType TR[],int i,int m,int n)
{ /* 将有序的SR[i..m]
www.eeworm.com/read/197111/8028558
m exam10_10.m
clc;
clear;
% 采用补零的扩展模式(参见dwtmode函数)
% 装载一维尺度信号
load leleccum;
s = leleccum(1:3920);
% 使用db1在第3层进行分解
[c,l] = wavedec(s,3,'db1');
subplot(4,1,1);plot(s);
title('原始信号');
% 从小波分解结构[c,l]中提取1、2