-
a copy of the document Liezi, they can refer to http://www.micrel.cz/delphi/inde...
一个复制文件的列子,可以参考http://www.micrel.cz/delphi/index_e.html-a copy of the document Liezi, they can refer to http://www.micrel.cz/delphi/index_e.html
- 2022-05-08 19:14:06下载
- 积分:1
-
用Delphi 6编写的filesnoop。运行在Windows 9x/我,NT 4、2000和XP。FI…
FileSnoop 用 Delphi 6 编写。可以运行在Windows 9x/Me,NT 4.0,2000和XP。FileSnoop 使你快速获得文件的所有基本信息。对于每一种类型的文件,它最多可以提供四种视图来察看:信息视图,格式化视图,文本视图和十六进制视图。 信息视图除提供基本的文件信息(如类型、属性)外,还根据不同的文件类型提供其特定的信息内容。如图像文件会包含图像的高度和宽度以及其它的详细信息。格式化视图只针对某些文件有用,包括.rtf,.html,.avi和各种声音、位图和图标文件。它可以播放声音和动画以及显示图像。文本视图可以察看文本文件,选项设置可以将非打印字符剥离出来。此特性可以让你扫描.exe文件中的所有错误信息。十六进制视图可以用十六进制形式显示文件。-FileSnoop prepared with Delphi 6. Runs on Windows 9x/Me, NT 4.0, 2000 and XP. FileSnoop make you fast access to documents of all basic information. For each type of document, it can provide a maximum of four to see View : View information, formatting View, text and hexadecimal View View. Information View from providing basic file information (such as the type, nature), but also according to different types of documents provide specific information content. If the image files will contain the image height and width, and other detailed information. Formatting View only useful against certain documents, including. Rtf. Html. Avi and voices icon and bit
- 2022-10-11 07:45:03下载
- 积分:1
-
一个直接读写的文件行、列和源程序的一部分…
一个直接读写excel文件行、列、求部份数学函数的源码。-A direct reading and writing excel file rows, columns, and the source part of mathematical functions.
- 2023-07-05 07:35:03下载
- 积分:1
-
6tunnel功能添加
6tunnel功能添加
-6tunnel functionality addition
- 2022-07-16 15:18:34下载
- 积分:1
-
used to write the file compression tool advise you get it perfect it
用java写的文件压缩工具 大家提出意见 把它弄完善吧 -used to write the file compression tool advise you get it perfect it
- 2022-08-22 20:24:18下载
- 积分:1
-
DOS下修改文件属性,Windows下同样可以使用。
DOS下修改文件属性,Windows下同样可以使用。-DOS modify file attributes, Windows can use the same.
- 2022-01-22 02:05:38下载
- 积分: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
-
比较两个文本,对不同的行进行标记
比较两个文本,对不同的行进行标记-compare the two texts, the different firms marker
- 2022-03-24 08:42:56下载
- 积分:1
-
I have written Run Length Encoder Decoder program which compress files with RLE...
I have written Run Length Encoder Decoder program which compress files with RLE algorithm.
- 2022-01-26 03:01:16下载
- 积分:1
-
使用同步参考系统、间接和最大值法的三相有源电力滤波控制器
本文展示了由电网供电的 3 线电子系统的Matlab/Simulink 仿真结果,其中 CCP (公共耦合点)连接到平行有源电力滤波器 (APF)。 为了进行全面分析,APF 是通过三个不同的方法控制 (同步参考框架、间接和最大值)。分析将以三个质量指标为依据:THDI (TDD) (电流总谐波失真系数)、PF (功率系数) 以及Iunb (电流不均衡度).
- 2023-08-03 04:20:03下载
- 积分:1