搜索资源列表

  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, CLSC
  3. 所属分类:Windows编程

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

    0下载:
  2. There are two reasons that urged me to create one more string class, in spite of the fact that so many of them already exist. Let s consider the following scenarios: TCHAR-based application extensively using COM, th
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:23727
    • 提供者:ljm
  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, CLSC
  3. 所属分类:Windows编程

    • 发布日期:2024-06-17
    • 文件大小:3072
    • 提供者:
  1. BasicString_src

    0下载:
  2. There are two reasons that urged me to create one more string class, in spite of the fact that so many of them already exist. Let s consider the following scenarios: TCHAR-based application extensively using COM, th
  3. 所属分类:其他小程序

    • 发布日期:2024-06-17
    • 文件大小:23552
    • 提供者:ljm
  1. wchar_t

    0下载:
  2. vc中常用数据格式转换,如wchar_t,char*,CString,int等。-vc commonly used data format conversion, such as wchar_t, char*, CString, int, etc..
  3. 所属分类:Windows编程

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:zhang lz
  1. copyString

    0下载:
  2. 提供一个copyString函数,复制字符串,能够实现char与wchar之间的字符串的互相复制,亦可实现相同格式的字符串之间的复制-CopyString provide a function to copy strings, can be achieved between the char and wchar string to copy each other, can also achieve the same format of
  3. 所属分类:Windows编程

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:冮朋
  1. gbunicode

    0下载:
  2. vc6.0 环境下写的一个小工具,用于生成unicode格式的16进制代码,对于用单片机开发手机短消息很有帮助的工具。从源码可以理解MFC中的CString,UNICODE WCHAR 等的转换过程。-vc6.0 environment to write a small tool used to generate unicode format hexadecimal code 16, for development with singl
  3. 所属分类:其他小程序

    • 发布日期:2024-06-17
    • 文件大小:1908736
    • 提供者:duan
  1. emf2wmf

    0下载:
  2. 一个简单的小程序,使用GDI将emf文件转化为wmf文件。-A simple program that converts EMF to WMF using GDI+. This project can also be used as a simple kick-off for a console GDI+ program.It can be useful as a basic command line tool or as a star
  3. 所属分类:文件操作

    • 发布日期:2024-06-17
    • 文件大小:3072
    • 提供者:avi
  1. CooImage

    0下载:
  2. 项目中用的一个图像处理类 CCooImage,支持以下方法: BOOL CompareWithBMPFile(LPCTSTR file) void SetImage(Image* pImage) BOOL IsCreated() BOOL SetImage (LPCTSTR strImageFile) INT GetHeight() INT GetWidth() stat
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-06-17
    • 文件大小:5120
    • 提供者:Jack
  1. wchar_to_bytes

    0下载:
  2. 宽字符串转换为多字节字符串,在vs开发环境中,经常碰到需要将宽字符串转换为多字节字符串-convert wchar to bytes, it is very usefull, and ther is a class w2bytes can help you
  3. 所属分类:其他小程序

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:
  1. introduction-WCHAR

    0下载:
  2. 文章主要介绍了宽字节的一些特点,让我们不再惧怕宽字节的应用。-introduction WCHAR
  3. 所属分类:Windows编程

    • 发布日期:2024-06-17
    • 文件大小:22528
    • 提供者:sue
  1. filemon_driver_test

    0下载:
  2. 文件系统过滤驱动程序,拦截读写操作,测试程序下载驱动时,Createservice,startservice出错,Createservice出错码有时报1072,有时报1073,startservice出错码有时报1,有时报183,还有就是那测试驱动程序中,对应的驱动名,与驱动路径有什么要求吗,驱动名是不是就是驱动程序中创建符号链接中的WCHAR deviceLinkBuffer[] = L"\\DosDevices\\Filemon"
  3. 所属分类:驱动编程

    • 发布日期:2024-06-17
    • 文件大小:97280
    • 提供者:查善君
  1. CString-const-char-char-to-WCHAR

    0下载:
  2. UNICODE下宽字符的CString转换为const char 和char到WCHAR的相互转换-Under the wide character UNICODE CString convert to WCHAR const char and char conversion between
  3. 所属分类:Windows编程

    • 发布日期:2024-06-17
    • 文件大小:2048
    • 提供者:hillriver
  1. Character-Demo

    0下载:
  2. WINCE里面的实现字符转换功能。实现了char和WCHAR的转换。-WINCE which the realization of the character conversion function. The conversion of char and WCHAR.
  3. 所属分类:Windows CE

    • 发布日期:2024-06-17
    • 文件大小:8083456
    • 提供者:wencong
  1. wchar2char

    0下载:
  2. wchar转化char*,解决字符集乱码问题-wchar conversion of char*
  3. 所属分类:行业应用软件

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:war
  1. CString-const-char-char-to-WCHAR

    0下载:
  2. UNICODE下宽字符的CString转换为const char 和char到WCHAR的相互转换-Under the wide character UNICODE CString convert to WCHAR const char and char conversion between
  3. 所属分类:Windows编程

    • 发布日期:2024-06-17
    • 文件大小:2048
    • 提供者:questionab
  1. CSerialPort_test11

    0下载:
  2. VC++2008编写的基于CSERIALPORT类的串口程序;默认是COM1;可以到对话框初始化程序段修改串口号;编译时会提示WCHAR转CHAR数据会损失不用理会。-VC++2008 prepared based on CSERIALPORT class serial procedures default is COM1 possible to modify the dialog initialization block seri
  3. 所属分类:串口编程

    • 发布日期:2024-06-17
    • 文件大小:11659264
    • 提供者:wsq
  1. char-and-wchar_t

    0下载:
  2. char 与wchar之间的互相转换问题!-Char and mutual transformation between wchar problem!
  3. 所属分类:文件格式

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:jinwen
  1. project5

    0下载:
  2. 本例程移植了R0.09b版本的FatFS文件系统,采用SDIO接口的MicroSD卡作为存储介质。 FatFS文件系统的移植说明见: \User\FatFS\FatFS移植记录.txt 核心文件为: b sdio_sd.c/.h : SDIO底层驱动代码 demo_sdio_fatfs.c/.h 演示FatFS API接口函数的使用方法的主程序。 配置GPIO的SD_Init()函数在执行
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-17
    • 文件大小:4096
    • 提供者:陈启康
  1. file_test

    0下载:
  2. 把文件中的数字转换为文字,用wchar实现的。还算好吧-convert number to Chinese
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:曹世磊
« 12 »

源码中国 www.ymcn.org