📄 离散对数计算器.htm
字号:
<html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<HEAD>
<TITLE>Discrete logarithm calculator</TITLE>
<META NAME="description" CONTENT="Applet that finds the exponent in the expression Base ^ Exponent = Power (mod Modulus)">
<META NAME="keywords" CONTENT="factor, prime, primes, factorization">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<meta name="Author" content="Dario Alejandro Alpern">
<META http-equiv="Content-Script-Type" content="text/javascript">
</head>
<body marginwidth="0" topmargin="0" marginheight="0" bgcolor="#FFFFFF">
<P><CENTER><H2>Discrete logarithm calculator</H2><P> <TABLE BORDER=6 BGCOLOR="#C0C0C0"><TR><TD HEIGHT="346">
<TABLE BORDER=2 BGCOLOR="#C0C0C0"><TR><TD> <applet codebase="tppjava" code="logdi.class" archive="dilog.jar" width=600 height=310 name="dilog">
</applet> </TABLE></TABLE><P><A HREF="dilog.java" TARGET="_blank"><B>Get the
source code!</B></A> </CENTER><P>The discrete logarithm problem is to find the
exponent in the expression <I>Base<SUP>Exponent</SUP> = Power (mod Modulus)</I>.
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -