资源列表

« 1 2 ... .94 .95 .96 .97 .98 2499.00 .01 .02 .03 .04 ... 2656 »

[数据结构常用算法zhongxinchafen

说明:通过中心差分方法简单计算振动系统的响应。-The response of the vibration system is simply calculated by the central difference method.
<毛雁> 在 2024-11-06 上传 | 大小:2048 | 下载:0

[数据结构常用算法algs4

说明:算法(第四版)随书源码,JAVA语言实现,经典-Source codes of Algorithms(4th edition), which is realized in JAVA and quite classical
<WJP> 在 2024-11-06 上传 | 大小:1861632 | 下载:0

[数据结构常用算法shujujiegoukeshe

说明:一个算术表达式是由操作数(operand)、运算符(operator)和界限符(delimiter)组成的。假设操作数是正整数,运算符只含加减乘除等四种运算符,界限符有左右括号和表达式起始、结束符“#”,如:#(7+15)*(23-28/4)#。引入表达式起始、结束符是为了方便。编程利用“算符优先法”求算术表达式的值。 [基本要求] (1) 从键盘读入一个合法的算术表达式,输出正确的结果。 (2) 显示输入序列和栈的变化过程
<刘燕青> 在 2024-11-06 上传 | 大小:2897920 | 下载:0

[数据结构常用算法shujujiegou

说明:编制一个将待格式化的文本按照一定的版面要求重新排版并输出到文件的程序 [基本要求] (1)文本文件非空且以文本文件形式存放(为空没有格式化意义)。输入输出文件名均由用户从键盘输入。 (2)字的定义:由非(‘@’,‘ ’(空格))的任意ASCII码字符组成。 (3)文本文件的定义:由字母字符,数字字符,空格和可以用ASCII代码显示的字符组成。‘@’只表示换行的意义。‘ ’(空格)只表示一个字的结束的意义。 (4)任何
<刘燕青> 在 2024-11-06 上传 | 大小:540672 | 下载:0

[数据结构常用算法1003(AC)

说明:北京大学online judge poj 1003 AC 搭木块
<lsh> 在 2024-11-06 上传 | 大小:207872 | 下载:0

[数据结构常用算法1004(AC)

说明:北京大学online judge poj 1004 AC
<lsh> 在 2024-11-06 上传 | 大小:207872 | 下载:0

[数据结构常用算法1005

说明:北京大学online judge poj 1005
<lsh> 在 2024-11-06 上传 | 大小:207872 | 下载:0

[数据结构常用算法WWZCM

说明:编写的最短路径算法,娃娃找草莓,我改写了一下-Shortest path algorithm written doll find strawberries, complete demonstration program, study the game the shortest path or the data structures are useful.
<康道之> 在 2024-11-06 上传 | 大小:425984 | 下载:0

[数据结构常用算法YSHCSXWSSDH

说明:用双缓冲实现无闪烁动画,基于DELPHI设计,可以调节动画速度,多线程,设计简洁。可以演示。-Double buffering flicker-free animation, design based on DELPHI, you can adjust the animation speed, multi-threaded design simple. It can be demonstrated.
<康道之> 在 2024-11-06 上传 | 大小:176128 | 下载:0

[数据结构常用算法HorseStack

说明:本实验使用顺序栈实现驿站管理程序的编写。学会使用顺序栈存储马匹,并运用顺序栈的各种运输实现马匹的入站和出站管理.-In this study, using sequential write post stack implementation management program. Learn to use the sequence of stack storage horses, and the use of various trans
<刘红梅> 在 2024-11-06 上传 | 大小:262144 | 下载:0

[数据结构常用算法hftree

说明:哈夫曼树 c++实现 哈夫曼树(Huffman Tree) 假设有n个权值{ W1,W2,…,W n },试构造有n个叶子结点的二叉树,每个叶子结点拥有一个权值W ,则其中带权路径长度WPL 最小的二叉树,称为最优二叉树或哈夫曼树。-C++ Huffman tree Huffman tree (Huffman Tree) Suppose there are n weights {W1, W2, ..., W n}, the test s
<刘红梅> 在 2024-11-06 上传 | 大小:222208 | 下载:0

[数据结构常用算法MinPath

说明:最短路径的c++实现。从图中某顶点出发,沿图的边到达另一顶点所经过的路径中, 各边上权值之和最小的一条路径——最短路径:从某个源点到其余各顶点的最短路径。 -c++ shortest path implementation. A vertex the figure, the figure reaches the other side along the path through the vertex, each edge and
<刘红梅> 在 2024-11-06 上传 | 大小:228352 | 下载:0
« 1 2 ... .94 .95 .96 .97 .98 2499.00 .01 .02 .03 .04 ... 2656 »

源码中国 www.ymcn.org