资源列表
Bintree
- 二叉树,数据结构,实现查找任意两个结点的共同祖先-Binary Tree,Data Structure to achieve Find the common ancestor of any two nodes
DataHiding
- 基于TBPC的最佳数据隐藏算法,利用数据结构中N叉树实现-An optimal data hiding scheme based on TBPC , Achieve that with N-Nary Tree of data structure
ArbolABB
- All empty tree is a binary search tree. A binary tree is not empty, the root R is a binary search tree if: • In case of left subtree, the root R must be greater than the maximum value stored in the left subtree, and that the left subtr
edit
- 问题描述: 设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
wenbenbianjiqi
- 这是利用C语言编辑的一个关于文本输入的小程序,对于应付课程作业很有帮助。-this is just a small project which is very helpful to homework.
qugehang
- 视频去隔行,基于MELA算法。使用c语言编写,操作目标采用lena.raw-Video de-interlacing algorithm based on the MELA
alogo2-1
- 一 ..编写一个程序alogo2-1.cpp,实现顺序表的各种基本运算,并在此基础上设计一个主程序完成如下功能: (1) 初始化顺序表L (2) 依次采用尾插法插入a,b,c,d,e元素; (3)输入顺序表L (4) 输出顺序表L长度; (5)判断顺序表是否为空; (6)输出顺序表的底3个元素; (7)输出元素a的位置; (8) 在第4个元素位置上插入f元素; (9)输出顺序表L (10)删除表的第3个元素; (11)输出顺序表; (12)释放
paixu
- 实现各种排序并比较各种排序所需的时间,数据结构课程设计,排序综合-shixian gezhong paixu
mybiytree_2
- 实现中序后序求前序的二叉树的功能,c语言实现,递归,不需构造二叉链表结构-Implementation sequence the order to seek pre-order binary tree functions, c language, recursion, no need to construct a binary linked list structure
Kernel-for-Relation-Extraction
- 最短的路径依赖关系提取 我们提出了一个新颖的方法来提取关系,根据观察断言之间的关系之间的两个命名实体在同一个句子1所需的信息通常是由两个实体之间的依赖关系图中的最短路径捕获。实验上提取的ACE(自动内容抽取)报纸语料表明,新的最短路径依赖内核外执行最近的做法,根据去依赖树内核顶层的关系-We present a novel approach to relation extraction, based on the observation that the information requir
11
- 栈的基本操作 链式表达方式-Further understand the basic operation of the stack implementation
jihe
- 单链表表示的集合的基本运算,有创建集合、显示集合、并集、交集、差集等-Singly linked list, said the collection of basic operations, to create a collection to display a collection of sets, intersection, difference sets
