资源列表

« 1 2 ... .17 .18 .19 .20 .21 2222.23 .24 .25 .26 .27 ... 2656 »

[数据结构常用算法ACM_stairs

说明: ACM程序设计题 砌楼梯 使用N(5 ≤ N ≤ 500)块砖来砌楼梯。希望你能写个程序计算出按下面的要求砌出的楼梯的种类是多少: 1. 每个楼梯中,不能出现每层砖的数目都一样。 2. 每个楼梯至少要有2层,每层至少一块砖。 ...... 有源码和解题报告 -ACM programming using title block staircase N (5 ≤ N ≤ 500) bricks to build
<朝猛子> 在 2024-11-10 上传 | 大小:200kb | 下载:0

[数据结构常用算法ACM_knight

说明:国际象棋的棋盘非常有趣,是一个正方形,看上去有点像坐标格。国际象棋的棋盘由八八六十四个大小相等的小方格组成,垂直方向从左到右分别用数字1-8表示 ,水平方向从上到下分别用小写字母a-h表示, 现在有个骑士(类似象棋中的马)位于其中某个小方格上(如上图黑色标记的方格),骑士每次的走法是先沿水平(或垂直)方向走2格,再沿刚才这个方向的垂直方向走1格(类似英文字母大写的“L”形),那么这一个方格就是骑士可以到达的方格(如上图红色标记的方格
<朝猛子> 在 2024-11-10 上传 | 大小:72kb | 下载:0

[数据结构常用算法22

说明:冒泡排序,本人用c写了的,进过修改,已经很全面了-Bubble Sort, I wrote with c and Jin been modified, it is already full of
<jia> 在 2024-11-10 上传 | 大小:2kb | 下载:0

[数据结构常用算法Matrix

说明:这是一个数据结构中,对树遍历的程序,写得相当精炼,对数据结构初学者是个不错的参考程序!-This is a data structure, tree traversal of the procedure, written very refined, the data structure is a good beginner s reference to the procedure!
<鄢章宝> 在 2024-11-10 上传 | 大小:205kb | 下载:0

[数据结构常用算法sort

说明:对快速,选择,冒泡,插入,希尔,堆,基数,位图排序进行比较-Fast, selection, bubble, insert, Hill, sand, the base for comparison sort bitmap
<cpuno1> 在 2024-11-10 上传 | 大小:128kb | 下载:0

[数据结构常用算法3

说明:实现顺序栈的操作(栈空判断、入栈、出栈、读取栈顶元素)。-The realization of the order of stack operations (stack empty judgments入栈, a stack, to read Top-elements).
<zhang> 在 2024-11-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法4

说明:实现循环队列的操作(队空、入队、出队、读取队列头元素)-To achieve the cycle queue operations (Air Force, into the team, a team, read the first element of the queue)
<zhang> 在 2024-11-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法Expression

说明:一个表达式和一棵二叉树之间,存在着自然的对应关系。试设计实现一个基于二叉树表示的数学表达式类型Expression的操作。-An expression, and between a binary tree, there is a natural relationship. Test Design and Implementation of a binary tree based on the mathematical expressio
<christy> 在 2024-11-10 上传 | 大小:3kb | 下载:0

[数据结构常用算法zuiduanlujing

说明:数据结构最短路径的实现方法 从始点v0开始,逐步求v0到其它可达的各顶点的最短路径,直到所有顶点计算完成为止-Data structure to achieve the shortest path method v0 from the starting point to start, and gradually seek v0 to other up all the vertices of the shortest path unt
<此猎非彼猎> 在 2024-11-10 上传 | 大小:35kb | 下载:0

[数据结构常用算法Convert

说明:针对输入的数值,可以转换成任意进制数据。-Numerical input, you can convert any hexadecimal data.
<刘峰> 在 2024-11-10 上传 | 大小:2kb | 下载:0

[数据结构常用算法md5

说明:MD5文件数字签名实例代码,使用C写的,可以直接拿来用的-MD5 digital signature examples document code, written using C, can be directly used by the
<lijin> 在 2024-11-10 上传 | 大小:72kb | 下载:0

[数据结构常用算法redgreen

说明:自己写的红绿灯的例子!呵呵,面试之后回来写的,请大家参考指正!属于设计模式的练习,不知道选择windows其他小程序分类恰当否!应该归属于设计模式和数据结构类-Write their own examples of the traffic lights! Oh, come back to write after the interview, please refer to correct me! Design patterns are
<zhangwusheng> 在 2024-11-10 上传 | 大小:1kb | 下载:0
« 1 2 ... .17 .18 .19 .20 .21 2222.23 .24 .25 .26 .27 ... 2656 »

源码中国 www.ymcn.org