代码搜索结果

找到约 10,000 项符合 Algorithm 的代码

blowfish.h

//////////////////////////////////////////////////////////////////////////// /// // Blowfish.h Header File // // BLOWFISH ENCRYPTION ALGORITHM // // Encryption and Decryption of Byte Str

blowfish.h

//////////////////////////////////////////////////////////////////////////// /// // Blowfish.h Header File // // BLOWFISH ENCRYPTION ALGORITHM // // Encryption and Decryption of Byte Str

blowfish.cpp

//////////////////////////////////////////////////////////////////////////// /// // BlowFish.cpp // // Implementation of Bruce Schneier's BLOWFISH algorithm from "Applied // Cryptography

blowfish.cpp

//////////////////////////////////////////////////////////////////////////// /// // BlowFish.cpp // // Implementation of Bruce Schneier's BLOWFISH algorithm from "Applied // Cryptography

lmdemo.c

///////////////////////////////////////////////////////////////////////////////// // // Demonstration driver program for the Levenberg - Marquardt minimization // algorithm // Copyright (C) 2004-0

levmar.c

/* //////////////////////////////////////////////////////////////////////////////// // // Matlab MEX file for the Levenberg - Marquardt minimization algorithm // Copyright (C) 2007 Manolis Louraki

lmdemo.c

///////////////////////////////////////////////////////////////////////////////// // // Demonstration driver program for the Levenberg - Marquardt minimization // algorithm // Copyright (C) 2004-0

des.c

/*-------------------------------------------------------------------------------- DES.C: DES Algorithm Program from the Book Appliced Cryptography, Bruce Schneier ----------------------------------

graph_matrix.cpp

#include #include #include #include #include #include #include // we can use the find algorithm #include "graph_matrix.h"

pku2186_b.cpp

/* 求有向图的强连通分量的Gabow's algorithm By Sempr ---- 2006.06.15 */ #include #include #include #define size 11000 using namespace std; int N, M; typedef struct No