-
写这个 程序主要因为我对文件输出汉语一直存在相当的疑惑,所以写了这个小程序,并总结了相应的结论
ofstream和wofstream对中文的支持
std...
写这个 程序主要因为我对文件输出汉语一直存在相当的疑惑,所以写了这个小程序,并总结了相应的结论
ofstream和wofstream对中文的支持
std::cout和std::wcout对中文的支持
和imbue方法的使用以及Locale对象
-To write this, this program mainly because of my output file there has been considerable confusion in Chinese, so wrote this little program, and summarizes the conclusions of the corresponding ofstream and wofstream for Chinese support for std:: cout and std:: wcout for Chinese support for and imbue methods of use, and Locale objects
- 2022-02-06 08:28:20下载
- 积分:1
-
C语言实现一个钟表
这个钟表模拟程序是用的Borland Bcc 编译器开发,运行在windows2003平台。钟表程序是C++实现,其中图片的载入时重点,感兴趣的读者可自己更换图片,将此程序作为模板。另一个重点是makefile文件的编制,我已经将编制好的结果放入压缩包中,没有采用宏变量方式,方便读者。
- 2022-02-12 04:02:35下载
- 积分:1
-
This file contains a summary of what you will find in each of the files that
ma...
This file contains a summary of what you will find in each of the files that
make up your Example2 application.
- 2022-01-26 06:54:40下载
- 积分:1
-
自动修改mp3文件的文件名,支持单独修改和批量修改
自动修改mp3文件的文件名,支持单独修改和批量修改-it can modify the name of MP3 files singly or as a batch
- 2022-02-02 03:56:07下载
- 积分:1
-
读取文件内容并以二进制显示
读取文件内容并以二进制显示-read the contents of the documents and binary show
- 2022-07-15 11:35:55下载
- 积分:1
-
比较2个文件夹(a,b)中的所有文件和文件夹,删除文件a中与b中相同的文件,保留不同文件和文件夹....
比较2个文件夹(a,b)中的所有文件和文件夹,删除文件a中与b中相同的文件,保留不同文件和文件夹.-Comparison of two folders (a, b) all files and folders, delete files a and b in the same document, to retain the different files and folders.
- 2022-01-25 16:24:06下载
- 积分:1
-
文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文...
文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文件表示,比如说下列格式:文件名长度(4字节),文件名,文件长度(4字节),文件内容。然后新建一个文件,将你要加入的文件依次写进(当作二进制文件)。 至于还原吗,先读入合并后的文件,然后依次按以下过程还原文件:读入文件名长度,按此长度得到文件名,读入文件长度,按此长度得到文件的内容,写到磁盘上即可。具体的编程见以下例子: //以下为文件合并与分解函数,合并文件后的文件中各子文件顺序存放-document merging algorithm to the original document as a unified binary files were read, followed by the introduction of a new binary file, so it completed the merger operation; Contrarians can separate document ... their first definition of a common document, for instance, the following format : Name length (4 bytes), file name, file size (4 bytes), the contents of the file. Then a new document, you will be included in the document were included (as binary files). As for the reduction yet, dialer after the merger documents, to be followed by the following process Reduction Document : Reading into the file name length, according to the length of availability of documents, and read into the length of documents, accord
- 2022-09-07 18:55:02下载
- 积分:1
-
一个用于生成、显示、处理Html帮助文档的类模块,功能强大
一个用于生成、显示、处理Html帮助文档的类模块,功能强大-One used to generate, display, processing Html help documentation class modules, powerful
- 2022-04-06 20:41:55下载
- 积分:1
-
A document management business process management software VB Programming Paradi...
一个文件管理的程序名片管理软件
VB编程乐园-A document management business process management software VB Programming Paradise
- 2022-09-13 06:35:02下载
- 积分:1
-
access and document attributes summary of the contents, such as : the document t...
此源码是获得和设置文件的属性中的摘要中的内容,如:文件的标题、主题、作者、类别、关键字、备注等等。由vb.ne编写。-access and document attributes summary of the contents, such as : the document title, subject, author, category, keyword, etc. Remarks.vb.ne
- 2022-04-15 09:55:01下载
- 积分:1