CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - edit

搜索资源列表

  1. 编辑距离问题

    0下载:
  2. 此算法也是非常常用的算法之一,在这个算法中我们特别要明白编辑距离问题的实质所在.-This algorithm is very commonly used algorithm, the algorithm in particular, we need to understand edit distance the real problem lies.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6095
    • 提供者:周华
  1. 用动态规划算法思想求最小编辑距离

    0下载:
  2. 用动态规划算法思想求最小编辑距离,即近似字符串匹配问题,Thinking of using dynamic programming algorithm for the minimum edit distance, that is, approximate string matching problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-25
    • 文件大小:890
    • 提供者:Doreen
  1. ExcelAccessSrc

    0下载:
  2. 將輸入資料可查詢編輯修改Excel檔案,可快速使用建好的class架構撰寫程式-The input data can be found to edit the Excel file, and can quickly use the built framework of the class to write code
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:114892
    • 提供者:王逸文
  1. xsxxglxt

    0下载:
  2. 编写一个学生管理系统,每个学生应该包含如下信息: 地址, 出生日期, 学科成绩(语文,英语,数学,物理), 个人信息(姓名,性别,民族,国籍,学历), 联系方式(手机,家庭电话,学校电话) 可以任意添加学生,删除学生,编辑学生信息,并且具有保存和读入学生信息的功能。-The preparation of a student management system, each student should include the following informatio
  3. 所属分类:Data structs

  1. edit

    1下载:
  2. 数据结构课程设计 ---文章编辑原代码 数据结构课程设计 ---文章编辑原代码-wenzhangbianji数据结构课程设计---文章编辑原代码
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:939
    • 提供者:石头
  1. middlg

    0下载:
  2. 1. 建立一个基本对话的exe工程,并命名为circle; 2. 插入一个对话框资源,以在此对话框上输入圆心坐标、半径及颜色,并为此建立一个新类,命名为CDlg; 3. 在IDD_CIRCLE_DIALOG上删除已有控件,并添加一个Button,命名为Button1; 4. 在CcircleDlg内添加3个double型成员变量,命名为x,y,r,然后添加1个COLORREF的成员变量,命名为color; 5. 在CDlg内加入3个Edit box,在加入一个button2;
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1698275
    • 提供者:tmacq3
  1. shujujiegou

    0下载:
  2. 文章编辑 程序可以统计出文字,数字,空格的个数。静态存储一页文章,每行最多不超过80个字符,共n行-article edit
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:18064
    • 提供者:小罗
  1. L_A_distance

    0下载:
  2. Levenshtein 距离算法实现。Levenshtein 距离测量两个字符串的相近性-The "Levenshtein distance" is a measure of the similarity between two strings, this algorithm is also refered to as "edit distance".
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:19310
    • 提供者:peter
  1. database

    0下载:
  2. Simple database for 2-5 person. You can store name, lastname and phone number and edit in any way. For student which start with C++ language.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:933
    • 提供者:keny
  1. 1132813581

    0下载:
  2. 算法导论书上的动态规划---编辑距离的实现-algorithm==== edit distance
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1428
    • 提供者:parhat
  1. distanceEdition

    0下载:
  2. 用动态规划的方法来实现的编辑距离问题。没了-Using dynamic programming methods to achieve the edit distance problem. Gone
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1380
    • 提供者:killer
  1. Data_struct_2

    0下载:
  2. 数据结构课后设计题第二章(2009-06-17 23:19:42)转载标签:数据结构第二章杂谈 分类:编程 ◆2.11② 设顺序表L中的数据元素递增有序。 试写一算法,将x插入到L的适当位置上,并保 持该表的有序性。 要求实现下列函数: void InsertOrderList(SqList &L, ElemType x) 顺序表类型定义如下: typedef struct { ElemType *elem int length
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:3915
    • 提供者:M.T
  1. p2

    0下载:
  2. program that uses a tree to store words, different things could be done to change, remove, or edit a word in a document
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4394
    • 提供者:eugenetoddbro
  1. Map22

    0下载:
  2. 一个基于VC的有向无环图操作实例源代码,图的节点可以使任意可插入OLE项,在编辑一栏,您可以插入节点、删除节点、拓扑排序、广度遍历、最短路径、插入边等操作,该程序作者是中国地质大学的姜景捷。 -A VC' s are based on directed acyclic graph operation source code examples, graph nodes can be inserted into OLE can make any entry in the Edit colu
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:27917
    • 提供者:madud00091
  1. LD

    0下载:
  2. 又称Levenshtein距离(也叫做Edit Distance),是指两个字串之间,由一个转成另一个所需的最少编辑操作次数。许可的编辑操作包括将一个字符替换成另一个字符,插入一个字符,删除一个字符。 -Also known as Levenshtein distance (also known as Edit Distance), is between two strings, one by one turned into the minimum required number of edit
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:175537
    • 提供者:zdl
  1. tdistance-stringlabel

    0下载:
  2. 计算任意两棵树结构间的编辑距离,是Zhang和Shasha提出来的,时间复杂度为O(V*V *min(L, D)*min(L , D -compute the edit distance between two tree structures, it s proposed by Zhang and Shasha , time complexity is O(V*V *min(L, D)*min(L , D ))
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:4303
    • 提供者:
  1. sourse

    0下载:
  2. 数据结构之线性表,实现插入,删除,编辑,遍历,查找等功能-Linear table data structure to achieve insert, delete, edit, traverse, search and other function
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:38314
    • 提供者:kuange
  1. EditPDistance

    0下载:
  2. edit distance.字符串之间编译距离,包括插入,删除,替换。 -edit distance
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:583
    • 提供者:yy
  1. Pattern-matching

    0下载:
  2. 串的模式匹配问题.这在数据结构课本中占有一席之地。它可用于文件编辑-The string pattern matching problem plays an important role in the data structure.It can be used to edit text.
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:3618
    • 提供者:zhangyue
  1. edit-distance

    0下载:
  2. 算法导论(3)动态规划中edit distance 一题解答-Introduction to Algorithms (3) dynamic programming in an edit distance Answers
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2497
    • 提供者:xiazhao
« 12 »
搜珍网 www.dssz.com