代码搜索:Algorithm
找到约 10,000 项符合「Algorithm」的源代码
代码结果 10,000
www.eeworm.com/read/177697/5322419
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/344585/3207997
m isomap.m
function mappedX = isomap(X, no_dims, k);
%ISOMAP Runs the Isomap algorithm
%
% mappedX = isomap(X, no_dims, k);
%
% The functions runs the Isomap algorithm on dataset X to reduce the
% dimensiona
www.eeworm.com/read/339446/3307406
cpp md5.cpp
/*
* 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/338072/3324757
c vmd5.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/334125/3372508
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/324136/3505833
sgml md5.sgml
MD5
Message Digest-5 algorithm.
The MD5 algorithm calculates a
www.eeworm.com/read/316872/3605867
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/295514/3909941
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/295026/3912619
c mmd5.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/289075/3995990
sh power-test.sh
#!/bin/bash
if [ $# -lt 1 ]; then
echo "You must specify the algorithm being used."
exit 1;
fi;
ALGORITHM=$1;
if [ $# -gt 1 ]; then
echo "Performing testrun"
TESTRUN=true;
else