-
已知一个单链表L编写一个删除L中值为x结点的直接前驱结点的程序。
#include
#include
#include
typedef int ElemType; // 定义数据结构元素的数据类型
#define LIST_INIT_SIZE 10 // 线性表存储空间的初始分配量
#define LISTINCREMENT 5 // 线性表存储空间的分配增量
// 线性表的动态分配顺序存储结构
ty
- 2022-03-13 17:25:00下载
- 积分:1
-
The lingo of learning courseware, very good thing to use.
有关lingo的学习课件,很好用的东西。-The lingo of learning courseware, very good thing to use.
- 2023-01-29 17:25:04下载
- 积分:1
-
数值算法
各种数学算法的实现,里面包括矩阵的运算,方差,以及一些其他的常用数学算法,C#编写。
- 2022-01-30 10:36:45下载
- 积分:1
-
opencv指纹识别
opencv做的一个指纹识别,处理的输入是指纹图片,JPG格式-finger recognising in c++ with opencv
- 2022-01-25 15:07:29下载
- 积分:1
-
a description of the problem is : No. 1, 2, ..., n n clockwise direction by indi...
约瑟夫问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,没人持有一个密码。一开始人选一个正整数作为报数上限值m,从第一个人开始按顺时针自1开始报数,报到m是停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。-a description of the problem is : No. 1, 2, ..., n n clockwise direction by individuals sitting around a circle, no one holding a password. One person started as a positive integer limits on the number of reported m, from the first individuals to embark on the clockwise from a few reportedly started, the report m is reportedly stopped a few. M reported out of the list of his password as a new value m, from a clockwise direction in the next re-started from a newspaper a few, like that, until the total of all listed so far.
- 2022-02-03 16:31:48下载
- 积分:1
-
遗传算法求解TFS
资源描述使用遗传算法解决TFS问题,10个城市,节点已给出
- 2022-02-11 15:01:13下载
- 积分:1
-
中值滤波算法,利用intel的mmx技术,速度比普通快上几十倍
中值滤波算法,利用intel的mmx技术,速度比普通快上几十倍-median filter, using the MMX technique from Intel, the speed is quite promising when compared to normal one
- 2022-06-27 10:50:46下载
- 积分:1
-
旋转路由协议
路由协议是一种不可缺少的一部分,它保证了无线传感器网络的正常运行和信息的高效传输
- 2022-03-05 08:50:58下载
- 积分:1
-
qt 调用类
应用背景 在qt环境下,先写了类,类中包含构建函数和减法函数。然后再写另一个主函数,来调用 这个类中的函数,如果调用成功,就会返回调用成功结果。
- 2023-08-18 10:20:03下载
- 积分:1
-
用Borland C写的B
用Borland C写的B-Tree算法- B-Tree algorithm writes which with Borland C
- 2023-02-02 02:20:04下载
- 积分:1