-
PDF格式的压缩图像文件格式的电子书。
Ebook on Compressed Image File Formats in pdf format.
- 2022-08-07 21:43:12下载
- 积分:1
-
利用Windows剪贴板实现Exe程序间的数据交换
利用Windows剪贴板实现Exe程序间的数据交换-Exe realize the use of Windows clipboard for data exchange between process
- 2022-02-05 19:25:56下载
- 积分:1
-
delphi 7.0 用于查找源代码中的中文并进行修改
delphi 7.0 用于查找源代码中的中文并进行修改-search for the source code to the Chinese and revised
- 2022-02-13 14:36:08下载
- 积分:1
-
off模型与obj模型相互转化
在很多情况下,需要将不同的文件格式转换为我们需要的文件,或者其他的软件需要这样的文件,而另一个需要编程的程序又需要那样的文件。此程序需要off与obj文件可以需要转换。
- 2023-02-09 07:20:08下载
- 积分:1
-
一个获取和设置文件属性的BCB程序!第一次上载,请站长及高手们多多指教^__^...
一个获取和设置文件属性的BCB程序!第一次上载,请站长及高手们多多指教^__^-an access and document attributes of BCB procedures! On the first set, and the master chief who exhibitions ^ __ ^
- 2022-02-09 11:33:47下载
- 积分:1
-
smtp,mime的base64编码算法,指定编码源文件名后,编码所得文件自动生成。其内容即为base64编码。支持二进制文件(可执行程序,图像)编码...
smtp,mime的base64编码算法,指定编码源文件名后,编码所得文件自动生成。其内容即为base64编码。支持二进制文件(可执行程序,图像)编码-smtp, mime the base64 encoding algorithm, encoding the source file name specified after the automatically generated code from a document. Its content is base64 encoded. Support for binary files (executable programs, images) encoding
- 2022-01-26 00:44:03下载
- 积分:1
-
C's a simple procedure that can be used in the C language curriculum design...
C++的一个简单的程序,可以用于C语言的课程设计之用-C"s a simple procedure that can be used in the C language curriculum design use
- 2023-06-06 03:35:04下载
- 积分:1
-
主要是文件操作的,如设密码,文件复制等命令的C语言源代码。...
主要是文件操作的,如设密码,文件复制等命令的C语言源代码。-about files operation by c, such as setting password,
copying files and so on.
- 2022-08-11 23:25:14下载
- 积分:1
-
用于将图像文件转换为内核引导屏幕的位图转换器
Bitmap Converter for converting image files to kernel boot screen
- 2022-06-21 17:50:21下载
- 积分:1
-
CFile.Open()的使用说明
CFile file;
CFileException fe;
//打开文件
if(!file.Open(lpszPathName,CFile::modeRead|CFile::shareDenyWrite,&fe))
{
ReportSaveLoadException(lpszPathName,&fe,FALSE,AFX_IDP_FAILED_TO_OPEN_DOC);
return FALSE;
}
CFIIE类是MFC的文件类的基类,它直接提供无缓冲的二进制 磁盘I/O设备,并且通过它的派生类可以提供对text文件和内存文件的存取。CFILE与CArchive类一起提供对MFC序列化的支持。
- 2022-08-18 11:25:14下载
- 积分:1