代码搜索:notation
找到约 2,214 项符合「notation」的源代码
代码结果 2,214
www.eeworm.com/read/193628/8210810
h delay.h
#ifndef __Delay_H
#define __Delay_H
#include "Notation.h"
#endif
www.eeworm.com/read/193277/8242385
m binary.m
function x = binary(x)
%BINARY Constrains variables to be binary (0/1)
%
% F = BINARY(x) is used to a posteriori constrain
% variables to be binary, in contrast to BINVAR
% that declares
www.eeworm.com/read/193277/8242410
m integer.m
function x = integer(x)
%INTEGER Constrains variables to be integer
%
% F = INTEGER(x) is used to posteriori constrain
% variables to be integer, in contrast to INTVAR
% that declares var
www.eeworm.com/read/193277/8243203
m binary.m
function x = binary(x)
%BINARY Constrains variables to be binary (0/1)
%
% F = BINARY(x) is used to a posteriori constrain
% variables to be binary, in contrast to BINVAR
% that declares
www.eeworm.com/read/193277/8243244
m integer.m
function x = integer(x)
%INTEGER Constrains variables to be integer
%
% F = INTEGER(x) is used to posteriori constrain
% variables to be integer, in contrast to INTVAR
% that declares var
www.eeworm.com/read/113029/15472473
cpp fig05_20.cpp
// Fig. 5.20: fig05_20.cpp
// Using subscripting and pointer notations with arrays.
#include
using std::cout;
using std::endl;
int main()
{
int b[] = { 10, 20, 30, 40 };
www.eeworm.com/read/280028/10361080
htm function.php-xml_set_notation_decl_handler.htm
函数:xml_set_notation_decl_handler()
a {text-decoration: none;color:#6666ff
www.eeworm.com/read/127767/14337713
txt e313. formatting a number in exponential notation.txt
The `E' symbol specifies that a number should be formatted in exponential notation. The symbol also separates the mantissa from the exponent. The symbol must be followed by one or more `0' symbols. Th
www.eeworm.com/read/448535/7531402
m wavetest.m
% Test the wavelet transform in matrix notation
wavecoeff; % set up the coefficients
h = d4coeff;
g = [h(4) -h(3) h(2) -h(1)];
L = [h(4) 0 0 0 0 0 %