搜索资源列表
PointerC.rar
- 点阵数据链表编程,为 point 建立链表数据结构,把括:排序,插入,增加,删除等操作!
yuesefu.rar
- 本程序采用循环单链表的算法来解决约瑟夫环问题:建立一个循环单链表,按顺序查找指定结点,找到后删除,最后打印删除的编号序列。
平衡二叉树c++
- 平衡二叉树生成 输入任意个节点 如 2 6 8 0为显示 可自动生成平衡二叉树 bf为平衡因子 h给深度 可插入删除 计算转动次数(wangliwei007也是我,质料没添全就换这个好号,请斑竹给我发个号好吗?我也想下载东西,急)-balanced binary tree generating arbitrary input nodes as 2 6 8 0 to demonstrate that automatically generates balanced binary tree bf f
C语言文件管理
- 操作系统中的文件是通过文件目录项来管理的,为了管理和查找的方便,按层次把文件目录项组织起来,同一层上的目录构成该层上的目录,第一层为根目录,一下为各层子目录。 假设以一串字符代表一个文件,每个字符表示一个记录。 在建立上述目录结构的基础上,建立相应的管理系统并要求完成以下各项操作: 1. 一次建立各个文件 2. 查访两个用户的所有文件 3. 查访用户sun 是否有文件AB 4. 删除用户sun的文件AC,然后在分别查访两个用户的全部文件,检查是否已经删除文件AC 5. 撤销用户sun,并检查是否
双链表的插入与删除
- 双链表的一个简单实现,双链表的插入也删除
表的建立、插入、查找、删除操作
- 在Visual C++6.0下编译通过 完成表的建立、插入、查找、删除操作
二叉排序树的建立和删除
- 二叉排序树的建立和删除,详见内附文档-two forks of trees and the establishment of deleted files containing detailed
算法(插入,删除)
- 一个些基本算法。有关于数组元素插入,删除等。可以加我QQ:254760008-a more basic algorithm. On the array element insertion, deletion and so on. Can I QQ : 254760008
线性表元素删除
- 线性表元素删除运算,删除线性表L中第i个位置上的元素-linear elements to delete Table Operational delete Table L linear section i positions on the elements
实现堆的创建,初始化,插入,删除功能
- 实现堆的创建,初始化,插入,删除功能
二叉查找树的创建、查找、插入和删除
- 二叉查找树的创建、查找、插入和删除 问题描述:运行时产生若干个随机整数,依次插入到一棵初始为空的二叉查找树中,并能在其中查找、插入、删除指定的整数。,Binary Search Tree to create, find, insert and delete the problem descr iption: run-time generated a number of random integers, followed by insertion into an initial empty bi
LT_decoder_BEC.rar
- 二进制删除信道下的喷泉码(LT码)的译码程序(含注释)。,under binary erasure channel,decoding process of one kind of the fountain Code (LT code),including the Notes.
删除无用字符
- 编制一个扫描子程序,该扫描程序能删除无用的空白字符、回车字符以及其他与输入介质相关的非实质性字符,用“#”分隔单词流。
链表结点的删除
- 利用C语言的数据结构的算法实现链表结点的删除
yuesefu
- 本程序采用循环单链表的算法来解决约瑟夫环问题:建立一个循环单链表,按顺序查找指定结点,找到后删除,最后打印删除的编号序列。- This procedure uses circulates Shan Lianbiao algorithm to solve the Joseph link problem: Establishes to circulate Shan Lianbiao, assigns the point according to the smooth search, after
btree
- 题目4. 二叉排序树的建立、插入、删除和查找 给出一组关键值,建立相应的二叉排序树,完成: ⑴结点的删除操作。要求可以实现删除根结点、叶子结点以及其它任意结点的功能; ⑵插入一个新结点的操作; ⑶对给定的值在二叉排序树进行查找; ⑷随时显示操作的结果。 -Title 4. Binary Sort Tree Establishment, insert, delete, and search are given a set of key values, the establi
compare
- 可以在容器vector中进行数据的排序及删除重复的数据。(You can sort the data in the container vector and delete the duplicate data.)
6
- 队列操作,包括销毁清空初始化,插入删除某队内元素(Queue operations, including destruction, initialization, insertion and deletion of elements within a team.)
5
- 栈的操作,包括初始化创建,插入和删除元素(Stack operations, including initialization, creation, insertion and deletion of elements)
删除字符串
- 在某个文件中查找特定字符串A和字符串B,并删除A和B之间的内容