资源列表

« 1 2 ... .44 .45 .46 .47 .48 2449.50 .51 .52 .53 .54 ... 2656 »

[数据结构常用算法infix-Postfix

说明:利用堆栈进行表达式的 Infix -> postfix 转换 适合大专院校计算机专业数据结构课参考 用法: 输入infix表达式为:(3+2*3)^2 则 转换位postfix表达式 323*+2^ 进而可以计算出表达式的值为81 目前bug: 主要作原理演示用,只能处理1位数字变量,且变量值不可太大-use of the stack for expression Infix-
<QKY> 在 2024-11-07 上传 | 大小:41984 | 下载:0

[数据结构常用算法ORDER_BTREE

说明:实现二叉树的前序、中序、后序排列,以菜单形式出现-achieve binary tree of the former sequence, sequence after sequence arranged in the form of menu
<赵树彬> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法baiduzhixing

说明:2005百度之星程序设计大赛总决赛题目解答-2005 Baidu Star Program Design Contest Finals topic answers
<刘华> 在 2024-11-07 上传 | 大小:311296 | 下载:0

[数据结构常用算法factorialxxxyy

说明:一个最优化的大数阶乘算法,可以计算超过5位数的阶乘,而运算时间只需几秒。-an optimization of large factorial algorithm can calculate the median of over 5 factorial, and the computation time only a few seconds.
<刘华> 在 2024-11-07 上传 | 大小:200704 | 下载:0

[数据结构常用算法fractions_compositor

说明:写一个程序,列出在0和1之间的所有分母不大于N的最简分数,下面是N=5时的情况: 0/1 1/5 1/4 1/3 2/5 1/2 3/5 2/3 3/4 4/5 1/1 总共有11个分数! 还需要进行排序。-write a procedure set out in the 0 and 1 denominator between all the N is not greater than the most simple lev
<刘华> 在 2024-11-07 上传 | 大小:220160 | 下载:0

[数据结构常用算法fractionTodecimal

说明:因为所有的分数都是有理数,所以一个分数要么除尽,要么有循环节,这个程序很好地解决了这个问题。-because all the scores are rational, or a fraction of thirteen, or a cycle of festivals, this procedure to solve the problem.
<刘华> 在 2024-11-07 上传 | 大小:207872 | 下载:0

[数据结构常用算法prime_number_upright

说明:质数竖式 下面的竖式是一个乘法运算问题,它的每个*号可以代入一个数字, 这个数字属于一个特定的由N个数字组成的集合。如果这个集合是{2,3,5,7}, 那么这个竖式称作“质数竖式”。 此程序就是为了解决这样一个问题而做的。-few quality below the vertical shaft is a multiplication problem, it* can each generation into a num
<刘华> 在 2024-11-07 上传 | 大小:295936 | 下载:0

[数据结构常用算法mofangxxxx

说明:构造奇数阶魔方的简便方法c++实现.方法独特,很巧妙!-structure of the odd order Cube c simple method to achieve. Unique method, is a clever!
<刘华> 在 2024-11-07 上传 | 大小:226304 | 下载:0

[数据结构常用算法base-data-structure-CPP-Class

说明:自己编写的基本数据结构 C++ 模版,包括链表、队列、堆栈等,供各位朋友参考。-themselves prepared the basic data structure C templates, including the linked list, queue, stack, for friends reference.
<zhangsh> 在 2024-11-07 上传 | 大小:3072 | 下载:0

[数据结构常用算法sweepline

说明:著名的Voronoi Diagram结构fortun算法经典C描述,各位搞算法的仁兄可千万别错过,要看懂该算法,需要搞清楚Voronoi Diagram结构,还有非常深厚的C语言功底。-famous structure fortun Voronoi Diagram C classical algorithm descr iption, to engage algorithm should not miss the chance to b
<li> 在 2024-11-07 上传 | 大小:10240 | 下载:0

[数据结构常用算法wuhan-traffic

说明:一、 目的: 对应数据结构课程所学的基本原理和方法,学习图状结构求最短路径的算法,将理论知识运用于实际。 二、 任务: 请根据附图和附表,设计一个武汉市交通导引系统。用户输入起点站和目标站,系统显示起点站到目标站的最短路径。 三、 要求: 1. 提示用户输入起点站和目标站 2. 系统向用户显示一条最短路径(经过站数最少的路线),如果有两条以上最短路线,则按换乘次数排序显示。 3. 显示每一条路线时,不仅要显示
<李明> 在 2024-11-07 上传 | 大小:172032 | 下载:0

[数据结构常用算法scan-haff

说明:通过本课程设计,应使学生掌握哈夫曼编码的特点、存储方法和基本原理,培养学生利用C++语言正确编写程序及调试程序的能力,运用数据结构知识解决实际问题的能力,为后续计算机专业课程的学习打下坚实的基础-passage of the curriculum design, should help students grasp the characteristics of Huffman coding, storage and basic prin
<李明> 在 2024-11-07 上传 | 大小:261120 | 下载:0
« 1 2 ... .44 .45 .46 .47 .48 2449.50 .51 .52 .53 .54 ... 2656 »

源码中国 www.ymcn.org