代码搜索:Transposition
找到约 56 项符合「Transposition」的源代码
代码结果 56
www.eeworm.com/read/145881/12696558
html 211-215.html
Learn Encryption Techniques with BASIC and C++:Transposition-based Monoalphabetic Substitution
www.eeworm.com/read/145881/12696561
html 215-217.html
Learn Encryption Techniques with BASIC and C++:Transposition-based Monoalphabetic Substitution
www.eeworm.com/read/145881/12696563
html 145-148.html
Learn Encryption Techniques with BASIC and C++:Transposition-based Monoalphabetic Substitution
www.eeworm.com/read/346528/11739474
m pt.m
% pt partial transposition of a density matrix
% for a qudit register.
% pt(M,list,d) computes the matrix obtained from M
% by partially transposing the qudits given in the list.
% T
www.eeworm.com/read/218613/14912964
m pt.m
% pt partial transposition of a density matrix
% for a qudit register.
% pt(M,list,d) computes the matrix obtained from M
% by partially transposing the qudits given in the list.
% T
www.eeworm.com/read/190346/5184893
readme
Test 0:
The example text in the vdelta paper. Use target only, no source.
Test 1:
The insertion of "xxxx" in between `l' and `m' in the alphabet.
Test 2:
Transposition of the alp
www.eeworm.com/read/273662/4201697
readme
Test 0:
The example text in the vdelta paper. Use target only, no source.
Test 1:
The insertion of "xxxx" in between `l' and `m' in the alphabet.
Test 2:
Transposition of the alphabet a
www.eeworm.com/read/273660/4202775
readme
Test 0:
The example text in the vdelta paper. Use target only, no source.
Test 1:
The insertion of "xxxx" in between `l' and `m' in the alphabet.
Test 2:
Transposition of the alphabet a
www.eeworm.com/read/273525/4207501
hlp m2_op_transpose.hlp
{smcl}
{* 31mar2005}{...}
{cmd:help m2 op_transpose}
{hline}
{* index operators}{...}
{* index transposition}{...}
{* index transpose}{...}
{* index conjugate transpose}{...}
{* index adjoint
www.eeworm.com/read/453443/7420599
h ttable.h
/**
@file
The transposition table's interface
*/
#if !defined _TTABLE_H_
#define _TTABLE_H_
#include "Boards.h"
#include "Hasher.h"
namespace Othello
{
extern Board actualb;
ext