资源列表

« 1 2 ... .27 .28 .29 .30 .31 18032.33 .34 .35 .36 .37 ... 28521 »

[数据结构常用算法3.1

说明: 最长公共子序列问题 最长公共子序列(动态规划) 实验数据:input.txt X={A,B,C,B,D,A,B} Y={B,D,C,A,B,A} ——要求给出X、Y的最长公共子序列Z,程序运行结束时,将计算结果输出到文件output.txt中。输出文件中包含问题的答案:找不到公共子序列时给出“null” 。 -Longest common subsequence problem LCS (dynamic pr
<陈星风> 在 2024-10-21 上传 | 大小:101376 | 下载:0

[数据结构常用算法2.1

说明:2.1、快速排序 实验数据:input.txt(共100个数据) ——要求按从小到大进行排序 将排好序的数据输出到output.txt文件中 -2.1, quick sort of experimental data: input.txt (a total of 100 data)- requested by small to large sort of data will be sorted output to out
<陈星风> 在 2024-10-21 上传 | 大小:6144 | 下载:0

[数据结构常用算法2.3

说明:2.3 主元素问题(课本2-9) 问题描述:设T[0:n-1]是n个元素的数组,如果其中某个元素x在整个数组中的出现次数超过n/2,则称x为数组T的主元素。输入数据由文件名为input.txt的文本文件提供。 请设计一个线性时间算法,判断input中的数据是否存在主元素。在实验报告中对算法时间复杂度作出分析。 输入:文件的第1行为数组S中元素个数n;接下来的n 行中,每行有一个自然数。程序运行结束时,将计算结果输出到文件ou
<陈星风> 在 2024-10-21 上传 | 大小:7168 | 下载:0

[matlab例程my_smith

说明:code for microwave smith chart
<raj patel> 在 2024-10-21 上传 | 大小:2048 | 下载:0

[数据结构常用算法danlianbiao

说明:本程序为数据结构作业,完成功能为单链表的生成及各项操作。-The procedures for data structure operations, a single list for the completion of the formation and operation.
<黄毅骏> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[matlab例程as

说明:蚁群算法求解TSP问题,非常简单,绝对可用-ant swarm to solve the problem of tsp
<张云亚> 在 2024-10-21 上传 | 大小:2048 | 下载:0

[matlab例程myaa

说明:牛顿迭代分形,非常漂亮的3D抽象分形物,用matlab打开-Newton fractal, very beautiful, 3D abstract fractal objects, opens with matlab
<xiong> 在 2024-10-21 上传 | 大小:273408 | 下载:0

[matlab例程show

说明:在使用matlab示波器时运行该show.m即可以对示波器背景和线条颜色进行调整。-execute it when you want to change the color of the scope or the line。
<林文> 在 2024-10-21 上传 | 大小:6144 | 下载:0

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

说明:群智能算法pso算法,绝对超值,已测试实用。-matlab about pso program
<张云亚> 在 2024-10-21 上传 | 大小:6144 | 下载:0

[matlab例程DWTCompression

说明:基于DWT的图像压缩,上数字图像处理可的大作业-DWT Compression
<方凯> 在 2024-10-21 上传 | 大小:17408 | 下载:0

[matlab例程ex1

说明:用MATLAB可视化编程界面实现简单的二维函数作图-Visual programming interface with MATLAB simple two-dimensional mapping function
<keain> 在 2024-10-21 上传 | 大小:39936 | 下载:0

[matlab例程ex2

说明:利用Matlab可视化编程设计一个界面,实现对几种常见分布的随机抽样并进行曲线拟合,最后用图像直观地表现出来-Using Matlab to design a visual programming interface, to achieve some common distribution of random sampling and curve fitting, and finally with the image shown vis
<keain> 在 2024-10-21 上传 | 大小:52224 | 下载:0
« 1 2 ... .27 .28 .29 .30 .31 18032.33 .34 .35 .36 .37 ... 28521 »

源码中国 www.ymcn.org