代码搜索:10 是什么?
找到约 10,000 项符合「10 是什么?」的源代码
代码结果 10,000
www.eeworm.com/read/427573/8935361
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/284207/8954110
m 例程10-10.m
% 采用补零的扩展模式(参见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及3层的细节系数
[cd1
www.eeworm.com/read/186071/8962905
cpp ch10_10.cpp
//***********************
//** ch10_10.cpp **
//***********************
#include
struct Person
{
char name[20];
unsigned long id;
float salary;
};
void GetPerson
www.eeworm.com/read/382947/8988235
cpp alg10-10.cpp
// alg10-10.cpp 归并排序,包括算法10.12~10.14
#include
typedef int InfoType; // 定义其它数据项的类型
#include"c9-7.h"
#include"c10-1.h"
void Merge(RedType SR[],RedType TR[],int i,int m,int n)
{ /
www.eeworm.com/read/283718/8994040
cpp alg10-10.cpp
// alg10-10.cpp 归并排序,包括算法10.12~10.14
#include
typedef int InfoType; // 定义其它数据项的类型
#include"c9-7.h"
#include"c10-1.h"
void Merge(RedType SR[],RedType TR[],int i,int m,int n)
{ /
www.eeworm.com/read/282790/9060215
m 例程10-10.m
% 采用补零的扩展模式(参见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及3层的细节系数
[cd1
www.eeworm.com/read/184862/9068919
gif 10tyt10.gif
www.eeworm.com/read/381752/9073766
cpp chapter10-10.cpp
//文件名:CHAPTER10-10.cpp
#include
#include
#if _MSC_VER > 1020 // if VC++ version is > 4.2
using namespace std; // std c++ libs implemented in std
#endif
int main( )
{
www.eeworm.com/read/183618/9148048
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]