代码搜索:predefined
找到约 1,203 项符合「predefined」的源代码
代码结果 1,203
www.eeworm.com/read/366696/2885130
h c++config.h
// Predefined symbols and macros -*- C++ -*-
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. Thi
www.eeworm.com/read/255218/4378988
h c++config.h
// Predefined symbols and macros -*- C++ -*-
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. Thi
www.eeworm.com/read/147311/12567316
html str2clr.html
Converting a String to a Predefined Color Value
(Java Developers Almanac Example)
www.eeworm.com/read/390106/8483512
htm color_str2clr.htm
Retrieving a Predefined Color by Name (Java Developers Almanac Example)
www.eeworm.com/read/431675/8662018
m subimage.m
%SUBIMAGE Display dataset image in subplot with predefined colormap
%
% subimage(A,map)
function subimage(a,map)
nx = [];
clf;
cla;
[m,k] = size(a);
y = a.c;
x = k/y;
if x ~= round(x)
if (m/y) == r
www.eeworm.com/read/418695/10935370
m subimage.m
%SUBIMAGE Display dataset image in subplot with predefined colormap
%
% subimage(A,map)
function subimage(a,map)
nx = [];
clf;
cla;
[m,k] = size(a);
y = a.c;
x = k/y;
if x ~= round(x)
if (m/y) == r
www.eeworm.com/read/397102/8068197
m subimage.m
%SUBIMAGE Display dataset image in subplot with predefined colormap
%
% subimage(A,map)
function subimage(a,map)
nx = [];
clf;
cla;
[m,k] = size(a);
y = a.c;
x = k/y;
if x ~= round(x)
if (m/y) == r
www.eeworm.com/read/244728/12847132
html mainwzmaptest.html
WZ 1.1: Maps and coordinates
wzMap
There are a lot of predefined standard systems of coordinates
which may be used. We distinguish two transformations: global
and
www.eeworm.com/read/342008/12047186
m subimage.m
%SUBIMAGE Display dataset image in subplot with predefined colormap
%
% subimage(A,map)
function subimage(a,map)
nx = [];
clf;
cla;
[m,k] = size(a);
y = a.c;
x = k/y;
if x ~= round(x)
if (m/y) == r
www.eeworm.com/read/249895/4445174
java symbols.java
package org.garret.rdf;
/**
* Predefined names of type and properties
*/
public class Symbols {
public static final String RDFS="http://www.w3.org/2000/01/rdf-schema#";
public stati