资源列表

« 1 2 ... .19 .20 .21 .22 .23 2524.25 .26 .27 .28 .29 ... 28522 »

[数学计算/工程计算correlate

说明:功能:编写的计算皮亚诺相关系数 开发语言:ruby 调用:correlate(x,y) 其中,x,y为需要计算相关度的向量 调用示例: a = [3, 6, 9, 12, 15, 18, 21] b = [1.1, 2.1, 3.4, 4.8, 5.6] c = [1.9, 1.0, 3.9, 3.1, 6.9] c1 = correlate(a,a) # 1.0 c2 = correlate(a,a.reverse) # -1.0 c3 = co
<snowfield> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[数学计算/工程计算number

说明:解N元一次方程从文件读入整数 N, 然后读入N*( N+1)矩阵,得到解并输出到文件中。-Solution of N-一次方程from the document read into the integer N, and then read into the N* (N+ 1) matrix, the solution and output to file.
<黄利> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[数学计算/工程计算24

说明:给定四个数(1--13),判经过四则运算后能否得到结果24,若能,输出表达式。 -Given the number four (1- 13), after sub after four computing results can be 24, if the output expression.
<黄利> 在 2025-06-11 上传 | 大小:2kb | 下载:0

[人工智能/神经网络/遗传算法backtrackM-C

说明:通过回溯方法来解决传教士问题,可以在命令行输入出示参数M,K。输出解路径-Through the back way to resolve the issue of missionaries, you can enter the command line parameters to produce M, K. Output solution path
<郭毅> 在 2025-06-11 上传 | 大小:12kb | 下载:0

[压缩解压jpeg-matlab

说明:这是一个很实现的MATLAB实现JPEG源程序,希望对大家有帮忙-This is a very achievable JPEG source MATLAB to achieve, in the hope that we have to help
<崔跃利> 在 2025-06-11 上传 | 大小:68kb | 下载:0

[数据结构常用算法birstday

说明:生日是星期几 写一个程序,只要输入生日的年月日,就能回答那天是星期几。 -Birthday is the day of the week to write a program, as long as the input birthday date, will be able to answer the day of the week.
<黄利> 在 2025-06-11 上传 | 大小:1kb | 下载:0

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

说明:通过A星算法解决8数码问题,可以输入初始值,给出解路径-Through the A Star algorithm to solve 8 digital issues, can enter the initial value, given the path solution
<郭毅> 在 2025-06-11 上传 | 大小:12kb | 下载:0

[压缩解压RLE

说明:这是RLE压缩MATLAB算法,可实现的.希望有帮助-This is the RLE compression algorithm MATLAB can be achieved. Would like to have help
<崔跃利> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法substr

说明:给定1 棵有n 个结点的树T。子树分割问题要求从树T 中删除尽可能少的边得到一个恰有k 个结点的连通分支。 -There is a given n nodes of the tree T. Subtree the division of T from the tree to remove as far as possible, get a little edge there are exactly k nodes branch connectivity.
<黄利> 在 2025-06-11 上传 | 大小:1kb | 下载:0

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

说明:对树剪枝算法,输入文件为tree.txt,显示剪枝位置-On tree pruning algorithm, the input file for tree.txt, show the location of pruning
<郭毅> 在 2025-06-11 上传 | 大小:13kb | 下载:0

[数据结构常用算法DATESTRUCTshow

说明:(严蔚敏、吴伟民)数据结构配套可视化算法演示系统-(YAN Wei-min,吴伟民) data structure matching algorithm visualization demonstration system
<董宇> 在 2025-06-11 上传 | 大小:224kb | 下载:0

[压缩解压image_compress

说明:本程序利用奇异值分解对3通道彩色图像进行压缩分解,具体步骤如下: 压缩过程: 1. 选取子图像大小K值,把图像分解成M×M个子图像,IMG(s),s=1,2,…, M2,其中M=N/K,原始图像IMG大小为N×N。 2. 计算这M2个子图像的平均值average,对每幅子图像减去均值图像得到新图像。 3. 计算相关矩阵R,其元素定义为 。 4. 计算R的特征值与特征向量,计算每幅子图像与最大特征向量的内积,便得到编码,即压缩后的图像。 -This procedure us
<wangweiming> 在 2025-06-11 上传 | 大小:327kb | 下载:0
« 1 2 ... .19 .20 .21 .22 .23 2524.25 .26 .27 .28 .29 ... 28522 »

源码中国 www.ymcn.org