代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/454351/7393257
m demo_fourimages.m
% This Matlab code demomstrates an improved algorithm based on the local binary fitting (LBF) model
% in Chunming Li et al's paper:
% "Implicit Active Contours Driven By Local Binary Fitting Ener
www.eeworm.com/read/454045/7402209
c speaker.c
#include < fcntl.h >
#include < stdio.h >
#include < stdlib.h >
#include < string.h >
#include < unistd.h >
#include < sys/ioctl.h >
#include < sys/types.h >
#include < linux/kd.h >
/* 设定默认值
www.eeworm.com/read/454042/7402219
h field.h
#if !defined(AFX_FIELD_H__522768ED_360F_480B_8B2A_86845BB88AA6__INCLUDED_)
#define AFX_FIELD_H__522768ED_360F_480B_8B2A_86845BB88AA6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
www.eeworm.com/read/454031/7402650
m 模糊pid-a.m
%Fuzzy Tunning PID Control
clear all;
close all;
a=newfis('fuzzpid');
a=addvar(a,'input','e',[-3,3]); %Parameter e
a=addmf(a,'input',1,'NB','zmf',[-3,-1]);
a=addmf(a,'
www.eeworm.com/read/453950/7403344
bsf int_div.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/453950/7403347
bsf int_div2.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/453869/7406388
c configfile.c
/**********************************************************************
* Software Copyright Licensing Disclaimer
*
* This software module was originally developed by contributors to the
* cou
www.eeworm.com/read/453843/7406690
h field.h
#if !defined(AFX_FIELD_H__56788CD4_D8DC_4336_B474_74C1F826069C__INCLUDED_)
#define AFX_FIELD_H__56788CD4_D8DC_4336_B474_74C1F826069C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
www.eeworm.com/read/453727/7413756
java ex1.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package chenchao5;
/**
*
* @author williechen
*/
public class Ex1 {
/**
* @param args
www.eeworm.com/read/452945/7428938
bak mux4.v.bak
module mux4 # (parameter WIDTH = 8)
(
input [WIDTH-1:0] data0, data1, data2,data3,
input src,
output reg [WIDTH-1:0] y
);
always @(*)
case(src)
2'b00:y