资源列表

« 1 2 ... .96 .97 .98 .99 .00 1601.02 .03 .04 .05 .06 ... 2656 »

[数据结构常用算法Joseph

说明:约瑟夫问题的解决。几个人绕一圈排队报数,报某数者退出,循环直至无人-Joseph problems. Perimeter line up several people reported that the number, the number who reported an exit, loop until no
<吴仪> 在 2024-10-07 上传 | 大小:143360 | 下载:0

[数据结构常用算法order

说明:北邮大四通信网监控与管理课程第三章15题竞赛排序-BUPT sort senior communications network competition
<malin> 在 2024-10-07 上传 | 大小:98304 | 下载:0

[数据结构常用算法C

说明:c语言题库,讲述c++操作过程,各种题型,参考-c tiku
<李魁健> 在 2024-10-07 上传 | 大小:28672 | 下载:0

[数据结构常用算法expression

说明:利用栈完成算术表达式求值:从键盘或文件中输入算术表达式,计算其结果并显示。要求处理过程为:(1)转换为后缀表达式并输出;(2)对后缀表达式求值并输出。 输入的表达式中可以有整数、实数、括号,运算符包括+、-、*、/、#(代表单目负)。可以多次输入不同的表达式进行计算,直到用户选择“退出”。栈的基本操作可以自己实现,也可以使用系统提供的STL实现。 -Done using an arithmetic expression e
<Sw> 在 2024-10-07 上传 | 大小:429056 | 下载:0

[数据结构常用算法Ex2

说明:用两个栈实现队列,新颖 新颖 新颖 -Queue with two stacks, novel novel novel novel novel novel
<hannianqiao> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法Ex1

说明: public: List() //构造函数 int size() const //返回链表的长度 bool full() const //返回链表是否已满 bool empty() const //返回链表是否已空 void clear() //清空链表 int retrieve( int position, string &x ) const //获取链表第position位置的元素到x,成功返回0,否则
<hannianqiao> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[数据结构常用算法maxheap

说明:数据结构课程设计 堆的操作 这里是一个最大堆的java实现的源代码,只需要在eclipse中建立相应的目录及类运行即可,程序实现了最大堆的可视化操作,包括最大堆的构建,调整,删除以及最大堆排序,并且具有动态演示效果。-Heap data structure course design here is one of the largest operations to achieve the java heap source code, j
<敏敏特穆尔> 在 2024-10-07 上传 | 大小:8192 | 下载:0

[数据结构常用算法ep121

说明:用动态规划方法模拟0-1背包的问题,并包含了文件。-Simulation using dynamic programming methods 0-1 knapsack problem, and contains the file.
<> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法Joseph-Circle

说明:用顺序表实现约瑟夫环,对逐个删除的情况进行了特殊考虑,大家可以参考-With the sequence table to achieve Josephus, one by one remove the situation of special consideration, we can refer to
<chen> 在 2024-10-07 上传 | 大小:994304 | 下载:0

[数据结构常用算法BTREE2

说明:B树,包括建立,查找,添加,删除等操作,支持外存索引-B tree,include insert , search, and delete
<niujia> 在 2024-10-07 上传 | 大小:8192 | 下载:0

[数据结构常用算法Computer-rat-maze

说明:电脑鼠迷宫运动模拟实验平台中文稿 关键词: 路径规划;模拟;智能算法;-Computer rat maze motion simulation experimental platform design KEYWORDS: route planning simulation Intelligence algorithm
<蒋星星> 在 2024-10-07 上传 | 大小:67584 | 下载:0

[数据结构常用算法ercs

说明:二叉树的遍历,C语言编写的,呵呵,还不错的哦-This is a c program
<叶风> 在 2024-10-07 上传 | 大小:317440 | 下载:0
« 1 2 ... .96 .97 .98 .99 .00 1601.02 .03 .04 .05 .06 ... 2656 »

源码中国 www.ymcn.org