CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - MultiByteToWideChar

搜索资源列表

  1. 怎样获取快捷方式所指向的目标文件名

    0下载:
  2. 怎样获取快捷方式所指向的目标文件名? HRESULT hres IShellLink* psl HRESULT hres IShellLink* psl char szGotPath[MAX_PATH] char szDescr iption[MAX_PATH] WIN32_FIND_DATA wfd OleInitialize(0) hres = CoCreateInstance(CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER, IID_IShellLi
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3317
    • 提供者:
  1. 中文内码转换源码

    0下载:
  2. 在阅读MSDN中发现只要妙用MultiByteToWideChar和LCMapString两函数,就可以简简单单地实现不同内码的转换。为了让程序员使用更方便,笔者编写了一个CChineseConvertor类,包装了所有中文内码的转换功能。读者可以直接在MFC中加入此类,用起来也非常轻松。详细细节请察看ChineseConvertor.h和ChineseConvertor.cpp源代码。-reading MSDN found as long as the magic MultiByteToWid
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2146
    • 提供者:王正
  1. ChineseConv

    0下载:
  2. 中文分为简体、繁体两种内码,另外还有统一码,如果要在不同码之间转换,需要有一个对应表格,程序编写起来非常繁琐,而且更要有内码对照表格。笔者,在阅读MSDN中发现只要妙用MultiByteToWideChar和LCMapString两函数,就可以简简单单地实现不同内码的转换。为了让程序员使用更方便,笔者编写了一个CChineseConvertor类,包装了所有中文内码的转换功能。读者可以直接在MFC中加入此类,用起来也非常轻松。详细细节请察看ChineseConvertor.h和ChineseCo
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2167
    • 提供者:liuguixue
  1. chartest

    0下载:
  2. wchar_t和char互相转换的例子,例子中应用了MultiByteToWideChar和WideCharToMultiByte两个函数
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2470519
    • 提供者:赵军
  1. SGIP1.2.0.10.DEMO

    0下载:
  2. 用c++编写的的中国联通SGIP协议,内容挺全。 MultiByteToWideChar WideCharToMultiByte CString CFile CFileException CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu SetWindowText SetTimer IsIconic CPaintDC SendMessage Get
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:645941
    • 提供者:tw
  1. ANSItoUnicode

    0下载:
  2. 通过L这个宏来实现和通过MultiByteToWideChar函数实现转换。-Through L to achieve the macro and conversion through the MultiByteToWideChar function.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:597
    • 提供者:darwinlin
  1. FunnComHelp

    0下载:
  2. 是本人的一个正式项目中所做的测试工程源码。主要功能是通过串口与板子的GSM模块进行通讯,进行收发短信的程序。内容有:串口设置,GB2312与UNICODE编码转换,PDU编解码(此部分大部分借鉴了网友的代码),AT指令发送。因内部使用了MultiByteToWideChar、WideCharToMultiByte字符转换函数,所以不能直接向嵌入式程序中移植。想要做这方面移植的请参考与本人上传的另一个资源“ HZTableComHelp.rar”-Is my project done by a f
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:98144
    • 提供者:叶木公
  1. MultiByteToWideChar

    0下载:
  2. 很多初學者從 VC++ 6.0 升級到 VC++ 2005 的時候, 經常發現到原本在 VC++ 6.0 版順利編譯並執行的程式突然無法編譯了. 像以下這個簡單的例子:-hhfghfhhh
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:29836
    • 提供者:tim
  1. Button-tansparent

    0下载:
  2. Button-tansparent: LoadImage CPoint CWnd CButton GetActiveWindow GetCapture SetFocus SetCapture CRect GetClientRect PtInRect ReleaseCapture CDC CPen CBrush FrameRect FillRect GetSysColor SelectObject LineTo DrawFocusRect CString GetWindowText Offse
  3. 所属分类:Button control

    • 发布日期:2017-04-09
    • 文件大小:1742360
    • 提供者:cici
  1. CUseSKin

    0下载:
  2. How to use skin control: LoadImage CPoint CWnd CButton GetActiveWindow GetCapture SetFocus SetCapture CRect GetClientRect PtInRect ReleaseCapture CDC CPen CBrush FrameRect FillRect GetSysColor SelectObject LineTo DrawFocusRect CString GetWindowText
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-26
    • 文件大小:9329443
    • 提供者:cici
  1. CharConvert

    0下载:
  2. 通过调用封装API函数WideCharToMultiByte和MultiByteToWideChar,实现ANSI/UTF-8/Unicode编码格式的相互转换。-By calling the API function package WideCharToMultiByte and MultiByteToWideChar, to achieve ANSI/UTF-8/Unicode encoding format conversion.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:5827
    • 提供者:蓝蜻蜓
搜珍网 www.dssz.com