代码搜索:Text
找到约 10,000 项符合「Text」的源代码
代码结果 10,000
www.eeworm.com/read/215306/15065670
gif text.gif
www.eeworm.com/read/114171/15074668
jpg text.jpg
www.eeworm.com/read/214740/15090130
&&& da_text.&&&
function [handle]=text(w1,x,y,xw,yh,s,fc,bc)
%
% Useage:
% [handle]=text(w1,x,y,xw,yh,s,fc,bc)
%
% Prints a text object with the following attributes
%
% window : w1
% position: x,y
% size
www.eeworm.com/read/213965/15119494
gif text.gif
www.eeworm.com/read/213563/15130314
java text.java
package ch10.section07;
public class Text {
private String content;
public Text() {
}
public void SetContent(String str) {
content = str;
}
public String GetContent() {
www.eeworm.com/read/213514/15132231
cpp text.cpp
// Text.cpp : implementation file
// implements IDispatch and IPersistStream
//
#include "stdafx.h"
#include "ex26b.h"
#include "Text.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FIL
www.eeworm.com/read/213514/15132233
h text.h
#ifndef __TEXT_H__
#define __TEXT_H__
// CText command target
class CText : public CCmdTarget
{
private:
char* m_pchText;
DECLARE_DYNCREATE(CText)
CText(); // protected cons
www.eeworm.com/read/213440/15134886
c text.c
/*++
Copyright (c) 1990-1999 Microsoft Corporation
All Rights Reserved
Abstract:
Routines to facilitate printing of text jobs.
--*/
#include "local.h"
#define FLAG_CR_STATE
www.eeworm.com/read/212382/15156814