代码搜索:Algo
找到约 9,097 项符合「Algo」的源代码
代码结果 9,097
www.eeworm.com/read/175466/5345811
algo
Just for info, can be out of date.
RFC 1876, 5.2, specially 5.2.3
Important points:
- LOC RRs are always attached to a *name*.
- we can have two (or more) RRs for one address, one more specific th
www.eeworm.com/read/290267/3981910
algo
Just for info, can be out of date.
RFC 1876, 5.2, specially 5.2.3
Important points:
- LOC RRs are always attached to a *name*.
- we can have two (or more) RRs for one address, one more specific th
www.eeworm.com/read/275079/10836574
makefile
#
# Makefile for the i2c algorithms
#
obj-$(CONFIG_I2C_ALGOBIT) += i2c-algo-bit.o
obj-$(CONFIG_I2C_ALGOPCF) += i2c-algo-pcf.o
obj-$(CONFIG_I2C_ALGOPCA) += i2c-algo-pca.o
obj-$(CONFIG_I2C_ALGO_SGI) +=
www.eeworm.com/read/296463/8102022
makefile
#
# Makefile for the i2c algorithms
#
obj-$(CONFIG_I2C_ALGOBIT) += i2c-algo-bit.o
obj-$(CONFIG_I2C_ALGOPCF) += i2c-algo-pcf.o
obj-$(CONFIG_I2C_ALGOPCA) += i2c-algo-pca.o
obj-$(CONFIG_I2C_ALGOITE) +=
www.eeworm.com/read/241061/13172144
makefile
#
# Makefile for the i2c algorithms
#
obj-$(CONFIG_I2C_ALGOBIT) += i2c-algo-bit.o
obj-$(CONFIG_I2C_ALGOPCF) += i2c-algo-pcf.o
obj-$(CONFIG_I2C_ALGOPCA) += i2c-algo-pca.o
obj-$(CONFIG_I2C_ALGOITE) +=
www.eeworm.com/read/152843/5663736
makefile
#
# Makefile for the i2c algorithms
#
obj-$(CONFIG_I2C_ALGOBIT) += i2c-algo-bit.o
obj-$(CONFIG_I2C_ALGOPCF) += i2c-algo-pcf.o
obj-$(CONFIG_I2C_ALGOPCA) += i2c-algo-pca.o
obj-$(CONFIG_I2C_ALGOITE) +=
www.eeworm.com/read/277211/10654080
diff gnupg-1.4.7.diff
--- gnupg-1.4.7/g10/gpg.c.old 2007-03-05 11:02:57.000000000 +0200
+++ gnupg-1.4.7/g10/gpg.c 2007-03-14 20:13:50.000000000 +0200
@@ -1795,7 +1795,7 @@
opt.cert_digest_algo = 0;
opt.compress_a
www.eeworm.com/read/405151/11470740
makefile
#
# Makefile for the i2c algorithms
#
obj-$(CONFIG_I2C_ALGOBIT) += i2c-algo-bit.o
obj-$(CONFIG_I2C_ALGOPCF) += i2c-algo-pcf.o
obj-$(CONFIG_I2C_ALGOPCA) += i2c-algo-pca.o
obj-$(CONFIG_I2C_ALGOITE) +=
www.eeworm.com/read/164463/10106663
h i2c-algo-8260.h
/* ------------------------------------------------------------------------- */
/* i2c-algo-8260.h i2c driver algorithms for MPC8260 CPM */
/* ---------------------------------------------------
www.eeworm.com/read/192089/8407770
cpp algo.cpp
#ifndef ALGO_C
#define ALGO_C
template
Type min( Type a, Type b ) {
return a < b ? a : b;
}
template
void swap( Array