搜索资源列表
文件传送
- 局域网文件传输 为了设计统一和用户操作方便,我们希望将服务端与客户端融合在一起,形成一个程序,这样用户理解起来,更加直观一点(其实这样做也是为了方便调试,大家可以在本机上测试,自己传文件给自己)。所以,我们在程序中需要使用两个Winsock控件,一个负责监听,一个负责发送,当发送端连接成功以后,便选择一个待发送的文件(可以是任意二进制文件),接着将文件名和文件字节长度发送给接收端,接收端收到这个消息以后,将文件名和文件长度解析出来,然后通知发送端可以开始发送文件;发送端读到这个消息之后,将文
CLogTest
- 一个通用的日志类,可以实现类似printf输出,支持UNICODE和UNICODE文件.
duilib_VC10_unicode 使用unicode方式编译的duilib库文件
- 使用unicode方式编译的duilib库文件,使用没问题-Unicode compiled duilib library files
ANSItoUNICODE.rar
- 将ANSI编码的文件转换成UNICODE编码。文件选择对话框的多文件选择;UNICODE文件的检测,ANSI-encoded file will be converted into UNICODE encoding. File selection dialog box select the multi-document UNICODE file detection
UAFXCW.LIB_UAFXCWD.LIB
- VC编译UNICODE工程时必须得库文件,一个是debug版本的库,一个是release版本的库UAFXCW.LIB UAFXCWD-VC compile UNICODE project must have library files, one is the debug version of the library, one is the release version of the library UAFXCW.LIB UAFXCWD
unicode-CFile
- 主要用于读写uniclde型式的配置文件,注意:配置文件的最后要有一个空行,否则读写不成功。-Mainly used for reading and writing uniclde type of configuration file, pay attention: the configuration file of the last to have a blank line, or read and write was not successful.
MFC42UD_
- VC++ 6.0 MFC UNICODE相关文件,可以不用免得重新安装VC++了,只要拷贝到相应的路径就可以了-VC++ 6.0 MFC UNICODE related documents, you can not avoid re-install VC++, And as long as the copy to the corresponding path can be a
Unicode
- Unicode字库的生成工具,可生成全Unicode编码的字库文件。-Unicode font generation tool to generate full-Unicode-encoded font files.
SysConfig
- 自己写的系统配置文件,unicode编码。-Their own writing system configuration files, unicode encoding.
wutext
- VC写的读写UNICODE文件示例,使用CStdioFile的继承类来实现的-VC written documents to read and write UNICODE example, the use of inheritance CStdioFile category achieved
SimpleChart
- 这是一款全面支持中文的编辑控件,使用标准的MFC DOC/VIEW机制,使用比较简单,但功能却很强大。PfxEditCtrl由两个主要的类组成,包括CPfxEditView和 CPfxEditDoc,这个控件主要支持如下功能: 文本编辑; 打印; 可通过语法配置文件定制的语法高亮显示; 自动换行; 支持非等宽字体; 列块选择/复制/删除/粘贴等列块方式编辑操作; 支持UNICODE/UTF8/UNICODE BIG ENDIUM/ANSI文件的打开,编辑,
change
- 本人根据网络的文章写的几种格式转换程序,非常有现实价值,可以直接执行。为Ansi、Unicode、UTF8字符串之间的转换和写入文本文件。题外:PUDN能不能格外开恩让我不用上传5个呢-I wrote an article based on the network several format conversion process, a very realistic value, capable of immediate implementation. To Ansi, Unicode, UTF
xml
- xml封装类, 可以处理多种文件类型, utf8 unicode 等.-xml wrapper classes that can handle multiple file types, utf8 unicode and so on.
CheckUnicodeFont
- Unicode码文件转换成其它编码的文件-Unicode code file conversion into other encoded files
unicode_gb2312_table_generator
- unicode gb2312互换表格(数组)生成器 生成文件: 1)gb2312_to_unicode_table.h 2)unicode_to_gb2312_table.h-unicode gb2312 swap table (array) generator generates files: 1) gb2312_to_unicode_table.h 2) unicode_to_gb2312_table.h
Unicode
- 两个C++实现字符编码转换的文件,实现Unicode转码到字符串-Two C++ achieve character encoding to convert the file to Unicode transcoding string
UNICODE
- 读取 ini 文件,支持 int,long, char, string-Read ini file, supporting int, long, char, string...
Text-unicode-system-conversion-tool
- 文本Unicode互转工具,能够将两者互换,使用“#”作为分隔符,是delphi文件修改必备工具。-Text Unicode system conversion tool that can be interchanged between the two, using the "#" as a delimiter, is delphi file modification tool.
CxImageMFCDLL-UniCode
- CxImageMFCdll库,Unicode版本.引用方法:添加头文件,dll文件,lib文件夹到工程,使用头文件中: include ximage.h #pragma comment(lib, lib/cximage.lib ) -CxImageMFCdll library, Unicode version referenced methods: add header files, dll files, lib folder to the project, using the
CheapFAT--嵌入式文件系统免费源码下载
- CheapFAT--嵌入式文件系统免费源码下载 CheapFAT版本完全兼容FAT16/FAT32文件系统总共两种格式,兼容长文件名, 兼容文字编码GB2312/UNICODE汉字编码(文件名完全支持中文), 实现了支持子目录,实现了支持文件的读取,写入,删除,创建等文件系统常用功能。 总之,本文件系统代码全部使用C代码编写,可以移植去各种单片机平台上面实现文件系统模块。 本文件系统是精简版,适合在嵌入式上使用,相当于cheap_flash_fs的精简版。 支持多扇区操作。