代码搜索:10 有哪些应用?
找到约 10,000 项符合「10 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/176587/9491531
dsw 10_10.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/176587/9491533
dsp 10_10.dsp
# Microsoft Developer Studio Project File - Name="10_10" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
www.eeworm.com/read/176587/9491535
ncb 10_10.ncb
www.eeworm.com/read/366685/9804999
jpg 10-10.jpg
www.eeworm.com/read/170114/9818938
c 10-10.c
#include
#include
#include
#include
#include
#include
#include
#include
#if defined_GNU_LIBRARY
www.eeworm.com/read/357171/10214137
m 10-10.m
wname = 'db5';
%设置小波名
[Lo_D,Hi_D,Lo_R,Hi_R] = wfilters(wname);
% 计算与给定小波名相关的四个滤波器
subplot(221); stem(Lo_D);
title('分解低通滤波器');
subplot(222); stem(Hi_D);
title('分解高通滤波器');
subplot(223); ste
www.eeworm.com/read/425965/10303149
gif 10_10.gif
www.eeworm.com/read/159906/10591444
m 10-10.m
wname = 'db5';
%设置小波名
[Lo_D,Hi_D,Lo_R,Hi_R] = wfilters(wname);
% 计算与给定小波名相关的四个滤波器
subplot(221); stem(Lo_D);
title('分解低通滤波器');
subplot(222); stem(Hi_D);
title('分解高通滤波器');
subplot(223); ste
www.eeworm.com/read/275376/10821522
cpp 10_10.cpp
//10_10.cpp
#include
#include
#include
#include
using namespace std;
class even_by_two{ //类定义形式的函数对象
public:
int operator()() const
www.eeworm.com/read/274718/10856723
cpp 10_10.cpp
#include
#include
#include
using namespace std;
int main()
{ int a[ 10 ] = { 6, 20, 9, 1, 40, 30, 10, 20, 85, 13 };
multiset< int, less< int > > iMultiset; // 整数