代码搜索:Text
找到约 10,000 项符合「Text」的源代码
代码结果 10,000
www.eeworm.com/read/339206/12252257
opt text.opt
www.eeworm.com/read/339206/12252266
rc text.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/339206/12252269
plg text.plg
Build Log
--------------------Configuration: Text - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1
www.eeworm.com/read/339206/12252271
cpp text.cpp
// Text.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Text.h"
#include "MainFrm.h"
#include "TextDoc.h"
#include "TextView.h"
#ifdef _DEBUG
#def
www.eeworm.com/read/150753/12266593
dpr text.dpr
program Text;
uses
Forms,
textmain in 'textmain.pas' {Form1};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
www.eeworm.com/read/150692/12271523
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/150692/12271527
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/150619/12281156
jar text.jar
www.eeworm.com/read/150315/12299667
h text.h
www.eeworm.com/read/150315/12299688
c text.c
/***********************************************************************
文件名: Text.c
内容: 文本以及字符处理
创建人: Bob Lee
创建日期: 2005-8-12
修改日期: 2005-8-12
版本: 1.00.000
*********************************