登录
首页 » 数据结构 » 一个效率很高的通配符查找算法,适用于对"*"和“?”的通配符查找,可以根据需要进行修改,适用于不同应用, 另外还有一个非常适用的CRC检查算法...

一个效率很高的通配符查找算法,适用于对"*"和“?”的通配符查找,可以根据需要进行修改,适用于不同应用, 另外还有一个非常适用的CRC检查算法...

于 2023-02-08 发布 文件大小:1.84 kB
0 162
下载积分: 2 下载次数: 1

代码说明:

一个效率很高的通配符查找算法,适用于对"*"和“?”的通配符查找,可以根据需要进行修改,适用于不同应用, 另外还有一个非常适用的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

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

发表评论

0 个回复

  • 的演示,其中包括了大多常用的算法图示和程序...
    数据结构的演示,其中包括了大多数常用数据结构的算法图示和程序
    2022-03-23 12:53:30下载
    积分:1
  • 图的DFS遍历,以及两种拓扑排序的实现,一种是DFS拓扑排序,另一种是无后继点的拓扑排序...
    图的DFS遍历,以及两种拓扑排序的实现,一种是DFS拓扑排序,另一种是无后继结点的拓扑排序-map DFS traversal, and the two topological sorting the realization DFS is a topological sorting, Another is no subsequent node of topological sorting
    2023-04-26 10:50:03下载
    积分:1
  • access库转换成excel表格,或由excel表格转入access
    access数据库转换成excel表格,或由excel表格转入access数据库-access database tables into excel, or excel forms to access database
    2022-10-25 21:30:03下载
    积分:1
  • vf图书管理系统程序的源代码 很有用的代码 代码很好啊
    vf图书管理系统程序的源代码 很有用的代码 代码很好啊-vf
    2022-03-03 03:07:33下载
    积分:1
  • Computing+for+Numerical+Methods+Using+Visual+C++
    基于c++的各种算法,能是你在较短时间内掌握编程的精髓-Computing+for+Numerical+Methods+Using+Visual+C++
    2023-02-16 20:05:04下载
    积分:1
  • 算法书籍
    算法书籍---一本很好的算法书,希望大家喜欢-Algorithm
    2023-03-31 21:15:04下载
    积分:1
  • 程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li ,1≤i≤n 程序存储问题要求确定这n 个程序在磁带...
    程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li ,1≤i≤n 程序存储问题要求确定这n 个程序在磁带上的一个存储方案,使得能够在磁带上存储尽可能多的程序。 编程任务: 对于给定的n个程序存放在磁带上的长度,编程计算磁带上最多可以存储的程序数。 数据输入:由文件input.txt给出输入数据。第一行是正整数n,表示文件个数。接下来的1 行中,有n 个正整数,表示程序存放在磁带上的长度。 结果输出: input.txt output.txt 6 50 5 2 3 13 8 80 20 -program storage problem : There n procedures (1,2, ..., n) to be stored in the length of the L tape. I kept in the proceedings on the tape length is Li, 1 i n storage procedures to seek to establish that n procedures on tape storage of a program that allows the tape to store as much as possible the procedure. Programming tasks : to the n procedures stored in the tape length, calculated programming on tape can store up to the number of procedures. Data input : from the document input.txt given input data. The first line is a positive integer n, said the document number. Following a visit, n is an integer, said procedures stored on tape length. Results output : input.txt output.txt 6 50 5 2 3 13 8 80 20
    2023-01-10 04:30:04下载
    积分:1
  • DELPHI实现的基于指针的堆栈和队列。可以用于实现的堆栈和队列。...
    DELPHI实现的基于指针的堆栈和队列。可以用于实现结构的堆栈和队列。-DELPHI realized pointer-based stack and queue. Can be used to achieve the structure of the stack and queue.
    2022-01-25 20:26:06下载
    积分:1
  • Transfert tables or sheet EXCEL to ACCESS
    查看transfert表或EXCEL工作表以访问和检索
    2022-11-16 03:05:04下载
    积分:1
  • 操作系统中的文件是通过文件目录项来管理的,为了管理和查找的方便,按层次把文件目录项组织起来,同一层上的目录成该层上的目录,第一层为根目录,一下为各层子目录。...
    操作系统中的文件是通过文件目录项来管理的,为了管理和查找的方便,按层次把文件目录项组织起来,同一层上的目录构成该层上的目录,第一层为根目录,一下为各层子目录。 假设以一串字符代表一个文件,每个字符表示一个记录。 在建立上述目录结构的基础上,建立相应的管理系统并要求完成以下各项操作: 1. 一次建立各个文件 2. 查访两个用户的所有文件 3. 查访用户sun 是否有文件AB 4. 删除用户sun的文件AC,然后在分别查访两个用户的全部文件,检查是否已经删除文件AC 5. 撤销用户sun,并检查是否被删除 6. 删除用户sun的全部文件,然后在撤销sun用户,在查访用户sun, 检查其是否已被撤销。 在建立一个新用户及新用户的两个文件,然后查该两个用户的所有文件-operating system, the paper is to document catalog items to the management, in order to manage and facilitate the search, according to the document level directory entries organizations, the same floor on which constitute the directory contents on the floor, the first layer of the root directory to look for levels of subdirectories. Assuming that the representative of a string of characters, each character expressed a record. In establishing the directory structure on the basis of the establishment of a corresponding system of management and asked to accomplish the following : 1. Once established two separate files. Visits to the two users of all three docum
    2022-01-26 01:47:05下载
    积分:1
  • 696516资源总数
  • 106457会员总数
  • 15今日下载