资源列表

« 1 2 ... .83 .84 .85 .86 .87 1688.89 .90 .91 .92 .93 ... 2656 »

[数据结构常用算法UseList

说明:基本的链表操作,节点加入,删除,遍历等。对理解使用链表有用-The list of basic operations, the node add, delete, traverse, etc.. Useful in understanding the use of linked list
<jw> 在 2024-10-06 上传 | 大小:1396736 | 下载:0

[数据结构常用算法jisuanqi

说明:一个一元稀疏多项式简单计算器: 1 输入并建立多项式; 2 输出多项式,输出形式为整数序列n,c1,e1, c2,e2,,,,,,, cn,en,其中n是多项式的项数,ci,ei,分别是第i项的系数和指数,序列按指数降序排序; 3 多项式a和b相加,建立多项式a+b;如果用单链表存储多项式,则用a存储多项式(a+b)。如果用队列存储多项式,则需为多项式(a+b)另外创建一个队列。 4 多项式a和b相减,建立多项式a-b;
<小强> 在 2024-10-06 上传 | 大小:2048 | 下载:2

[数据结构常用算法polynomial

说明:基于快速傅里叶变换,实现的多项式相乘算法。同时与普通多项式相乘对比。-Polynomial Multiplication based on FFT
<Chao Zhong> 在 2024-10-06 上传 | 大小:2048 | 下载:0

[数据结构常用算法Splay

说明:Splay Tree,伸展树,一种实现简单的平衡二叉树,增删改查的时间复杂度均为O(logN)-Splay Tree
<liuyulei> 在 2024-10-06 上传 | 大小:653312 | 下载:0

[数据结构常用算法Inorder_BiTree

说明:二叉树的构造及遍历 Construction and traverse binary tree先序遍历输入再中序遍历输出-Binary tree structure and traversing Construction and traverse binary tree in preorder traversal sequence and then traverse the input output
<小郭> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法hashtable

说明:哈希表c代码 学习c 有帮助,对于有一定c基础的可以看下-hashtable
<沈林峰> 在 2024-10-06 上传 | 大小:12288 | 下载:0

[数据结构常用算法StudentCourseManagementSystem

说明:数据结构课程实验,实现学生课程管理系统,含有实验报告,程序说明-Data structure course experiment, to achieve student course management system, with test reports, descr iption of the procedures
<xiafan> 在 2024-10-06 上传 | 大小:4096 | 下载:0

[数据结构常用算法MapCreation

说明:图的创建,深度优先和广度优先搜索,有实验报告-Map creation, depth-first and breadth-first search, there are experimental reports
<xiafan> 在 2024-10-06 上传 | 大小:29696 | 下载:0

[数据结构常用算法CampusGuideConsulting

说明:校园导游咨询,数据结构编程, 含有文档,程序说明-Campus Guide Consulting, data structure, programming, containing documents, procedures, instructions
<xiafan> 在 2024-10-06 上传 | 大小:66560 | 下载:0

[数据结构常用算法vcbook

说明:Visual C++常用数值算法集电子书-Visual C++ numerical algorithms commonly used e-book collection
<丁建> 在 2024-10-06 上传 | 大小:7498752 | 下载:0

[数据结构常用算法AC

说明:AC自动机! 字符串模式匹配最新最快算法! 比kmp更高效!
<常迪> 在 2024-10-06 上传 | 大小:5120 | 下载:0

[数据结构常用算法AVL

说明:avl,数据结构,平衡查找二叉树,支持添加、删除、查找!
<常迪> 在 2024-10-06 上传 | 大小:6144 | 下载:0
« 1 2 ... .83 .84 .85 .86 .87 1688.89 .90 .91 .92 .93 ... 2656 »

源码中国 www.ymcn.org