资源列表

« 1 2 ... .34 .35 .36 .37 .38 2539.40 .41 .42 .43 .44 ... 2656 »

[数据结构常用算法POJ-1890-Switching-Channels

说明:POJ 1890 Switching Channels. 搜索算法的练习题。-POJ 1890 Switching Channels. Exercises of the search algorithm.
<刘小明> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法POJ-2151

说明:POJ 2151 Check the difficulty of problems. Practice for dynamic planning.
<刘小明> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法kmp

说明:实现KMP算法 1、构建主串S和子串T,采用定长存储结构实现 2、编写主程序调用KMP算法,测试不同的输入数据S和T,输出的结果(输出模式串T的next值,以及T在S中的定位函数值。-KMP algorithm 1 to construct the main string S and substring T, using fixed-length storage structure 2, the preparation of t
<dd> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法dice-game

说明:一群小孩围城一圈扔骰子,骰子扔到的数与小孩编号一样的小孩出列,循环此动作,知道最后剩N名小孩为胜利者-The number of child ID kids out of a group of children Siege circle to throw the dice, the dice thrown out cycle this action, know the last N the child left for the winn
<艾超> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法calendar

说明:编写一个万年历的程序,能显现出正确的日期与星期-Write a calendar program, showing the correct date and day of the week
<艾超> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法DataMining

说明:读入,更改EXCEL数据,做出计算!一些函数的调用实现!-read and write data from ms excel,caculate them and use some particular functions
<741262008cjz> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法heap

说明:实现栈的基本操作,建栈,进栈,出栈,数据结构实现-To achieve the basic operation of the stack, built stack into the stack, the stack data structure
<余强> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法jicha

说明:给定n个正整数数列,进行如下操作:每次删去两个数 a和b,添加1个数 a*b+1,直到只剩1个数N。在所有的这样的N中,有1个最大Max的和最小的Min,M=Max-Min是极差。设计程序计算 M -Given n positive integers, proceed as follows: each time deleting two numbers a and b, add a number of a* b+1 until on
<yan> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法astar

说明:A*算法 1、将开始节点放入开放列表(开始节点的F和G值都视为0) 2、重复以下步骤: 在开放列表中查找具有最小F值的节点,并把查找到的节点作为当前节点 把当前节点从开放列表删除, 加入到封闭列表. -A* algorithm 1, will begin to node placed in the and opening up list of (the began to node of the F and G va
<yan> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法dstring

说明:动态规划——编辑距离问题 设A和B是2个字符串。要用最少的字符操作将字符串A转换为字符串B。-Dynamic Programming- edit distance problem Let A and B are two strings. Characters use the least action string A converted to a string B.
<yan> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法point-to-fenshu

说明:小数变分数问题 求解 这是一个数据结构的课程设计-point change to fractional number
<john> 在 2024-12-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法teacher

说明:保守的老师源代码 算法课程习题 原创代码 仅供参考-The conservative teacher source code algorithms course exercises original code for reference only.
<韩默> 在 2024-12-25 上传 | 大小:1kb | 下载:0
« 1 2 ... .34 .35 .36 .37 .38 2539.40 .41 .42 .43 .44 ... 2656 »

源码中国 www.ymcn.org