代码搜索:Algorithm
找到约 10,000 项符合「Algorithm」的源代码
代码结果 10,000
www.eeworm.com/read/368822/9676759
cpp zju2278 -- fight for food.cpp
// PROB Zju Online Judge 2278
// Algorithm DP
// Complexity -
// Author LoveShsean
#include
#include
#include
#define maxr 12
#define max
www.eeworm.com/read/415931/11047833
c md5.c
/*
* This code implements the MD5 message-digest algorithm.
* The algorithm is due to Ron Rivest. This code was
* written by Colin Plumb in 1993, no copyright is claimed.
* This code is in the pu
www.eeworm.com/read/413317/11159700
c md5.c
/*
* This code implements the MD5 message-digest algorithm.
* The algorithm is due to Ron Rivest. This code was
* written by Colin Plumb in 1993, no copyright is claimed.
* This code is in the pub
www.eeworm.com/read/266534/11220821
txt code.cc.txt
// Problem Code
// Algorithm Euler Tour (Depth First Search)
// Runtime O(10^(n+1))
// Author Walter Guttmann
// Date 2000.07.13
#include
#include
#include
www.eeworm.com/read/266529/11221005
cpp gergovia.cpp
// Problem Wine trading in Gergovia
// Algorithm greedy
// Runtime O(n)
// Author Adrian Kuegel
// Date 2006.06.18
#include
#include
#include
usi
www.eeworm.com/read/266102/11240302
m mimo2pi.m
% Algorithm "mimo2pi.m"
% Implementation of Node Reduction Algorithm
% and calculation of equivalent pi-shaped
% two-port network.
% Input Parameters:
% - Number of internal and exterior
www.eeworm.com/read/238104/13907195
c md5.c
/*
* This code implements the MD5 message-digest algorithm.
* The algorithm is due to Ron Rivest. This code was
* written by Colin Plumb in 1993, no copyright is claimed.
* This code is in the pu
www.eeworm.com/read/235820/14050947
c md5.c
/*
* This code implements the MD5 message-digest algorithm.
* The algorithm is due to Ron Rivest. This code was
* written by Colin Plumb in 1993, no copyright is claimed.
* This code is in the pu
www.eeworm.com/read/202127/15390439
m training.m
function [results,a] = training(a,d)
% [results,algorithm] = training(algorithm,data,loss)
disp(['training ' get_name(a) '.... '])
%calculate kernel
K=calc(a.child,d,[]);
a.Kt=K;