搜索资源列表

  1. CString操作指南.rar

    0下载:
  2. 所属分类:文档资料

    • 发布日期:2024-05-19
    • 文件大小:20709
    • 提供者:
  1. 可替代CString的字符串类CStdStr.zip

    0下载:
  2. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:25133
    • 提供者:
  1. 编写一个STL 中的CString类.zip

    0下载:
  2. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-19
    • 文件大小:3425
    • 提供者:
  1. CBstr.zip

    0下载:
  2. 基于_bstr_t的一个类似CString的类
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-19
    • 文件大小:9409
    • 提供者:
  1. MFCCStringForATL.zip

    0下载:
  2. 在非MFC的ATL程序中加入CString类
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-19
    • 文件大小:57428
    • 提供者:
  1. CString 操作指南

    0下载:
  2. vc中关于string的操作,有字符串的各种获取,查找,详细介绍了string的各种操作-vc on the string of operation, the string of access, search, detailing a string of operations
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:20315
    • 提供者:fg
  1. vc++资料

    0下载:
  2. CString常见转换,这是初次接触VC++的朋友可能最需要的东西-Regular convert about CString,this is needful for tyro of VC++
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:84468
    • 提供者:陈世通
  1. XML文档处理类CMarkup

    0下载:
  2. 一个xml解析类源代码,C++实现但使用了mfc的CString类,用于Linux需要改写相关部分。-an analytic category xml source code, but the use of C realization of the mfc redeem category, the need for Linux rewrite the relevant parts.
  3. 所属分类:xml/soap/webservice

    • 发布日期:2008-10-13
    • 文件大小:207147
    • 提供者:岁月无声
  1. Cryptix_src_3-0-3

    0下载:
  2. 1.BOOL OnCommsCreate(CWnd* pParentWnd) 创建串口,本DLL同时创建5个串口。pParentWnd为窗口指针,一般为this。 2. BOOL OnComportOpen() 根据串口设置文件中的设置参数,打开多串口。 3.void OnCommSend(unsigned int uiCom, CString sSendData, unsigned int uiKind) 往
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:921143
    • 提供者:刘伟
  1. 字符串的查找和提取

    0下载:
  2. 本例讲述在MFC中类Cstring的一些基本用法,希望能给初学者帮助-the cases described in MFC category Cstring some basic usage, in hopes of giving help beginners
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:28203
    • 提供者:
  1. COMwithString

    0下载:
  2. 如何在编写COM接口的时候灵活运用CString类似的类是很多程序员迫切希望的,这个类很不错!-how COM interface in the preparation of flexibility in the use of a similar type redeem many programmers eager, this category is very good!
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:10023
    • 提供者:song
  1. MyPaint1.0

    0下载:
  2. 设计思路: 对Windows XP自带的画笔程序进行分析,一般User画图过程: 首先鼠标选择绘图工具,然后选择颜色,接着按User需要作图。User对产出的图像进行操作。 对图形元素抽象出公共属性,设计我的画板的作图过程: 选择工具 、画预览效果、User满意并确定、绘制效果。 下面是程序用到主要变量: 当前绘图点粒度:int iGranularity 当前使用颜色:COLORREF curColor
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:53776
    • 提供者:mars
  1. CStrLineToNum

    0下载:
  2. 基于CString类的自动分解单词的函数,对于文本文件的处理比较有用-redeem category based on the decomposition of the word automatic functions, the text file handling more useful
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:27159
    • 提供者:孔繁星
  1. StdString

    0下载:
  2. StdString:利用STL的basic_string类实现MFC的CString类全部功能。-StdString : the use of STL basic_string class achieve MFC redeem all of the features category.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:23968
    • 提供者:许式伟
  1. GB2UTF8

    0下载:
  2. GB转UTF8 void ConvertGBKToUtf8(CString& strGBK)-GB switch UTF8 void ConvertGBKToUtf8 (redeem
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:39599
    • 提供者:tjg
  1. catwork0601

    0下载:
  2. 1、我想调用 SetWindowsHookEx 来设置 WH_CBT 钩子,但我了解到 MFC 也安装了这个钩子,也就是在一个线程中安装了两次 WH_CBT,这样做能行吗? 2、我正在将一个现有的 C++ 类库转换为托管扩展,以便能在 .NET 框架客户端使用它们。我的代码调用了 API 函数,这些函数需要当前运行模块的 HINSTANCE。我不想使用我的 DLL 的 HINSTANCE;我想让调用者提供 EXE 的 HINS
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:101679
    • 提供者:阳广元
  1. mystring

    0下载:
  2. 一个很好的string类,类似与Windows 下CString-a good string type, similar to redeem and Windows
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2203
    • 提供者:王可国
  1. graph_string_file

    0下载:
  2. Introducing the new and improved CGraph Classes!! CGraph was my attempt to produce a set of freeware graph classes. After several iterations of the classes, it became more and more difficult to maintain and support
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:828601
    • 提供者:罗成
  1. CString

    0下载:
  2. CStringBuffer is the ref-counted storage class for the characters in a CString.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:pnlrzn
  1. 函数库

    0下载:
  2. cstring的函数库的介绍和cctype的函数库的介绍,里面有详细的介绍各个函数的用法以及重载(Cstrings function library introduction and cctype function library introduction, there is a detailed introduction of each function usage and overloading)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:王sir.
« 1 2 3 4 56 7 8 9 10 ... 26 »

源码中国 www.ymcn.org