代码搜索:Two
找到约 10,000 项符合「Two」的源代码
代码结果 10,000
www.eeworm.com/read/167728/5454271
h gsl_sf_coupling.h
/* specfunc/gsl_sf_coupling.h
*
* Copyright (C) 1996,1997,1998,1999,2000,2001,2002 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o
www.eeworm.com/read/167728/5454529
h gsl_sf_coupling.h
/* specfunc/gsl_sf_coupling.h
*
* Copyright (C) 1996,1997,1998,1999,2000,2001,2002 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the te
www.eeworm.com/read/102394/15784251
h gsl_sf_coupling.h
/* specfunc/gsl_sf_coupling.h
*
* Copyright (C) 1996,1997,1998,1999,2000,2001,2002 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o
www.eeworm.com/read/100750/15865458
h gsl_sf_coupling.h
/* specfunc/gsl_sf_coupling.h
*
* Copyright (C) 1996,1997,1998,1999,2000,2001,2002 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o
www.eeworm.com/read/290450/8482611
m two2hex.m
function out=Two2Hex(a) %输入4个行向量,把二进制转化成十六进制
L=length(a);
M=L/4;
a=reshape(a,4,M);
for i=1:size(a,2)
out(i)=8*a(1,i)+4*a(2,i)+2*a(3,i)+a(4,i);
end
out;
www.eeworm.com/read/290450/8482619
m hex2two.m
%十六进制转换成二进制
function out=Hex2Two(in)
L=length(in);
out=zeros(4,L);
for i=1:L
if (in(i)==0)
out(1,i)=0;
out(2,i)=0;
out(3,i)=0;
out(4,i)=0;
elseif(in(i
www.eeworm.com/read/187844/8596412
m four2two.m
function xn=four2two(yn);
%
% BBI 2000;4电平到2电平变换
if nargin
www.eeworm.com/read/187844/8596442
m two2four.m
function [y,yn]=two2four(x,m);
%
% BBI 2000 进行2电平到4电平的变换
if nargin
www.eeworm.com/read/287073/8724281
html class_two_bases.html
Crypto++: TwoBases< BASE1, BASE2 > Class Tem