资源列表

« 1 2 ... .48 .49 .50 .51 .52 2653.54 .55 .56 .57 »

[数据结构常用算法seedFormatParse

说明:java版本的seed解析,包括seed转换miniseed(Seed analysis of java version)
<梦浮桥> 在 2024-05-30 上传 | 大小:33792 | 下载:0

[数据结构常用算法logic1net

说明:农夫 要运输 白菜 羊 狼去对岸, 农夫不在的情况下,狼会吃羊,羊会吃白菜。 每次运输一个去对岸(help the man in the boat to move the wolf the sheep and the box of cabbage to the other side of the lake)
<谈不上> 在 2024-05-30 上传 | 大小:86016 | 下载:0

[数据结构常用算法logic2abc

说明:三个和尚三个鬼过河。小船最多两个乘坐,最少一个。任何时候,在两岸边如果鬼的数量多于和尚,那么和尚就吃掉鬼,任务失败。(Please help the 3 cannibals and 3 missionaries to move to the other side of the lake.notice that:when there is on one side more cannibals than missionaries,the e
<谈不上> 在 2024-05-30 上传 | 大小:185344 | 下载:0

[数据结构常用算法中科院陈玉福计算机算法设计与分析期末简答题答案

说明:中科院陈玉福数据结构与算法设计答案,在雁栖湖上课的同学会用到,老师的可很好(Algorithm design and data structure)
<baoxin1100> 在 2024-05-30 上传 | 大小:253952 | 下载:0

[数据结构常用算法数据结构python

说明:很多数据结构用C++和java写的,这里我用python写的一些数据结构的实现(Write LinkNodes using python)
<Yan1233> 在 2024-05-30 上传 | 大小:5120 | 下载:0

[数据结构常用算法三维装箱MATLAB版

说明:三维装箱程序,MATLAB实现,可以使用,但是没有优化,时间较长(3D packing program, realized by MATLAB, can be used, but it has not been optimized and takes a long time.)
<tjusky> 在 2024-05-30 上传 | 大小:14336 | 下载:0

[数据结构常用算法线性表

说明:1.顺序表的验证 (1)编写测试函数,对顺序表类模板用2种简单类型的数据(int ,char,double,float等)进行测试验证。 (2)定义一个结构体,描述学生信息。学生信息包括:学号、姓名、性别、班级和电话号码等。用描述学生信息的结构体作为线性表的数据元素类型测试顺序表。 (3)在顺序表类模板中增加成员函数max()和min(),它们分别返回顺序表中元素值最大的数据元素序号。 2.单链表的验证 (
<咸鱼2333> 在 2024-05-30 上传 | 大小:12288 | 下载:0

[数据结构常用算法Algorithm design and analysis(Java)

说明:王晓东版本的算法设计与分析,介绍数据结构与常见算法题目,附Java代码示例。(Wang xiaodong version of the algorithm design and analysis, introduce the data structure and common algorithm topics, with Java code examples.)
<超人迪加> 在 2024-05-30 上传 | 大小:6620160 | 下载:0

[数据结构常用算法c语言,码图合集

说明:a set of uestc computer academic matu
<seayou> 在 2024-05-30 上传 | 大小:6990848 | 下载:0

[数据结构常用算法无向图

说明:广工数据结构实验-(无向图)基于邻接数组的无向图的接口实现(含源代码+实验报告+可执行程序)(Data structure experiment - (undirected graph) interface implementation of undirected graph based on adjacency array (including source code + experiment report + executable
<lseap> 在 2024-05-30 上传 | 大小:741376 | 下载:0

[数据结构常用算法迷宫问题

说明:用C++语言实现在迷宫中寻找出路。 核心算法伪代码: do{ 如果当前位置为出口: 当前位置进栈; return 1; while(尝试的方向小于4) { 尝试方向号码对应方向的格子; 如果这个格子是没走过的通路: 当前位置进栈; 将地图上的这个位置标记为走过的; 切换试探的方块为新的当前位置; 跳出这层循环; 否则: 方向号码增加1; } 如果当前位置的四周没有路了: 地图上的当前位置标记成走过的; 出栈; }while
<F(zx)> 在 2024-05-30 上传 | 大小:16384 | 下载:0

[数据结构常用算法magician

说明:反转扑克牌问题,扑克牌排列在桌面上,每次反转一定区间的扑克牌,或者询问某一个区间内的扑克牌总共被反转了几次,使用线段树,可以处理大规模数据(扑克牌数量很多)(Reversal of playing cards: playing cards are arranged on the table. Each time you reverse a certain range of cards, or ask the playing cards
<zzzzssssssss> 在 2024-05-30 上传 | 大小:1024 | 下载:0
« 1 2 ... .48 .49 .50 .51 .52 2653.54 .55 .56 .57 »

源码中国 www.ymcn.org