代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/102552/15776269
htm subject_21948.htm
序号:21948 发表者:超超 发表日期:2002-11-21 13:53:41
主题:请教!!有关BSTR!多谢!
内容:请问哪位高手可以提供有关BSTR的有关资料!多谢!
返回上页
www.eeworm.com/read/176362/9501140
h gkclient.h
/*=============================================================
Function:
Author: Leon Wang
========================================================
www.eeworm.com/read/339243/12246314
h config.h
#pragma once
struct SProgramVariables
{
public:
CString m_szLstFilterPath;
CString m_szAdapterName;
CString m_szLocalIPAddr;
};
www.eeworm.com/read/163388/10163003
h classpt.h
#include
#include "stdlib.h"
class ClassPt
{
public:
void Empty();
bool RecordDel(CString,CString); //删除一条语句
int RecordDel(CString);
bool RecordFind(CString);
www.eeworm.com/read/449758/7496960
h classpt.h
#include
#include "stdlib.h"
class ClassPt
{
public:
void Empty();
bool RecordDel(CString,CString); //删除一条语句
int RecordDel(CString);
bool RecordFind(CString);
www.eeworm.com/read/493886/6384086
h classpt.h
#include
#include "stdlib.h"
class ClassPt
{
public:
void Empty();
bool RecordDel(CString,CString); //删除一条语句
int RecordDel(CString);
bool RecordFind(CString);
www.eeworm.com/read/149466/6314919
h stream.h
//流类,现仅有BM算法
class Key_Stream
{
private:
//序列的最小生成式序列
CString _C;
//BM算法参数
CString _B;
int _L;
int _m;
int _N;
//两个序列的或操作
CString CString_And(CString a,CString b);
/
www.eeworm.com/read/118454/14869481
prg error_4.prg
******程序功能:将非汉字字符组成的字符串反序显示(例如将Microsoft显示为tfosorciM)
CLEAR
cString="Microsoft "
cResult=cString+"的反序显示为"
DO WHILE LEN(cString)>0
cResult=RIGHT(cString,1)+cResult
cString=SUBSTR(cString,1,LEN(
www.eeworm.com/read/349896/10791175
h globefun.h
//得到html链接表示方法
extern "C" CString GetTextWithHtmlLink(CString strText,CString strUrl) ;
//取得签名档的内容
extern "C" CString GetQMD() ;
//取得配置文件的文件名
extern "C" CString GetConfigurationfileName()
www.eeworm.com/read/327416/13079836
h courseinfo.h
class CCourseInfo : public CObject
{
CString strNO; // 课程号
CString strName; // 课课名称
CString strSpecial; // 所属专业
CString strType; // 课程类型
BYTE nOpen; // 开课学期
BYTE nHours;