资源列表
[书籍源码] Floyd-Warshall-c-chengxi
说明:Floyd-Warshall算法描述 1)适用范围: a)APSP(All Pairs Shortest Paths) b)稠密图效果最佳 c)边权可正可负 2)算法描述: a)初始化:dis[u,v]=w[u,v] b)For k:=1 to n For i:=1 to n For j:=1 to n If dis[i,j]>dis[i,k]+dis[k,j] Then Dis[I,<江晨> 在 2025-01-16 上传 | 大小:3kb | 下载:0
[书籍源码] josephusproblem
说明:约瑟夫生死者问题的c++实现。建立了处理问题的模板。-Joseph s life and death issue c++ Achieve. Set up templates to deal with the problem.<桂正科> 在 2025-01-16 上传 | 大小:233kb | 下载:0
[书籍源码] stateflowexamples
说明:这是关于matlab stateflow的源码例子,其中可以作为入门例子,stateflow经常和simulink一起使用-This is the source code on matlab stateflow examples, examples of which can be used as entry, stateflow often used together and simulink<chandler li> 在 2025-01-16 上传 | 大小:127kb | 下载:0
[书籍源码] im_registr_MI
说明:用互信息作为两幅图像的相似性度量进行配准-Using mutual information as the two images of the similarity measure for registration<孙艳丽> 在 2025-01-16 上传 | 大小:3kb | 下载:0
[书籍源码] VCDataBase
说明:VC数据库通用模块及典型系统开发配套代码,包含完整例子,各模块在开发数据库的时候可以直接用-VC database of generic modules and typical system development supporting code that contains a complete example, each module in the development of the database can be directly<于宗文> 在 2025-01-16 上传 | 大小:1.41mb | 下载:0