代码搜索:CString
找到约 10,000 项符合「CString」的源代码
代码结果 10,000
www.eeworm.com/read/236465/14015195
cpp fileoperate.cpp
#include "StdAfx.h"
#include "FileOperate.h"
//功能:构造函数制造主目录
CString strTmpPath;
int CALLBACK BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM lParam, LPARAM lpData)
{
TCHAR szDir[MAX_PATH];
sw
www.eeworm.com/read/236465/14015197
cpp mytime.cpp
#include "StdAfx.h"
#include "MyTime.h"
CMyTime::CMyTime()
{
ValueTime=CTime::GetCurrentTime();
}
CString CMyTime::GetAllString(BOOL blnChinese)
{
CString str;
if(blnChinese)
str=ValueT
www.eeworm.com/read/236465/14015219
h fileoperate.h
//使用说明:
//1.在整个程序中如果使用了CFileDialog时将Flags设置为OFN_NOCHANGEDIR
//2.此类的书写并不完善,有待改进
//---------------------------------------------------------设计人:牛文平
extern int CALLBACK BrowseCallbackProc(HWND hwnd,
www.eeworm.com/read/236465/14015223
h myprint.h
//功能:实现简单的打印
//---------------------------------------------------设计人:牛文平
class CMyPrint
{
public:
//构造函数
CMyPrint();
//返回指针
CDC* GetMyCdc();
//人为的选择打印机
//可以在注册表HKEY_CURRENT_USER\Print
www.eeworm.com/read/236465/14015224
h myexcel.h
//使用说明:
//此类的设计方便了VC对EXCEL的操作。主要功能如下:
// A.打开EXCEL文档进行修改和保存
// B.新建EXCEL文档进行操作存储
// B.读取和填写EXCEL中的数据
// C.设置EXCEL中边框的参数
// D.设置EXCEL中背景颜色的参数
// E.打印和预览
// F.自动回收内存
// G.在显示之后,此类将自动关闭不能进行其它相关的 ...
www.eeworm.com/read/236465/14015239
h mytime.h
//功能:实现简单的时间格式的转换
//---------------------------------------------------------------设计人:牛文平
class CMyTime
{
public:
//CTime类型的值
CTime ValueTime;
//返回字符串形式的日期时间
//blnChinese:TRUE-"年月日时分秒" F
www.eeworm.com/read/236465/14015249
h mytime.h
//功能:实现简单的时间格式的转换
//---------------------------------------------------------------设计人:牛文平
class CMyTime
{
public:
//CTime类型的值
CTime ValueTime;
//返回字符串形式的日期时间
//blnChinese:TRUE-"年月日时分秒" F
www.eeworm.com/read/133963/14016746
cpp manipulate.cpp
// Manipulate.cpp : implementation file
//
#include "stdafx.h"
#include "标签数据录入系统.h"
#include "Manipulate.h"
#include "MainFrm.h"
#ifdef _DEBUG
#include "globals.h"
#define new DEBUG_NEW
www.eeworm.com/read/133908/14018172
h shelllink.h
/*
Module : SHELLLINK.H
Purpose: Defines the interface for 2 MFC shell wrapper classes, one is for
IShellLink and the other is for IUniformResourceLocator
Created: PJN / 22-05-1998
Histo
www.eeworm.com/read/236333/14021355
h rsaa.h
//RsaA.h
#include
#include
#include
#include
const DATALENGTH=350; //大数类型的长度
const MLENGTH=10; //质数的长度
const TESTNUM=30; //测试质数时的比较的次数
co