代码搜索:Structure
找到约 10,000 项符合「Structure」的源代码
代码结果 10,000
www.eeworm.com/read/424743/10420332
m get_structure.m
function str = get_structure( name )
%STRUCTURE Summary of this function goes here
%
% Structure used in this toolbox.
%
% individual structure:
% parameter: the parameter space point of the individ
www.eeworm.com/read/278930/10487321
bak structure.h.bak
#include "DEF.H"
union uSend
{
struct
{
unsigned char bCurrent:1; //记录SCL的当前状态
unsigned char bPrevious:1; //记录SCL的之前状态
unsigned char bFree:5;
unsigned char bData:1; //发送
www.eeworm.com/read/160392/10535758
tex mld_structure.tex
\hysdel{} stores the output in a file which describes a
MLD-structure according to \matlab{} syntax. If the system
contains symbolic parameters then the generated file assumes that
the structure \mcmd
www.eeworm.com/read/160392/10536064
tex pwa_structure.tex
\chapter{PWA structure}
\section{Detailed Description}
An PWA system can be rewritten in this way:
\begin{eqnarray}
x(t+1)&=&A_ix(t)+B_iu(t)+f_i\\
y(t)&=&C_ix(t)+D_iu(t)+g_i\\
&&\mb
www.eeworm.com/read/423392/10563249
doxygen code_structure.doxygen
/**
\page code_structure Structure of the source code
[ \ref wpa_supplicant_core "wpa_supplicant core functionality" |
\ref generic_helper_func "Generic helper functions" |
\ref crypto_func "Cryptogr
www.eeworm.com/read/278132/10566323
m conjugate_structure.m
function [ga,gb,bestgp,bestgc]=conjugate_structure(x,y,z,c,GA,GB)
%实现共轭结构增益码书搜索功能
%输入 x--目标信号x(n) y--y(n) z--z(n) c--c(n) gp--计算出的自适应增益 gc--计算出的固定增益
%输出 码书指针
global U;
minimum=10^30;
www.eeworm.com/read/350251/10752740
f90 structure.f90
SUBROUTINE UpdateStructure
USE CtrlData
USE ElmtData
USE GlobData
iswth = mswth * 2 + 7
DO ielem = 1, nelem
CALL ElmOpt( ielem, iswth )
www.eeworm.com/read/420872/10769834
m pid_structure.m
function regStruct = pid_structure(model,reqStruct)
%PID_STRUCTURE Structure selection for a ISA-PID regulator.
%
% REGSTRUCT = PID_STRUCTURE(MODEL,REQSTRUCT) returns the ``best''
% structure