资源列表

« 1 2 ... .40 .41 .42 .43 .44 18145.46 .47 .48 .49 .50 ... 28522 »

[数据结构常用算法3

说明:从一个迷宫的入口到出口找出一条可通路经。用一个二维数组MG(1:M,1:N)模拟迷宫,数组元素为0表示该位置可以通过,数组元素为1表示该位置不可以通行。MG(1,1)和MG(M,N)分别为迷宫的入口和出口。若存在一条可通路经,输出YES,否则输出NO-From the entrance to the exit of a maze to find an available path through. Two-dimensional arr
<lss> 在 2024-11-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法Linear_Has2177703232010

说明:一个线性散列表DEMO,允许用户插入空表并观察其增长情况(每次插入后重新显示)。-Title: Linear Hashing Example Descr iption: Demonstrate how linear hashing works by allowing users to insert elements into an empty hash table and see how it grows (hash table i
<r> 在 2024-11-10 上传 | 大小:6kb | 下载:0

[数据结构常用算法shushuzhuang

说明:打印树状二叉树,用队列,按层次打印 按先序遍历和中序遍历建立二叉树-Print the tree binary tree, with a queue, by level of print by the first order traversal and inorder traversal binary tree set up
<somreone> 在 2024-11-10 上传 | 大小:1kb | 下载:0

[压缩解压ssbm

说明:算术编码,matlab实现编码与译码,而且不考虑其精度-Arithmetic coding, matlab coding and decoding achieve, and do not take into account their accuracy
<扶滔> 在 2024-11-10 上传 | 大小:1kb | 下载:0

[压缩解压zmbm

说明:利用java编程实现算术编码二元编码的编码与译码-Java programming using binary arithmetic coding coding coding and decoding
<扶滔> 在 2024-11-10 上传 | 大小:1kb | 下载:0

[压缩解压erbm

说明:利用java编程实现算术编码字母编码的编码与译码-Arithmetic coding using java programming code encoding and decoding letters
<扶滔> 在 2024-11-10 上传 | 大小:1kb | 下载:0

[数值算法/人工智能GPSO4tsp1

说明:pso解决tsp问题 matlab源码 可做为学习参考-pso to solve the problem tsp matlab source code can be used as study and reference
<ycc> 在 2024-11-10 上传 | 大小:915kb | 下载:0

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

说明:用遗传算法解决旅行商问题的源码 开发坏境MATLAB-Prepared using vc++ student management system need to look at Naqu
<ycc> 在 2024-11-10 上传 | 大小:44kb | 下载:0

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

说明:【作业题目】 编写Alpha_Beta剪枝程序 【问题描述】 对于给定的Alpha_Beta博弈树,使用Alpha_Beta剪枝算法对其进行剪枝,输出剪掉的结点。 -write Alpha_Beta pruning operation procedures described issues Alpha_Beta for a given game tree pruning algorithm using Alp
<林西> 在 2024-11-10 上传 | 大小:3kb | 下载:0

[数据结构常用算法InThreaded

说明:怎样将二叉树的线索化-Clue of how to binary tree
<> 在 2024-11-10 上传 | 大小:1kb | 下载:0

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

说明:机器学习,完整PPT资料从引言到神经网络,贝叶斯学习,遗传算法等-machine learning PPT,bayesian learning, neural network and genetic algorithm
<赵婧> 在 2024-11-10 上传 | 大小:600kb | 下载:0

[matlab例程Butterworth

说明:内含巴特沃思滤波器(Butterworth)MATLAB代码,分高通与低通两种情况,并用mesh显示滤波器的三维图-Containing Butterworth filter (Butterworth) MATLAB code, sub-high-pass and low pass both cases, with mesh filter of three-dimensional map display
<天天> 在 2024-11-10 上传 | 大小:1kb | 下载:0
« 1 2 ... .40 .41 .42 .43 .44 18145.46 .47 .48 .49 .50 ... 28522 »

源码中国 www.ymcn.org