资源列表

« 1 2 ... .50 .51 .52 .53 .54 1555.56 .57 .58 .59 .60 ... 2656 »

[数据结构常用算法Data-structure

说明:解决数据结构中的迷宫问题,这是大学三年级数据结构中的一道程序解法- 翻译文字或网页 解决数据结构中的迷宫问题,这是大学三年级数据结构中的一道程序解法 请键入文字或网站地址,或者上传文档。 取消 Jiějué shùjù jiégòu zhōng de mígōng wèntí, zhè shì dàxué sān niánjí shùjù jiégòu zhōng de yīdào chéngxù jiěfǎ将中文译
<刘斌斌> 在 2024-11-11 上传 | 大小:12kb | 下载:0

[数据结构常用算法6277509aluo1

说明: 某旅馆有n个等级的房间,第i等级有ai个房间,每个等级有bi床位(1≤i≤n)。试模拟旅馆管理系统中床位分配和回收的功能,设计能为单个旅客分配床位,在其离店便回收床位(供下次分配)的算法。-failed to translate
<xian> 在 2024-11-11 上传 | 大小:99kb | 下载:0

[数据结构常用算法DIjkstras-algorithm

说明:迪杰斯特拉算法的C++实现 其中使用一个例子验证实现该算法-Dijkstra algorithm in C++ which uses an example to implement the algorithm verification
<yujia> 在 2024-11-11 上传 | 大小:796kb | 下载:0

[数据结构常用算法word_filter

说明:高效的脏词过滤功能,使用trietree算法实现的-Efficient dirty word filtering, the algorithm used trietree
<张念富> 在 2024-11-11 上传 | 大小:8kb | 下载:0

[数据结构常用算法Java-data-structure-and-algorithms

说明:JAVA数据结构和算法及其参考代码,内容详实,很适合学习使用.-Java data structure and algorithms (second edition)+source code
<徐胭脂> 在 2024-11-11 上传 | 大小:24.36mb | 下载:0

[数据结构常用算法CrazyLine

说明:topcoder 694题目A rigorous teacher makes all his students stand in a line before entering the classroom. Being a rigorous teacher, he makes the students line up in non-descending order by height. One time, while the studen
<萧峰> 在 2024-11-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法TxMsg

说明:topcoder 694题目3 Strange abbreviations are often used to write text messages on uncomfortable mobile devices. One particular strategy for encoding texts composed of alphabetic characters and spaces is the following:
<萧峰> 在 2024-11-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法TheBoredomDivTwo

说明:topcoder 698 题目 John and Brus are bored. They have n+m common friends. The first n of them are bored and other m are not. John chooses the j-th (1-based) friend for a talk. If the friend is not bored, he becomes bored af
<萧峰> 在 2024-11-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法CPP1

说明:一、顺序表的基本操作实现实验 要求:数据元素类型ElemType取整型int。按照顺序存储结构实现如下算法: 1)创建任意整数线性表(即线性表的元素值随机在键盘上输入)的顺序存储结构(即顺序表),长度限定在25之内; 2)打印/显示(遍历)该线性表(依次打印/显示出表中元素值); 3)在顺序表中查找第i个元素,并返回其值; 4)在顺序表第i个元素之前插入一已知元素; 5)在顺序表中删除第i个元素; 6)求顺序
<goudezong> 在 2024-11-11 上传 | 大小:3kb | 下载:0

[数据结构常用算法sxml

说明:本课程设计目的是实现树型目录结构文件系统,本人在实现过程中也利用二叉树, 其中每个节点都有父指针,子指针和兄弟指针,其中子指针指向该目录下的第一个子节点,而该子节点的父指针则指向它的上级目录。目录下各子节点用兄弟指针连接起来。 文件夹打开是则把文件夹名称及其地址压入打开文件夹栈,文件关闭则把文件夹名称及其地址从打开文件夹栈中抛出。 -This course is designed to achieve the directo
<小樱> 在 2024-11-11 上传 | 大小:411kb | 下载:0

[数据结构常用算法student

说明:随机生成0和1组成的迷宫,自定一迷宫大少,即迷宫的长宽,范围我设定4到20,你可以自行修改!-0 and 1 randomly generated maze, a maze of large and small custom, that the length and width of the maze, I set the range 4 to 20, you can modify!
<李宁> 在 2024-11-11 上传 | 大小:183kb | 下载:0

[数据结构常用算法test

说明:文件导入并算平均值,用到动态数组,结构体和链表结构-file import and caculate the average
<chenliyuan> 在 2024-11-11 上传 | 大小:186kb | 下载:0
« 1 2 ... .50 .51 .52 .53 .54 1555.56 .57 .58 .59 .60 ... 2656 »

源码中国 www.ymcn.org