Location:
Search - wildcard
Search list
Description: 一个效率很高的通配符查找算法,适用于对\"*\"和“?”的通配符查找,可以根据需要进行修改,适用于不同应用, 另外还有一个非常适用的CRC检查算法-a highly efficient wildcard search algorithm that applies to the "*" and "the" wildcard search, it may need to make changes apply to different applications, there is another very applicable CRC check algorithm
Platform: |
Size: 1877 |
Author: 军 |
Hits:
Description: 这是一个目录浏览类,可以对指定目录下的文件进行查找,并使用文件名通配符,文件大小进行过滤。可以得到如下信息:查找目录下的目录数,文件总数,文件总字节数,与文件名通配符匹配的文件数,文件字节数,按从 0 开始的序号得到查找到的文件名和文件全路径名。还可以将找到的文件名写入一个 *.txt 文件中,以便查看和打印。
-This is a directory browser type, designated directories on the search for documents and the use of file name wildcards, file size filter. The following information can be : Search directory under the directory number, document number, document the total bytes, and the file name wildcard matching the number of documents, papers bytes, by starting from 0 to be the serial number to retrieve the file names and full path names. You can find the file name into a *. txt file, in order to view and print.
Platform: |
Size: 82946 |
Author: 感觉 |
Hits:
Description: VC产生的临时文件有时真的很烦人!当你编译一个程序,突然系统弹出一个对话框:“D盘已经没有足够的空间~~~~~~~~~请问需要进行磁盘清理吗”,而它只能清掉了Nkb的的东东,你有什么理由不自己写一个专门清理VC垃圾的小工具呢?隔一段时间运行一次,彻底清除指定类型的垃圾文件:干干净净,中国人,奇强!
很明显,这个程序的核心代码肯定是一个有通配符的功能的递归查找文件的函数。我的想法是先查找给定目录下的所有符合条件的文件,再递归查找下级文件夹下所有符合条件的文件。为了保证其封闭性,我用了一个CStringList&变量来保存搜索结果。如果您有好的建议,请给我发邮件。-the temporary files sometimes really annoying! When you compile a program, suddenly a pop-up dialog box system : "D was not enough space ~~~~~~~~~ Will the need for disk clean up?" and it can only Nkb the tune of the price. what is your reason for not writing their own specialized cleaning up a small VC refuse tool? Periodically running a completely remove specified types of waste paper : clean, Chinese, Ever! Obviously, the core of this procedure code is certainly a wildcard recursive function of the document search functions. My idea is to find a given directory of all eligible document, then you lower recursive folder all eligible document. To ensure its closure, I spent a CStringList
Platform: |
Size: 13990 |
Author: 蒋伟 |
Hits:
Description: 通配符C源码,可以实现文件的通配符匹配.
调用dfirst()可以找符合的文件名-wildcards C source code, The document can be achieved wildcard matching. Call dfirst () can find the file name with
Platform: |
Size: 2225 |
Author: ghost |
Hits:
Description: 通配符匹配程序,详细见注释-wildcard matching procedures, detailed see Notes
Platform: |
Size: 11237 |
Author: 谢东 |
Hits:
Description: CEnum is used for enumeration of files and directories using wildcard matching
Platform: |
Size: 48687 |
Author: 罗 |
Hits:
Description: Find files on drives FAST using wildcards within search criteria. Easy and fully customizable. Just drop the component on the form, give it a filename and a drive and you can search for it. 使用通配符查询文件- Find files on drives FAST using wildcards within search criteria. Easy and fully customizable. Just drop the component on the form, give it a filename and a drive and you can search for it.
find files by wildcard
Platform: |
Size: 10183 |
Author: 秦永久 |
Hits:
Description: 带通配符的字符串匹配算法源代码-with wildcard string matching algorithm source code
Platform: |
Size: 9263 |
Author: 湖堤防 |
Hits:
Description: 带通配符的字符串匹配算法源代码。程序中的查找算法比较先进,提高模糊查询的功能,可以查询字母和汉字,很有用吆。-with wildcard string matching algorithm source code. Procedures for the more advanced search algorithm to improve fuzzy query function can find letters and Chinese characters, useful shout.
Platform: |
Size: 4356 |
Author: 张三水 |
Hits:
Description: 带通配符的字符串匹配算法源代码 vc源代码-the vc source code of string matching with wildcard.
Platform: |
Size: 4351 |
Author: 张云 |
Hits:
Description: 通配符匹配程序,详细见注释-wildcard matching procedures, detailed see Notes
Platform: |
Size: 11264 |
Author: 谢东 |
Hits:
Description: Find files on drives FAST using wildcards within search criteria. Easy and fully customizable. Just drop the component on the form, give it a filename and a drive and you can search for it. 使用通配符查询文件- Find files on drives FAST using wildcards within search criteria. Easy and fully customizable. Just drop the component on the form, give it a filename and a drive and you can search for it.
find files by wildcard
Platform: |
Size: 10240 |
Author: 秦永久 |
Hits:
Description: 带通配符的字符串匹配算法源代码-with wildcard string matching algorithm source code
Platform: |
Size: 146432 |
Author: 湖堤防 |
Hits:
Description: 带通配符的字符串匹配算法源代码。程序中的查找算法比较先进,提高模糊查询的功能,可以查询字母和汉字,很有用吆。-with wildcard string matching algorithm source code. Procedures for the more advanced search algorithm to improve fuzzy query function can find letters and Chinese characters, useful shout.
Platform: |
Size: 4096 |
Author: 张三水 |
Hits:
Description: 带通配符的字符串匹配算法源代码 vc源代码-the vc source code of string matching with wildcard.
Platform: |
Size: 4096 |
Author: 张云 |
Hits:
Description: 一个效率很高的通配符查找算法,适用于对"*"和“?”的通配符查找,可以根据需要进行修改,适用于不同应用, 另外还有一个非常适用的CRC检查算法-a highly efficient wildcard search algorithm that applies to the "*" and "the" wildcard search, it may need to make changes apply to different applications, there is another very applicable CRC check algorithm
Platform: |
Size: 2048 |
Author: 军 |
Hits:
Description: 这是一个目录浏览类,可以对指定目录下的文件进行查找,并使用文件名通配符,文件大小进行过滤。可以得到如下信息:查找目录下的目录数,文件总数,文件总字节数,与文件名通配符匹配的文件数,文件字节数,按从 0 开始的序号得到查找到的文件名和文件全路径名。还可以将找到的文件名写入一个 *.txt 文件中,以便查看和打印。
-This is a directory browser type, designated directories on the search for documents and the use of file name wildcards, file size filter. The following information can be : Search directory under the directory number, document number, document the total bytes, and the file name wildcard matching the number of documents, papers bytes, by starting from 0 to be the serial number to retrieve the file names and full path names. You can find the file name into a*. txt file, in order to view and print.
Platform: |
Size: 82944 |
Author: 感觉 |
Hits:
Description: VC产生的临时文件有时真的很烦人!当你编译一个程序,突然系统弹出一个对话框:“D盘已经没有足够的空间~~~~~~~~~请问需要进行磁盘清理吗”,而它只能清掉了Nkb的的东东,你有什么理由不自己写一个专门清理VC垃圾的小工具呢?隔一段时间运行一次,彻底清除指定类型的垃圾文件:干干净净,中国人,奇强!
很明显,这个程序的核心代码肯定是一个有通配符的功能的递归查找文件的函数。我的想法是先查找给定目录下的所有符合条件的文件,再递归查找下级文件夹下所有符合条件的文件。为了保证其封闭性,我用了一个CStringList&变量来保存搜索结果。如果您有好的建议,请给我发邮件。-the temporary files sometimes really annoying! When you compile a program, suddenly a pop-up dialog box system : "D was not enough space ~~~~~~~~~ Will the need for disk clean up?" and it can only Nkb the tune of the price. what is your reason for not writing their own specialized cleaning up a small VC refuse tool? Periodically running a completely remove specified types of waste paper : clean, Chinese, Ever! Obviously, the core of this procedure code is certainly a wildcard recursive function of the document search functions. My idea is to find a given directory of all eligible document, then you lower recursive folder all eligible document. To ensure its closure, I spent a CStringList
Platform: |
Size: 13312 |
Author: 蒋伟 |
Hits:
Description: CEnum is used for enumeration of files and directories using wildcard matching -CEnum is used for enumeration of files and directories using wildcard matching
Platform: |
Size: 71680 |
Author: 罗 |
Hits:
Description: 正确认识 学习表达式 也有关于DOS 通配符学习-Correct understanding of learning DOS wildcard expressions are also learning about
Platform: |
Size: 45056 |
Author: li oi |
Hits: