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

搜索资源列表

  1. BSTree2

    0下载:
  2. 该程序为二叉树节点编辑系统,由四部分组成:插入节点,寻找节点,删除结点和恢复到默认设置。-This is a BSTree2 edit program, mainly contains four parts: insert a node, find a node, delete a node and restore default settings.
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3731504
    • 提供者:啊呜
  1. BinaryTree

    0下载:
  2. 使用的是VC++来编辑的,数据结构中的二叉树表示,-The binary tree data structure, using VC++ to edit
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:158597
    • 提供者:bing
  1. Sort

    0下载:
  2. C语言环境中的数据排序排序算法,用于数据排序- Undo edits DictionaryGoogle Translate for Business:Translator ToolkitWebsite TranslatorGlobal Market Finder Turn off instant translationAbout Google TranslateMobilePrivacyHelpSend feedback► Click to edit and see
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1236345
    • 提供者:linfen
  1. tushuguanli

    0下载:
  2. 通过这个系统可以完成以下功能:录入图书(注册新书,包括图书的编号、书名、作者、数量)、借阅图书(必须记录借书人的借书证序号、借阅天数和借阅图书的编号,并且可以通过书的编号查找到相应的借书人的资料)、归还图书(删除借阅的记录)、注销旧书(注销图书的编号等信息、将其后的图书的编号均减少一,图书信息逐一覆盖)、查询图书(可按照图书的编号、书名、作者三种方式查询图书是否存在)、修改图书(将错误的信息修改掉)。-Through this system can be completed the follow
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:6175
    • 提供者:xiaoqing
  1. edit

    0下载:
  2.  问题描述: 设A和B是2个字符串。要用最少的字符操作将字符串A转换为字符串B。这里所说的字符操作包括 (1)删除一个字符; (2)插入一个字符; (3)将一个字符改为另一个字符。 将字符串A变换为字符串B所用的最少字符操作数称为字符串A到B的编辑距离,记为d(A,B)。试设计一个有效算法,对任给的2个字符串A和B,计算出它们的编辑距离d(A,B)。 -this is a project
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1090
    • 提供者:ziv
  1. GL

    0下载:
  2. 在广义表文本框中按要求输入一个广义表,此时按DrawPic键会将绘制的表显示在右边的视图中,在处理字符文本框中输入一个字符,如果按Delete键将直接删除与之对应的广义表的结点,在替换字符文本框中输入一个字符,按Replace将替换广义表的结点数据,按ReInput键则重新输入-Required in the broad table in the text box to enter a broad table, the table will be drawn DrawPic key in the
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:439007
    • 提供者:burgud
  1. Address-book-management-system

    0下载:
  2. 通讯录是用来记载、查询联系人通讯信息的工具。请设计一个电子通讯录,包括输入、显示、查找、插入、删除、保存、读入、排序、修改、移动等基本功能。-The address book is used to record inquiries contact communications and information tool. Please design an electronic address book, including input, display, find, insert, delete,
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:217770
    • 提供者:xinxinwag
  1. dstring

    0下载:
  2. 动态规划——编辑距离问题 设A和B是2个字符串。要用最少的字符操作将字符串A转换为字符串B。-Dynamic Programming- edit distance problem Let A and B are two strings. Characters use the least action string A converted to a string B.
  3. 所属分类:Data structs

    • 发布日期:2017-11-08
    • 文件大小:794
    • 提供者:yan
  1. Line-editing-operation

    0下载:
  2. 以串模拟如windows记事本那样的编辑操作,实现插入、删除、编辑操作。-To simulate string such as windows notepad editing operation, to achieve insert, delete, edit operations.
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:1896
    • 提供者:goendlesson
  1. 4

    0下载:
  2. 任务:从以下题目中任选一题完成,要求应用动态规划策略设计解决方案。 1、编辑距离问题。 2、石子合并问题。 3、租用游艇问题。 提交结果:程序设计的源代码及其分析说明和测试运行报告 -Task: Choose a topic from the following questions to complete, requires the application of dynamic programming strategy design solutions. 1, the
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:215185
    • 提供者:叶明杰
  1. despt

    0下载:
  2. 利用C语言编写的一个图书管理系统 拥有借书还书的功能 并且能编辑图书信息管理库存情况。-The use of C language library management system has a library book function and can edit library information management inventory.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4479
    • 提供者:李媛希
  1. migong

    0下载:
  2. 数据结构大作业“迷宫搜索”的MFC程序。含深度优先和宽度优先两种演示,可以鼠标编辑地图。界面良好,代码清晰。-Data structure operations " Labyrinth search" MFC program. Containing two kinds of depth-first and breadth-first presentation, you can edit the map mouse. Good interface, clear code.
  3. 所属分类:Data structs

    • 发布日期:2017-06-10
    • 文件大小:17492620
    • 提供者:费定宇
  1. cpp

    1下载:
  2. 文章查重源码 应用了最短编辑距离算法以及相似度算法原理,用两个待比较的文本框输入要比较的的文本文字,然后求解,最后输出两篇文章的相似度的百分比 -The article source application rechecking the shortest edit distance algorithm and the similarity principle, comparing two stay text box input to compare the text of the text,
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:8512
    • 提供者:江鹏源
  1. distance_SA13006029

    0下载:
  2. 编辑距离问题的C语言源代码 计算机算法设计与分析中的题目 动态规划算法-C language source code for a computer algorithm design and analysis of dynamic programming algorithm to edit the title from issue
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1137805
    • 提供者:冰仔
  1. meanshift-tracking

    0下载:
  2. 本算法实现的是目标的跟踪,采用的是混合高斯模型建立背景,然后用meanshift进行跟踪,包括使用MFC进行界面编辑-The algorithm is to track the target, using Gaussian mixture model background, and then meanshift track, including the use of interfacial MFC edit
  3. 所属分类:Data structs

    • 发布日期:2017-05-26
    • 文件大小:8730055
    • 提供者:zhangcheng
  1. wenbengeshihua

    0下载:
  2. 1. 文本以文件的形式存放.可以新建文件,也可以打开已有文件. 2. 新建立文件后可编辑一个新文本,或是打开文件时自动读取文件中的已有文本. 3. 在打开文本的状态下对文本进行格式化处理. ① 段首缩进8字符. ② 字与字之间只留一个空格符,对多余的进行压缩. ③ 一行中完整的字不能分割在两行,行首对齐. 4. 选择输出文本的非格式化和格式化结果. 5. 保存文件. -1 the text is stored in the form of a file. Y
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:20228
    • 提供者:梁文水
« 1 2»
搜珍网 www.dssz.com