登录
首页 » 文件处理 » 实现WINDOWS的资源管理器的所有功能。支持更多方式的查询。具体请看说明。...

实现WINDOWS的资源管理器的所有功能。支持更多方式的查询。具体请看说明。...

于 2022-03-06 发布 文件大小:55.02 kB
0 151
下载积分: 2 下载次数: 1

代码说明:

实现WINDOWS的资源管理器的所有功能。支持更多方式的查询。具体请看说明。-achieve resource management of all functions. More ways to support the inquiry. See note specific.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一个小的makefile程序简单,但反映的makefile编写的世界。
    一个MAKEFILE的小程序,很简单,但是体现了MAKEFILE编写的方式-A small Makefile procedure is simple, but reflects the Makefile to prepare the way
    2022-01-21 00:23:52下载
    积分:1
  • bat 批编辑绿色软
    仅供学习用,仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用仅供学习用
    2022-02-14 18:16:14下载
    积分:1
  • 添加或删除
    您可以在您自己的程序中使用此代码 (和可能将它编译成一个程序和分发它允许它的语言的编译格式) 自由与不收费。 您不可以再此代码 (例如到的 web 站点) 分发未经原作者的书面许可。未能这样做是违反了版权法。 你可能会从另一个网站,链接到此代码,但如果它不封装在一个帧中的唯一。 你将会遵守任何额外的版权限制,作者可能已经放在代码或代码的描述。
    2022-04-09 08:07:07下载
    积分:1
  • digama.m calculates双(x)=d(日志(γ(X)/ DX))
    digama.m calculates DIGAMMA ( X ) = d ( LOG ( GAMMA ( X ) ) ) / dX psi_values.m returns some values of the Psi or Digamma function for testing. timestamp.m prints out the current YMDHMS date as a timestamp. asa103_test.m, a sample calling program. asa103_test01.m, tests DIGAMA. asa103_test_output.txt, the output file. -digama.m calculates DIGAMMA ( X ) = d ( LOG ( GAMMA ( X ) ) )/dX psi_values.m returns some values of the Psi or Digamma function for testing. timestamp.m prints out the current YMDHMS date as a timestamp. asa103_test.m, a sample calling program. asa103_test01.m, tests DIGAMA. asa103_test_output.txt, the output file.
    2022-06-21 03:07:48下载
    积分:1
  • VS2005 on the basis of the source code to operate xml, query, add, delete and so...
    该源码基于vs2005基础上操作xml,包括查询,添加,删除等.在平时配置设置中经常使用xml,该例可作参考-VS2005 on the basis of the source code to operate xml, query, add, delete and so on. In the usual configuration settings in the frequent use of xml, the cases should be used for reference
    2023-04-10 10:35:04下载
    积分:1
  • 对execel单元格的读写ReadCell,AddCell的应用
    对execel单元格的读写ReadCell,AddCell的应用-To read and write execel cell ReadCell, AddCell Application
    2022-03-22 22:05:28下载
    积分:1
  • 计算的MD5结果,可以对比是否被更改过。
    计算文件的MD5结果,可以对比文件是否被更改过。-documents MD5 calculated results can be compared documents were changed.
    2022-08-08 12:38:37下载
    积分:1
  • 一个用C++Builder编写的合成分割器的源可以完好合成,但有些类型的还没能完好合成,请高手们多指教!...
    一个用C++Builder编写的文件合成分割器的源文件,文本文件可以完好合成,但有些类型的文件还没能完好合成,请高手们多指教!-a C Builder synthesis document prepared by the division of the source files, text files can sound synthesis, but some type of document can not intact synthesis, 19:56 Nearly weekend!
    2022-03-10 10:06:09下载
    积分: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
  • D12的一个非常有用的电脑应用程序的源代码,可以直接使用或对…
    D12的一个非常实用的上位机应用程序源代码,可以直接用或在此基础上增加功能-D12 a very useful PC application program source code, or can be directly used on the basis of functional
    2022-03-17 21:11:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载