资源列表

« 1 2 ... .64 .65 .66 .67 .68 20369.70 .71 .72 .73 .74 ... 28523 »

[数据结构常用算法frequency

说明:编写一个算法frequency,统计在一个输入字符串中各个不同字符出现的频度。用适当的测试数据来验证这个算法。-Write an algorithm frequency, statistics in an input string characters appear in different frequency. With the appropriate test data to verify the algorithm.
<冯灿灿> 在 2025-10-19 上传 | 大小:6kb | 下载:0

[数据结构常用算法aaa

说明:已知A[n]为整数数组,试写出实现下列运算的递归算法: (1) 求数组A中的最大整数。 (2) 求n个整数的和。 (3) 求n个整数的平均值。 -Known to A [n] is an integer array, try to write to achieve the following recursive algorithm for computing: (1) Find the largest integer in the array A. (2) Find n i
<冯灿灿> 在 2025-10-19 上传 | 大小:6kb | 下载:0

[数据结构常用算法Ackerman

说明:已知Ackerman函数定义如下: (1) 根据定义,写出它的递归求解算法; (2) 利用栈,写出它的非递归求解算法。 -Known Ackerman function is defined as follows: (1) By definition, a recursive algorithm to write it (2) the use of the stack, write its non-recursive algorithm.
<冯灿灿> 在 2025-10-19 上传 | 大小:12kb | 下载:0

[数据结构常用算法BBB

说明:设有一个有向图存储在邻接表中。试设计一个算法,按深度优先搜索策略对其进行拓扑排序。并以右图为例检验你的算法的正确性。-There is a directed graph stored in the adjacent table. Trial design an algorithm, depth-first search strategy by the topology of its sort. And to test your example picture on the right algor
<冯灿灿> 在 2025-10-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法ccc

说明:在二叉搜索树上删除一个有两个子女的结点时,可以采用以下三种方法: (1) 用左子树TL上具有最大关键码的结点X顶替,再递归地删除X。 (2) 交替地用左子树TL上具有最大关键码的结点和右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。 (3) 用左子树TL上具有最大关键码的结点或者用右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。可随机选择其中一个方案。 试编写程序实现这三个删除方法,并用实例说明哪一个方法最易于达到平衡化。 -In the bin
<冯灿灿> 在 2025-10-19 上传 | 大小:7kb | 下载:0

[数据结构常用算法Mouse

说明:电子老鼠闯迷宫 如下图12×12方格图,找出一条自入口(2,9)到出口(11,8)的最短路径。 -Chuang Electronic Mouse maze as illustrated 12 × 12 grid map, to find a self-entry (2,9) to export (11,8) shortest path.
<zhangkai> 在 2025-10-19 上传 | 大小:1kb | 下载:0

[数学计算/工程计算Wheelbarrow

说明:独轮车 独轮车的轮子上有5种颜色,每走一格颜色变化一次,独轮车只能往前推,也可以在原地旋转,每走一格,需要一个单位的时间,每转90度需要一个单位的时间,转180度需要两个单位的时间。现给定一个20×20的迷宫、一个起点、一个终点和到达终点的颜色,问独轮车最少需要多少时间到达。 状态:独轮车所在的行、列、当前颜色、方向。 另外为了方便在结点中加上到达该点的最小步数。 - Wheelbarrow wheelbarrow wheels have five kinds of colors
<zhangkai> 在 2025-10-19 上传 | 大小:1kb | 下载:0

[matlab例程ISIT-2004-long-MikMarcRox

说明:Construction of Good LDPC Codes using Dilation Matrices
<moon2012light> 在 2025-10-19 上传 | 大小:75kb | 下载:0

[人工智能/神经网络/遗传算法Neural_Networks_in_Control_Systems

说明:Neural Networks in Control Systems Panos J. Antsaklis The ever-increasing technological demands of our modem society require innovative approaches to highly demanding control problems. Artificial neural networks withtheir massive parallelis
<Diego Stéfano> 在 2025-10-19 上传 | 大小:328kb | 下载:0

[人工智能/神经网络/遗传算法intro_neural_control

说明:Neural control Introduction.
<Diego Stéfano> 在 2025-10-19 上传 | 大小:380kb | 下载:0

[matlab例程BurnCD

说明:用C++做的文件刻录(来自于网上转载),希望大家可以用得上。-File Burning
<Jack> 在 2025-10-19 上传 | 大小:167kb | 下载:0

[matlab例程OMNetpp

说明:Modeling and Analysis of Computer Networks Course
<yassin> 在 2025-10-19 上传 | 大小:584kb | 下载:0
« 1 2 ... .64 .65 .66 .67 .68 20369.70 .71 .72 .73 .74 ... 28523 »

源码中国 www.ymcn.org