代码搜索:10 是什么?
找到约 10,000 项符合「10 是什么?」的源代码
代码结果 10,000
www.eeworm.com/read/334943/12560523
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/134003/14012748
opt 10_10.opt
www.eeworm.com/read/134003/14012752
plg 10_10.plg
Build Log
--------------------Configuration: 10_10 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\KAVINC~
www.eeworm.com/read/134003/14012754
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/134003/14012756
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/134003/14012757
ncb 10_10.ncb
www.eeworm.com/read/236472/14014646
cbr-10-10
#
# First Multicast group
# 10 sender: nodes 0 through 9
# receiver(s): nodes 40 through 49
#
for {set i 0} {$i < 10} {incr i} {
set udp_($i) [new Agent/UDP]
$udp_($i) set dst_addr_ 0xE000000
$ns_
www.eeworm.com/read/204274/15342124
bak 10_10.bak
#include
main(){
void fun(int a[5][5]);
int a[5][5]={{1,2,3,4,5},{6,7,8,9,0},{11,12,13,14,15},{16,17,18,19,20},{21,22,23,24,25}};
int *p,i;
fun(a);
p=a[0];
for(i=1;i
www.eeworm.com/read/204274/15342252
c 10_10.c
www.eeworm.com/read/201342/15410012
txt 10-10.txt
%例10-10 switch - case - otherwise - end分支语句的使用。
function lower1(method)
switch method
case {'linear','bilinear'}
disp('Method is linear')
case 'cubic'