代码搜索:Algorithm
找到约 10,000 项符合「Algorithm」的源代码
代码结果 10,000
www.eeworm.com/read/266483/4272247
m contents.m
% Minimax learning algorithm.
%
% mmdemo - Demonstration of the minimax learning algorithm.
% mmln - Minimax learning algorithm for estimation of
% normal distribut
www.eeworm.com/read/287732/8673374
c macbrtim.c
/*
* $Log:: /OEM Source Code/Spantree/macbrt $
*
* 1 12/04/98 2:36p Release Engineer
* code cleanup, bug fixes, code style
* changes, linted, system level test
* STP v4.3.0
*
* 1
www.eeworm.com/read/378260/9239010
m pp.m
% =====================================================================
% PP algorithm
% Start Date: 15/07/2006
% Last Changed: 21/08/2006
% Usage: Before runing th
www.eeworm.com/read/159080/10696834
txt compression.txt
void RXalgorithm(void)
{
static short RXI1;
static short RXI2;
static unsigned char output_byte;
static unsigned char output_byte_mask;
s
www.eeworm.com/read/274433/10871768
txt md5.txt
MD5 是message-digest <mark>algorithm</mark> 5(信息-摘要算法)的缩写,被广泛用于加密和解密技术上,它可以说是文件的“数字指纹”。任何一个文件,无论是可执行程序、图像文件、临时文件或者其他任何类型的文件,也不管它体积多大,都有且只有一个独一无二的MD5信息值,并且如果这个文件被修改过,它的MD5值也将随之改变。因此,我们可以通过对比同一文件的MD5值,来校验这个文件是否被“篡改”过 ...
www.eeworm.com/read/140582/5785693
c spdb.c
/* Security Policy Data Base (such as it is)
* Copyright (C) 1998-2001 D. Hugh Redelmeier.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU
www.eeworm.com/read/482507/6625192
txt iic driver.txt
引言
I2C总线是PHILIPS公司推出的两线式串行总线,用于连接微控制器及其外围设备,具有简单、高效等特点。由于其接口直接在组件之上,因此I2C总线占用的空间非常小,减少了电路板的空间和芯片引脚的数量,降低了互联成本,特别适用于嵌入式产品。
而Linux系统具有开源、免费、网上资源丰富等优点,目前已成为嵌入式系统的主流选择。因此如何在嵌入式Linux系统中实现I2C功能成 ...
www.eeworm.com/read/479064/6698684
c auth.c
/* auth.c
Subroutines having to do with authentication. */
/*
* Copyright (c) 1998-2000 Internet Software Consortium.
* All rights reserved.
*
* Redistribution and use in source and binary fo
www.eeworm.com/read/401181/11563130
txt md5.txt
MD5 是message-digest <mark>algorithm</mark> 5(信息-摘要算法)的缩写,被广泛用于加密和解密技术上,它可以说是文件的“数字指纹”。任何一个文件,无论是可执行程序、图像文件、临时文件或者其他任何类型的文件,也不管它体积多大,都有且只有一个独一无二的MD5信息值,并且如果这个文件被修改过,它的MD5值也将随之改变。因此,我们可以通过对比同一文件的MD5值,来校验这个文件是否被“篡改”过 ...
www.eeworm.com/read/160303/5573131
c spdb.c
/* Security Policy Data Base (such as it is)
* Copyright (C) 1998-2001 D. Hugh Redelmeier.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU