代码搜索:如何学习 Describing?
找到约 10,000 项符合「如何学习 Describing?」的源代码
代码结果 10,000
www.eeworm.com/read/485012/6570592
m genform.m
%GENFORM: Help file describing the generalized OPF formulation used by
% the fmincopf and MINOPF solvers.
%
%*-*-*-*-*
%CONTENTS
%*-*-*-*-*
%
%1: General OPF problem formulation
%2: Problem da
www.eeworm.com/read/402344/11536828
h encore.h
// This is the header file describing
// the entrance function of the encoder core
// or the encore ...
typedef struct _ENC_PARAM_ {
int x_dim; // the x dimension of the frames to be encoded
in
www.eeworm.com/read/402344/11536832
h~ encore.h~
// This is the header file describing
// the entrance function of the encoder core
// or the encore ...
typedef struct _ENC_PARAM_ {
int x_dim; // the x dimension of the frames to be encoded
in
www.eeworm.com/read/156956/11750313
m genform.m
%GENFORM: Help file describing the generalized OPF formulation used by
% the fmincopf and MINOPF solvers.
%
%*-*-*-*-*
%CONTENTS
%*-*-*-*-*
%
%1: General OPF problem formulation
%2: Problem da
www.eeworm.com/read/155109/11898437
m doevent.m
%DOEVENT Event handler for the pendulum ball balancing simulator
%
% Syntax: doevent(strEvent)
%
% Inputs: strEvent is a string describing which item on the PENDUL2 menu
% the user
www.eeworm.com/read/220289/14844026
m gennoiseds.m
function NoiseDS = gennoiseds(ArgDS)
% GENNOISEDS Generates a NoiseDS data structure describing a noise source.
%
% NoiseDS = gennoiseds(ArgDS)
%
% This function generates a ReBEL noise source
www.eeworm.com/read/214343/15104996
java mergeableheap.java
package structure;
/**
* Interface describing mergeable min heaps.
* Min heaps are collections of Comparable data that guarantee
* efficient access to the smallest element in the structure.
* Me
www.eeworm.com/read/477399/1361011
java latextoken.java
package com.Ostermiller.Syntax.Lexer;
/**
* A LatexToken is a token that is returned by a lexer that is lexing a HTML
* source file. It has several attributes describing the token:
* The type of
www.eeworm.com/read/477399/1361016
java htmltoken.java
package com.Ostermiller.Syntax.Lexer;
/**
* A HTMLToken is a token that is returned by a lexer that is lexing a HTML
* source file. It has several attributes describing the token:
* The type of
www.eeworm.com/read/229812/4746290
fi wc.fi
* Define pragma describing WATCOM C calling convention.
* - scalar arguments are passed by value
* - character arguments are passed as strings
*$pragma aux wc "!_" parm (value)
*