-
结构支持向量机在训练复杂线形模型中的应用…
This the implementation of structural SVM for training complex alignment models for protein sequence alignment, especially for homology modeling. The structural SVM algorithm can incorporate many relevant features like secondary structure, relative exposed surface area, profiles and their various interaction into the alignment model. It was developed under Linux and compiles under gcc, built upon the svm^light software by Thorsten Joachims.
- 2022-01-28 11:08:28下载
- 积分:1
-
Desktop
说明: 用pq分解法算潮流的程序,可以自己输入不同的电力网络来计算(The program of power flow calculation with PQ decomposition method can input different power networks to calculate)
- 2020-02-06 23:02:03下载
- 积分:1
-
sanxiangqiaobinglian
说明: 通过移相,可实现三相桥并联出十二脉波整流。(By phase shifting, 12 pulse rectification can be realized by three-phase bridge in parallel.)
- 2020-01-07 20:14:54下载
- 积分:1
-
CFG
CFG-_INI配置文件读写测试程序-CFG- _INI configuration file read and write test procedures
- 2022-04-22 06:57:47下载
- 积分:1
-
[输入]
图的顶点个数N,图中顶点之间的关系及起点A和终点B
[输出]
若A到B无路径,则输出“There is no path” 否则输出A到B路...
[输入]
图的顶点个数N,图中顶点之间的关系及起点A和终点B
[输出]
若A到B无路径,则输出“There is no path” 否则输出A到B路径上个顶点
[存储结构]
图采用邻接矩阵的方式存储。
[算法的基本思想]
采用广度优先搜索的方法,从顶点A开始,依次访问与A邻接的顶点VA1,VA2,...,VAK, 访问遍之后,若没有访问B,则继续访问与VA1邻接的顶点VA11,VA12,...,VA1M,再访问与VA2邻接顶点...,如此下去,直至找到B,最先到达B点的路径,一定是边数最少的路径。实现时采用队列记录被访问过的顶点。每次访问与队头顶点相邻接的顶点,然后将队头顶点从队列中删去。若队空,则说明到不存在通路。在访问顶点过程中,每次把当前顶点的序号作为与其邻接的未访问的顶点的前驱顶点记录下来,以便输出时回溯。
#include
int number //队列类型
typedef struct{
int q[20]
-[imported] map of the number of vertices N, Vertex map of the relationship between the starting point and end point A and B [output] if A to B without path then exporting "There is no path" Otherwise output A to B on the path vertices [storage structure] plan adopted adjacency matrix of storage. [Algorithm for the basic idea] BFS way from the vertex A, A visit followed with adjacent vertices VA1, VA2 ,..., VAK, visiting times, if not visit B, continue to visit with the VA1 adjacent vertices VA11, VA12 ,..., VA1M. VA2 and then
- 2022-01-25 22:50:29下载
- 积分:1
-
matlab-卡农
用Matlab实现钢琴演奏卡农,运行matlabpiano.m即可(MATLAB Playing Canon)
- 2020-10-22 15:27:22下载
- 积分:1
-
外汇收费EA合集
外汇自动交易EA 月盈利百分之十 内涵破解版(Automatic foreign exchange trading EA monthly profit 10 %)
- 2020-08-14 17:28:28下载
- 积分:1
-
MICREL 网卡驱动 FOR CE 5.0
MICREL 网卡驱动 FOR CE 5.0-Micrel FOR CE 5.0 network card driver
- 2022-01-21 04:41:43下载
- 积分:1
-
Flash定时图片滚动特效
Flash定时图片滚动特效,是一个基于图片的滚动列表特效,在间隔一定时间内,自动滚动,在Flash中设置好时间,即可实现定时自动滚动图片,右上角的NEXT按钮,可手动控制图片列表滚动至下一组,从整体看上去,适合购物网站使用。
- 2022-08-12 13:34:47下载
- 积分:1
-
等效粘弹性模型UMAT子程序
说明: 等效粘弹性模型UMAT子程序,适合准备编程学习的朋友(Equivalent viscoelastic model -- UMAT subroutine)
- 2020-02-16 13:43:07下载
- 积分:1