代码搜索:Algorithm

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

代码结果 10,000
www.eeworm.com/read/258131/11882993

m ratematch.m

function y = RateMatch( x, X_i, e_ini, e_plus, e_minus ) % RateMatch performs the basic UMTS/HSDPA Rate Matching algorithm % % The calling syntax is: % y = RateMatch( x, X_i, e_ini, e_plus, e_
www.eeworm.com/read/341017/12113579

crt demo.crt

Certificate: Data: Version: 3 (0x2) Serial Number: 2 (0x2) Signature Algorithm: md5WithRSAEncryption Issuer: C=NO, ST=TEST, L=TEST, O=TEST, OU=TEST, CN=TEST/Email=T
www.eeworm.com/read/341017/12113621

crt demo.crt

Certificate: Data: Version: 3 (0x2) Serial Number: 2 (0x2) Signature Algorithm: md5WithRSAEncryption Issuer: C=NO, ST=TEST, L=TEST, O=TEST, OU=TEST, CN=TEST/Email=T
www.eeworm.com/read/341017/12113653

crt demo.crt

Certificate: Data: Version: 3 (0x2) Serial Number: 2 (0x2) Signature Algorithm: md5WithRSAEncryption Issuer: C=NO, ST=TEST, L=TEST, O=TEST, OU=TEST, CN=TEST/Email=T
www.eeworm.com/read/341017/12113695

crt demo.crt

Certificate: Data: Version: 3 (0x2) Serial Number: 2 (0x2) Signature Algorithm: md5WithRSAEncryption Issuer: C=NO, ST=TEST, L=TEST, O=TEST, OU=TEST, CN=TEST/Email=T
www.eeworm.com/read/148834/12422434

m example1.m

function [ret,x0,str,ts,xts]=example1(t,x,u,flag); %EXAMPLE1 is the M-file description of the SIMULINK system named EXAMPLE1. % The block-diagram can be displayed by typing: EXAMPLE1. % % SYS=EXAMPLE1
www.eeworm.com/read/126184/14439029

cpp testheader_copy_if.cpp

//: .\C06:TESTHEADER_copy_if.cpp //: C06:copy_if.h // From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison. // (c) 1995-2004 MindView, Inc. All Rights Reserved. // See source code use
www.eeworm.com/read/223481/14639308

c ratematch.c

/* RateMatch performs the basic HSDPA Rate Matching algorithm The calling syntax is: y = RateMatch( x, X_i, e_ini, e_plus, e_minus ) y = output of rate matching algorithm
www.eeworm.com/read/122950/14654808

c descore.c

#include "des.h" #include "spr.h" #define ROTATE(a,n) (((a)>>(n))+((a)(n))^(b))&(m)),\
www.eeworm.com/read/222743/14676851

cpp testheader_copy_if.cpp

//: .\C06:TESTHEADER_copy_if.cpp //: C06:copy_if.h // From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison. // (c) 1995-2004 MindView, Inc. All Rights Reserved. // See source code use