代码搜索:pin二极管
找到约 10,000 项符合「pin二极管」的源代码
代码结果 10,000
www.eeworm.com/read/460543/7247629
lst ia443x_demo.lst
C51 COMPILER V8.00 IA443X_DEMO 11/17/2008 10:50:31 PAGE 1
C51 COMPILER V8.00, COMPILATION OF MODULE IA443X_DEMO
OBJECT MODULE PLACE
www.eeworm.com/read/458827/7288811
m rlsxxx.m
%本例比较了在四种特征值扩散度不同的情况下RLS算法的学习曲线
clear all
close all
sigma = 0.001; %噪声功率
NR = 11; %抽头数
N = 300; %采样次数
wn=[3.5 3.3 3.1 2.9];
www.eeworm.com/read/458336/7298965
h key.h
/**************************************************
4x4键盘库说明:
扫描得到的键值为nkeynumber,如果键值与实物的数字要排列不相符合,
只需改变SWItCH的跳转值即可。
扫描过程说明:先送一个行号0,其它为1,然后判断一次列号。如此将
四个行号都送一次0后,即可判断键值。
************************
www.eeworm.com/read/457219/7332033
m select2.m
function [out,coefs,pin]=select(in,d,x,y,h1,h2)
%
% out=select(in);
%
% selects a new population
%
%
global stop;
%
% Mix up the population
%
chrom=shuffle(in);
%
% Decode the existing
www.eeworm.com/read/457219/7332040
m select3.m
function [out,coefs,pin]=select(in,d,x,y,h1,h2)
%
% out=select(in);
%
% selects a new population
%
%
global stop;
%
% Mix up the population
%
chrom=shuffle(in);
%
% Decode the existing
www.eeworm.com/read/457219/7332074
m select4.m
function [out,coefs,pin]=select(in,d,x,y,h1,h2)
%
% out=select(in);
%
% selects a new population
%
%
global stop;
%
% Mix up the population
%
chrom=shuffle(in);
%
% Decode the existing
www.eeworm.com/read/457219/7332111
m select7.m
function [out,coefs,pin]=select(in,d,x,y,h1,h2)
%
% out=select(in);
%
% selects a new population
%
%
global stop;
%
% Mix up the population
%
chrom=shuffle(in);
%
% Decode the existing
www.eeworm.com/read/457219/7332130
m select.m
function [out]=select(in,d,x,y)
%
% out=select(in);
%
% selects a new population
%
%
%
% Mix up the population
%
chrom=shuffle(in);
%
% Decode the existing population
%
coefs=decodal
www.eeworm.com/read/457219/7332163
m select5.m
function [out,coefs,pin]=select(in,d,x,y,h1,h2)
%
% out=select(in);
%
% selects a new population
%
%
global stop;
%
% Mix up the population
%
chrom=shuffle(in);
%
% Decode the existing
www.eeworm.com/read/457219/7332191
m select1.m
function [out,coefs,pin]=select(in,d,x,y,h1,h2)
%
% out=select(in);
%
% selects a new population
%
%
global stop;
%
% Mix up the population
%
chrom=shuffle(in);
%
% Decode the existing