代码搜索:predefined
找到约 1,203 项符合「predefined」的源代码
代码结果 1,203
www.eeworm.com/read/103915/15716262
c fstenc.c
/*
* fstenc.c
*
* Fast encoder
*
* This is a one pass encoder which uses predefined trees. However, since these are not the same
* trees defined for a fixed block (we use better trees tha
www.eeworm.com/read/102657/15763668
h filler.h
#ifndef _FILLER
#define _FILLER
#include "stdafx.h"
// List of predefined constants
#ifndef SUCCESS
#define SUCCESS 0
#endif
#ifndef FAILURE
#define FAILURE -1
#endif
// Class CFill
www.eeworm.com/read/433274/8534250
hpp notifiablei.hpp
#ifndef NOTIFIABLEI_HPP
#define NOTIFIABLEI_HPP
/*
This includes the interfaces without any implementation code.
*/
// Predefined NotDataI IDs here (values
www.eeworm.com/read/187897/8593875
c node.c
#include
#include
#include "ansidecl.h"
#include "hash.h"
#include "graph.h"
#define error(...)
/////////////////////// predefined power source nodes//////////////////
www.eeworm.com/read/121089/6070706
err cl.err
/* error messages */
2001 "too many symbols predefined with /D"
2002 "conflict in memory-model specification"
2003 "missing source file name"
2008 "limit of %s exceeded at '%s'"
2011 "only
www.eeworm.com/read/249894/12449008
cs symbols.cs
namespace Rdf
{
///
/// Predefined names of type and properties
///
public class Symbols
{
public const string RDFS="http://www.w3.org/2000/01/rdf-schema#";
www.eeworm.com/read/216374/15016655
ini skin.ini
[General]
Name=Default
[TOOLBAR]
[TOOLBAR_STYLE]
//This is the Buttons toolbar (Back, Forward, Refresh, Home, etc.)
//Theme gives some predefined styles. Valid values are XP,DEFAULT,CUSTOM
/