资源列表
6_7
- 实现数据结构 中图结构的邻接表存储结构算法,以及深度优先遍历算法。(The adjacency table storage structure algorithm for the graph structure in the data structure and the depth first traversal algorithm are realized.)
53920886
- ACM 第10318 Solve It()
tflkgss
- Linked lists are a widely used data structure for storing a d()
eedbdoy
- 一个bp算法,不过代码可能会有一些warning()
Stack
- (1)实现堆栈各种基本操作,如初始化、置空、入栈、出栈等; (2)利用堆栈实现数制转换的程序;((1) the basic operation of the stack, such as initialization, emptiness, stack, stack and so on; (2) the conversion program using the stack implementation;)
list
- 创建节点、插入节点、点位置、插入节点和删除节点(Create nodes, insert nodes, point positions, insert nodes, and delete nodes)
NO1
- /* 自定义LinkList单链表类型 */ /*函数,用尾插入法建立带头结点的单链表*/ /*函数,用头插入法建立带头结点的单链表 */ /*函数,按值查找结点 */ /*函数,删除指定值的结点 */ /*函数,打印链表中的所有值*/ /*函数,删除所有结点,释放内存 */ /*修改程序:增加节点。用头插法,返回头指针*/(Custom LinkList single chain type / * * / * / function,
959802
- 0-1背包问题的分支限界算法实现,有详细的函数功能说明()
Bitree
- 已知二叉树的前序和中序,建立标准二叉树,后序遍历输出。(The standard two forked tree is established in the preorder and the output is traversed in the rear order.)
13662354
- 傅立叶变换的算法,大家看看吧,有没有用,()
seqlist
- 基本的增删改查等的功能实现代码,数据结构基础代码(The function implementation code of basic additions, deletions and modifications)
fnbdpw
- 包括 :定积分计算,多项式求根(牛顿法)周期性方程(追赶法)等三种算法()