代码搜索:changed

找到约 10,000 项符合「changed」的源代码

代码结果 10,000
www.eeworm.com/read/175643/9538274

txt readme.txt

算法由: 劲维在线提供 http://www.cqjwell.com Crypto++: a C++ Class Library of Cryptographic Primitives Version 3.0 1/1/1999 This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-M
www.eeworm.com/read/363955/9928721

history

Log of changes made to Minicom. Miquel van Smoorenburg, miquels@drinkel.nl.mugnet.org miquels@cistron.nl.mugnet.org miquels@hacktic.nl miquels@htsa.aha.nl (One of these should work!) -
www.eeworm.com/read/362791/9980497

txt readme.txt

算法由: 劲维在线提供 http://www.cqjwell.com Crypto++: a C++ Class Library of Cryptographic Primitives Version 3.0 1/1/1999 This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-M
www.eeworm.com/read/163861/10141980

txt dsp281x_revisionhistory.txt

DSP281x Header Files September 11, 2003 This file provides an overview of the changes made between the V.58 and V1.00 release of the header files and example code. For more details on the ch
www.eeworm.com/read/355392/10269539

txt readme.txt

算法由: 劲维在线提供 http://www.cqjwell.com Crypto++: a C++ Class Library of Cryptographic Primitives Version 3.0 1/1/1999 This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-M
www.eeworm.com/read/162364/10310435

txt readme.txt

算法由: 劲维在线提供 http://www.cqjwell.com Crypto++: a C++ Class Library of Cryptographic Primitives Version 3.0 1/1/1999 This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-M
www.eeworm.com/read/422757/10612154

txt readme.txt

算法由: 劲维在线提供 http://www.cqjwell.com Crypto++: a C++ Class Library of Cryptographic Primitives Version 3.0 1/1/1999 This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-M
www.eeworm.com/read/274306/10877378

txt readme.txt

算法由: 劲维在线提供 http://www.cqjwell.com Crypto++: a C++ Class Library of Cryptographic Primitives Version 3.0 1/1/1999 This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-M
www.eeworm.com/read/273684/10906962

txt readme.txt

-------------------------------------------------------------------------------------------- Uitzendinggemist v3.x.x -------------
www.eeworm.com/read/296774/7113441

move-if-change

#!/bin/sh # Like mv $1 $2, but if the files are the same, just delete $1. # Status is 0 if $2 is changed, 1 otherwise. if test -r $2 then if cmp -s $1 $2 then echo $2 is unchanged rm -f $1 else mv -f