资源列表

« 1 2 ... .92 .93 .94 .95 .96 1897.98 .99 .00 .01 .02 ... 2656 »

[数据结构常用算法DataHiding

说明:基于TBPC的最佳数据隐藏算法,利用数据结构中N叉树实现-An optimal data hiding scheme based on TBPC , Achieve that with N-Nary Tree of data structure
<lu> 在 2024-10-02 上传 | 大小:488448 | 下载:0

[数据结构常用算法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 su
<ivan> 在 2024-10-02 上传 | 大小:21504 | 下载:0

[数据结构常用算法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
<ziv> 在 2024-10-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法wenbenbianjiqi

说明:这是利用C语言编辑的一个关于文本输入的小程序,对于应付课程作业很有帮助。-this is just a small project which is very helpful to homework.
<Jie Lam> 在 2024-10-02 上传 | 大小:138240 | 下载:0

[数据结构常用算法SearchMaze-C

说明:完整的电脑鼠走迷宫算法,能完成迷宫搜索,以及迷宫冲刺的功能。-The computer mouse maze algorithm to complete the maze search, and maze sprint functionality.
<陈维康> 在 2024-10-02 上传 | 大小:275456 | 下载:0

[数据结构常用算法qugehang

说明:视频去隔行,基于MELA算法。使用c语言编写,操作目标采用lena.raw-Video de-interlacing algorithm based on the MELA
<liwenz> 在 2024-10-02 上传 | 大小:541696 | 下载:0

[数据结构常用算法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)删除
<冯书娇> 在 2024-10-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法paixu

说明:实现各种排序并比较各种排序所需的时间,数据结构课程设计,排序综合-shixian gezhong paixu
<舒涵> 在 2024-10-02 上传 | 大小:6144 | 下载:0

[数据结构常用算法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
<侯超俊> 在 2024-10-02 上传 | 大小:637952 | 下载:0

[数据结构常用算法Kernel-for-Relation-Extraction

说明:最短的路径依赖关系提取 我们提出了一个新颖的方法来提取关系,根据观察断言之间的关系之间的两个命名实体在同一个句子1所需的信息通常是由两个实体之间的依赖关系图中的最短路径捕获。实验上提取的ACE(自动内容抽取)报纸语料表明,新的最短路径依赖内核外执行最近的做法,根据去依赖树内核顶层的关系-We present a novel approach to relation extraction, based on the observati
<xz> 在 2024-10-02 上传 | 大小:133120 | 下载:0

[数据结构常用算法11

说明:栈的基本操作 链式表达方式-Further understand the basic operation of the stack implementation
<刘高> 在 2024-10-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法jihe

说明:单链表表示的集合的基本运算,有创建集合、显示集合、并集、交集、差集等-Singly linked list, said the collection of basic operations, to create a collection to display a collection of sets, intersection, difference sets
<tangliming> 在 2024-10-02 上传 | 大小:2048 | 下载:0
« 1 2 ... .92 .93 .94 .95 .96 1897.98 .99 .00 .01 .02 ... 2656 »

源码中国 www.ymcn.org