代码搜索:Generating
找到约 2,801 项符合「Generating」的源代码
代码结果 2,801
www.eeworm.com/read/339586/3297799
awk gen_rpc.awk
#
# $Id: gen_rpc.awk,v 11.58 2004/08/19 20:28:37 mjc Exp $
# Awk script for generating client/server RPC code.
#
# This awk script generates most of the RPC routines for DB client/server
# use. It als
www.eeworm.com/read/286192/4041989
cpp xml.cpp
// C++ By Example, Chapter 9
// Generating XML/HTML
#include "xml.h"
using std::string;
void XMLDoc::push_tag(const Tag& tag) { m_tstack.push_back(tag); }
bool XMLDoc::empty() const { retur
www.eeworm.com/read/286192/4041990
cpp tag.cpp
// C++ By Example, Chapter 9
// Generating XML/HTML
#include "tag.h"
using std::string;
Tag& Tag::set(bool on_off)
{ m_open = on_off; return *this; }
void Tag::clear()
{
delete m_attrib
www.eeworm.com/read/408246/2253144
lisp ucs-2.lisp
(in-package #:sb!impl)
;;; TODO Macro for generating different variants:
;;; :ucs-2le (little endian) sap-ref-16le
;;; :ucs-2be (big endian) sap-ref-16be
;;; :ucs-2 (native) sap-
www.eeworm.com/read/398634/2372278
awk gen_rpc.awk
#
# $Id: gen_rpc.awk,v 11.50 2002/07/02 19:26:57 sue Exp $
# Awk script for generating client/server RPC code.
#
# This awk script generates most of the RPC routines for DB client/server
# use. It als
www.eeworm.com/read/376060/2715537
svn-base xml.cpp.svn-base
// C++ By Example, Chapter 9
// Generating XML/HTML
#include "xml.h"
using std::string;
void XMLDoc::push_tag(const Tag& tag) { m_tstack.push_back(tag); }
bool XMLDoc::empty() const { retur
www.eeworm.com/read/376060/2715540
svn-base tag.cpp.svn-base
// C++ By Example, Chapter 9
// Generating XML/HTML
#include "tag.h"
using std::string;
Tag& Tag::set(bool on_off)
{ m_open = on_off; return *this; }
void Tag::clear()
{
delete m_attrib
www.eeworm.com/read/376060/2715557
cpp xml.cpp
// C++ By Example, Chapter 9
// Generating XML/HTML
#include "xml.h"
using std::string;
void XMLDoc::push_tag(const Tag& tag) { m_tstack.push_back(tag); }
bool XMLDoc::empty() const { retur