代码搜索:10 有哪些应用?
找到约 10,000 项符合「10 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/417350/10993571
txt 10-10.txt
%例10-10 switch - case - otherwise - end分支语句的使用。
function lower1(method)
switch method
case {'linear','bilinear'}
disp('Method is linear')
case 'cubic'
www.eeworm.com/read/270959/11018394
cpp 10-10.cpp
www.eeworm.com/read/469046/6984223
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/450886/7475248
c 10-10.c
#include < stdio.h>
typedef int Type;
typedef int T;
typedef struct BiTNode {
Type data;
struct BiTNode *lchild,*rchild;
}binarytree;
typedef struct Huffmannode{
binarytree tr
www.eeworm.com/read/448199/7538330
c 10-10.c
#include < stdio.h>
typedef int Type;
typedef int T;
typedef struct BiTNode {
Type data;
struct BiTNode *lchild,*rchild;
}binarytree;
typedef struct Huffmannode{
binarytree tr
www.eeworm.com/read/447287/7555208
htm 10-10.htm
function move(x, y) {
if (document.all) {
object1.style.pixelLeft += x;
object1.style.pixelTop += y;}
};
www.eeworm.com/read/299167/7881681
c 10-10.c
#include
#include
#include
#include
#include
#include
#include
#include
#if defined_GNU_LIBRARY
www.eeworm.com/read/296572/8091908
htm 10-10.htm
function move(x, y) {
if (document.all) {
object1.style.pixelLeft += x;
object1.style.pixelTop += y;}
};