代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/272444/10957529
v mux_4_1_d7.v
module MUX_4_1_D7(SEL,A,B,C,D,SEL1, MUX_OUT);
parameter WORD = 7; //﹚竡WORD单
www.eeworm.com/read/418151/10964485
m scaleabcd.m
function [ABCDs,umax,S]=scaleABCD(ABCD,nlev,f,xlim,ymax,umax,N_sim,N0)
%[ABCDs,umax,S]=scaleABCD(ABCD,nlev=2,f=0,xlim=1,ymax=nlev+5,umax,N=1e5,N0=10)
%Scale the loop filter of a general delta-sigma
www.eeworm.com/read/271693/10983740
m setpar.m
function par = setpar
% DESCRIPTION par = setpar
% Sets the structured parameter par that is the input to runef.
% This file is intended to use as a template. Rename and change
% its content to you
www.eeworm.com/read/271522/10990261
properties applicationresources.properties
# Resources for parameter 'com.luoin.struts.ApplicationResources'
# Project erp
www.eeworm.com/read/271509/10991845
h pop3.h
/******************************************************************************
Copyright (C) 2005 UTStarcom (Hangzhou) Telecom Co., Ltd.
All rights reserved.
Contains confidential prop
www.eeworm.com/read/271333/11000041
m image recognition.m
clear all
clc
NumOfImage = 34;
width=32;
hight=32;
for i = 1: NumOfImage
% i
R=imread(num2str(i),'bmp');
B=(R(:))';
v(i,:)=double(B);
vmean(i)=mean(i,:);
v(i,:)=v(i,:)-mean
www.eeworm.com/read/271333/11000059
m unbalanced quick network.m
clear all
clc
NumOfImage = 34;
width=32;
hight=32;
maxGray = 1;
for i = 1: NumOfImage
% i
R=imread(num2str(i),'bmp');
B=(R(:))';
v(i,:)=double(B);
vmean(i)=mean(v(i,:));