代码搜索:Text
找到约 10,000 项符合「Text」的源代码
代码结果 10,000
www.eeworm.com/read/241132/13168785
o text.o
www.eeworm.com/read/139204/13175024
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/139204/13175040
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/139204/13179717
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/139204/13179736
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/240688/13204485
gif text.gif
www.eeworm.com/read/138718/13221225
class text.class
www.eeworm.com/read/138718/13221269
java text.java
/**
* The Adaptee in this sample
*/
public class Text {
private String content;
public Text() {
}
public void SetContent(String str) {
content = str;