资源列表
[matlab例程] optical_tools_matlab1
说明:matlab中的光学工具,实现光学仿真实例源代码-matlab optical tool<萧寒> 在 2024-11-05 上传 | 大小:541696 | 下载:0
[matlab例程] optical_tools_matlab2
说明:matlab中的光学工具,实现光学仿真实例源代码(第二部分)-matlab opyical tool<萧寒> 在 2024-11-05 上传 | 大小:555008 | 下载:0
[人工智能/神经网络/遗传算法] PageRank
说明:自己实现的pagerank算法,比较经典的一个的、算法,有兴趣的可以看看。-Realize their own pagerank algorithm, more classic one, algorithms, are interested can look at.<龙腾> 在 2024-11-05 上传 | 大小:2902016 | 下载:0
[matlab例程] programmpowerflow
说明:Complex Power Flow, param,pfs_gsm, symetrical component with graph ,Symmetrical Fault Analysis ,Ybus and Zbus<jirayasama> 在 2024-11-05 上传 | 大小:6144 | 下载:0
[数据结构常用算法] traversing-binary-tree
说明:用于构建二叉树,并且有条件地遍历二叉树结构类型的数据,是一种常见的数据结构-it can be used to creat the binary tree,and traverse the binary tree,it s a common used data struct<杨一> 在 2024-11-05 上传 | 大小:863232 | 下载:0
[matlab例程] Coloring-Problem
说明:图着色问题(Graph Coloring Problem, GCP)又称着色问题,是最著名的NP-完全问题之一。路线着色问题是图论中最著名的猜想之一。-Graph coloring problem (Graph Coloring Problem, GCP), also known as coloring problem, is the most famous NP-complete problems. Line graph colori<刘适> 在 2024-11-05 上传 | 大小:1024 | 下载:0
[matlab例程] minimum-spanning-tree
说明:在一个具有几个顶点的连通图G中,如果存在子图G 包含G中所有顶点和一部分边,且不形成回路,则称G 为图G的生成树,代价最小生成树则称为最小生成树。 -Has several vertices in a connected graph G, if there subgraph G ' contains all vertices of G and part of the side, and does not form a loop,<刘适> 在 2024-11-05 上传 | 大小:1024 | 下载:0
[matlab例程] Minimum-Cost-Flow
说明:最小费用最大流问题是经济学和管理学中的一类典型问题。在一个网络中每段路径都有“容量”和“费用”两个限制的条件下,此类问题的研究试图寻找出:流量从A到B,如何选择路径、分配经过路径的流量,可以达到所用的费用最小的要求。-Minimum cost maximum flow problem is economics and management in a class of typical problems. Each path in a ne<刘适> 在 2024-11-05 上传 | 大小:1024 | 下载:0
[matlab例程] ford-max-flow
说明:解决最小费用最大流问题,一般有两条途径。一条途径是先用最大流算法算出最大流,然后根据边费用,检查是否有可能在流量平衡的前提下通过调整边流量,使总费用得以减少?只要有这个可能,就进行这样的调整。调整后,得到一个新的最大流。-Minimum cost maximum flow problem to solve, there are generally two ways. One way is to use a maximum flow al<刘适> 在 2024-11-05 上传 | 大小:1024 | 下载:0