代码搜索:Knuth

找到约 248 项符合「Knuth」的源代码

代码结果 248
www.eeworm.com/read/291168/3968553

c bn_knuth.c

/* crypto/bn/bn_knuth.c */ #include #include "cryptlib.h" #include "bn.h" /* This is just a test implementation, it has not been modified for * speed and it still has memory leaks. */ in
www.eeworm.com/read/104929/15680993

tex cred.tex

% Credits for Concrete Mathematics % (c) Addison-Wesley, all rights reserved. \input gkpmac \refin bib \pageno=632 \parindent=30pt \hyphenation{Reich} \beginchapter C Credits for Exercises THE EXE
www.eeworm.com/read/104929/15681012

ref bib.ref

|abel {\cite1.} |abramowitz-stegun {\cite2.} |adams-davison {\cite3.} |aho-sloane {\cite4.} |ahrens {\cite5.} |akhiezer {\cite6.} |allardice {\cite7.} |andre {\cite8.} |andrews-siam {\cite9.} |andrews
www.eeworm.com/read/144216/5751944

pm soundex.pm

package Text::Soundex; require 5.000; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(&soundex $soundex_nocode); $VERSION = '1.0'; # $Id: soundex.pl,v 1.2 1994/03/24 00:30:27 mike Exp $ # # Imp
www.eeworm.com/read/336869/12412079

txt readme.txt

这时一个计算数独的console程序。使用搜索算法剪枝中最为强大的dance link(可参考knuth论文),并用STL-set实现。 输入格式: 9行9列数字字符。0表示该位置未填。 输出格式: 若有解,输出答案(格式类似输入); 否则,输出一行"Incorrect"
www.eeworm.com/read/342123/6293060

h kmp.h

#ifndef KMP_H #define KMP_H /* Implementation of the Knuth-Morris-Pratt fast searching algorithm * from http://www-igm.univ-mlv.fr/~lecroq/string/node8.html */ typedef int getchar_function(void *c
www.eeworm.com/read/484221/6582019

htm q10063.htm

Q10063: Knuth's Permutation