代码搜索:pdf document
找到约 10,000 项符合「pdf document」的源代码
代码结果 10,000
www.eeworm.com/read/433872/7076907
txt document.txt
The TStringList object maintains a list of strings. Use a string list object when you are managing a list of strings that is not
maintained by a control.
You can add, delete, insert, move, and e
www.eeworm.com/read/446704/7106097
doc document.doc
www.eeworm.com/read/118158/7134235
rgs document.rgs
HKCR
{
AutoATL.Document.1 = s 'Document Class'
{
CLSID = s '{05C18771-6A95-11D2-9AE8-00A0C9E52DCB}'
}
AutoATL.Document = s 'Document Class'
{
CLSID = s '{05C18771-6A95-11D2-9AE8-00A0C
www.eeworm.com/read/463086/7187849
cs document.cs
/*
* Copyright (c) 2002 FulcrumWeb. All rights reserved.
*/
using System;
using System.Configuration;
using System.Collections;
using System.Data;
using System.Data.OleDb;
using System.IO;
www.eeworm.com/read/461527/7225451
cpp document.cpp
// **************************************************************************
// document.cpp
//
// Description:
// Implements a CDocument derived class. This is the document part of our
// MFC
www.eeworm.com/read/461527/7225453
h document.h
// **************************************************************************
// document.h
//
// Description:
// Defines a CDocument derived class. This is the document part of our MFC
// SDI d
www.eeworm.com/read/460130/7257275
png document.png
www.eeworm.com/read/454934/7381478
cpp document.cpp
#include ".\document.h"
#include
Document::Document(const string& str)
{
name = str;
}
Document::~Document(void)
{
}
void Document::Open()
{
std::cout