代码搜索:Text

找到约 10,000 项符合「Text」的源代码

代码结果 10,000
www.eeworm.com/read/208260/4994892

hxx text.hxx

// Text.hxx // #ifndef Text__hxx #define Text__hxx #include #include "Component.hxx" class Text : public Component { public: Text(int width=130, int height=30); void setup(Wid
www.eeworm.com/read/208260/4994895

cpp text.cpp

// Text.cpp // #include #include #include #include "Text.hxx" Text::Text(int width, int height) { my_width = width; my_height = height
www.eeworm.com/read/208074/4997109

java text.java

package org.w3c.dom; /** * The Text interface represents the textual content (termed * character data in XML) of an Element or Attr. * If there is n
www.eeworm.com/read/206625/5005331

h text.h

/* ********************************************************************************************************* * uC/GUI * Universal
www.eeworm.com/read/206625/5005345

c text.c

/* ********************************************************************************************************* * uC/GUI * Universal
www.eeworm.com/read/205898/5014143

pm text.pm

# $Id: Text.pm 4532 2004-05-11 05:15:40Z ezra $ package XML::XPath::Node::Text; use strict; use vars qw/@ISA/; @ISA = ('XML::XPath::Node'); package XML::XPath::Node::TextImpl; use vars qw/@ISA/;
www.eeworm.com/read/205824/5017537

c text.c

/* * Notepad (text.c) * * Copyright 1998,99 Marcel Baur * Copyright 2002 Sylvain Petreolle * Copyright 2002 Andriy Palamarchuk * * This libr
www.eeworm.com/read/205824/5017719

c text.c

/* * ReactOS RosPerf - ReactOS GUI performance test program * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License a
www.eeworm.com/read/205824/5019631

c text.c

/* * DrawText tests * * Copyright (c) 2004 Zach Gorman * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * Li
www.eeworm.com/read/205824/5019825

h text.h

#ifndef _WIN32K_TEXT_H #define _WIN32K_TEXT_H /* GDI logical font object */ typedef struct { LOGFONTW logfont; FONTOBJ *Font; BOOLEAN Initialized; /* Don't reinitialize for each