代码搜索:Algorithm
找到约 10,000 项符合「Algorithm」的源代码
代码结果 10,000
www.eeworm.com/read/347824/11634669
txt md5.txt
MD5 是message-digest <mark>algorithm</mark> 5(信息-摘要算法)的缩写,被广泛用于加密和解密技术上,它可以说是文件的“数字指纹”。任何一个文件,无论是可执行程序、图像文件、临时文件或者其他任何类型的文件,也不管它体积多大,都有且只有一个独一无二的MD5信息值,并且如果这个文件被修改过,它的MD5值也将随之改变。因此,我们可以通过对比同一文件的MD5值,来校验这个文件是否被“篡改”过 ...
www.eeworm.com/read/346969/11709164
inc sacmv40.inc
//========================================================================================
// Progarm: SACMV40.inc The file be included by modules
// Arranged by: Ray Cheng
// Date:
// 2002/11/
www.eeworm.com/read/344173/11903860
h msg.h
/* The MSG.h file */
#ifndef _MSG_H_
#define _MSG_H_
#define MSG_TYPE_TRANS_INFORM 0x01 /* Used in data transmiting information*/
#define MSG_TYPE_ACK_STATE 0x02 /* Used in Ack *
www.eeworm.com/read/154010/11995348
m bitload.m
function [bits_alloc,energy_alloc] = BitLoad(subchan_gains,total_bits,num_subc,gap,noise,M)
% Bit Loading Algorithm
% ---------------------
% Inputs :
% subchan_gains : SubCarrier Gains
www.eeworm.com/read/253924/12177278
m bitload.m
function [bits_alloc,energy_alloc] = BitLoad(subchan_gains,total_bits,num_subc,gap,noise,M)
% Bit Loading Algorithm
% ---------------------
%
% Inputs :
% subchan_gains : SubCarrier Gain
www.eeworm.com/read/130781/14174484
c lclnt1.c
/****************************************************************************
* lclnt1.c
* License server client version 1
* link with lclnt_funcs1.o dgram.o
*/
#include
int main(int
www.eeworm.com/read/227728/14414777
m bitload.m
function [bits_alloc,energy_alloc] = BitLoad(subchan_gains,total_bits,num_subc,gap,noise,M)
% Bit Loading Algorithm
% ---------------------
%
% Inputs :
% subchan_gains : SubCarrier Gain
www.eeworm.com/read/227248/14435678
java clientaccessimpl.java
package samples.fw;
public class ClientAccessImpl
extends org.csapi.fw.fw_access.trust_and_security.IpClientAccessPOA
{
public ClientAccessImpl(){}
public void terminateAccess(String termin
www.eeworm.com/read/223512/14637603
m bitload.m
function [bits_alloc,energy_alloc] = BitLoad(subchan_gains,total_bits,num_subc,gap,noise,M)
% Bit Loading Algorithm
% ---------------------
%
% Inputs :
% subchan_gains : SubCarrier Gain
www.eeworm.com/read/211482/15179799
h rexalgorithm.h
#ifndef REX_ALGORITHM_INCLUDED_
#define REX_ALGORITHM_INCLUDED_
#pragma warning(disable:4786)
#pragma warning(disable:4503)
#include
#include
#include
#include