代码搜索:小样本
找到约 10,000 项符合「小样本」的源代码
代码结果 10,000
www.eeworm.com/read/215911/15034245
m example6_1.m
%首先装载一原始信号
load nearbrk;
s=nearbrk;
%===========================
%画出该信号的波形图
subplot(4,2,1);
plot(s);
Ylabel('s');
title('原始信号s和信号的近似a、细节d');
%===========================
%用小波
www.eeworm.com/read/213451/15134688
asv r21.asv
%装载并显示原始图象
A=imread('C:\Documents and Settings\luom\My Documents\study\paper\江华荣(基于小波变换的弱信号提取)\程序\源程序\m.jpg');
%=============================================
%转换为索引图
A=double(A);
Xrgb=0.2990*A(:,
www.eeworm.com/read/4698/38692
asm 1.asm
;************;
;小灯控制程序;
;************;
;
;************;
;中断入口程序;
;************;
;
ORG 0000H ;程序执行开始地址
LJMP START ;跳至START执行
ORG 0003H ;外中断0中断入口地址
RETI ;中断返回(
www.eeworm.com/read/7324/114933
asm 1.asm
;************;
;小灯控制程序;
;************;
;
;************;
;中断入口程序;
;************;
;
ORG 0000H ;程序执行开始地址
LJMP START ;跳至START执行
ORG 0003H ;外中断0中断入口地址
RETI ;中断返回(
www.eeworm.com/read/31624/1025758
asm 1.asm
;************;
;小灯控制程序;
;************;
;
;************;
;中断入口程序;
;************;
;
ORG 0000H ;程序执行开始地址
LJMP START ;跳至START执行
ORG 0003H ;外中断0中断入口地址
RETI ;中断返回(
www.eeworm.com/read/31627/1026038
asm 1.asm
;************;
;小灯控制程序;
;************;
;
;************;
;中断入口程序;
;************;
;
ORG 0000H ;程序执行开始地址
LJMP START ;跳至START执行
ORG 0003H ;外中断0中断入口地址
RETI ;中断返回(
www.eeworm.com/read/37320/1072165
c++
#include
main()
{
//声明变量
int i,j;
float t,a[5];
//从键盘上为数组赋值
for (i=0;i
www.eeworm.com/read/38039/1091014
mnu grless.mnu
GR/LESS 大/小
# remove the # sign and enter foreign help string in this line
Greater#Than 大于
Select only models of size that is greater than limit.
选取尺寸大于限制的模型
Less#Than 小于
Select only models of size t
www.eeworm.com/read/470436/1471246
asm 1.asm
;************;
;小灯控制程序;
;************;
;
;************;
;中断入口程序;
;************;
;
ORG 0000H ;程序执行开始地址
LJMP START ;跳至START执行
ORG 0003H ;外中断0中断入口地址
RETI ;中断返回(