我刚找到这支铅笔和纸密码“Felix”,我想知道它有多安全?
编辑
来自http://web.archive.org/web/20110825142054/http://topcat.hypermart.net/papers/felix.txt
费利克斯是一种铅笔和纸张密码。简介费利克斯是一个pencil-and-paper cipher' offering relatively good security for causal use. Unlike modern encoding schemes that require, at a minimum, a co
我正在使用JFreeChart,并希望显示一个球员的分数条形图,在y轴和玩家的游戏分组在x轴上的得分。
例如:
String[] {Player name, score, game number}
Player 1, 10 , 1
Player 1, 12 , 2
Player 1, 15 , 3
Player 2, 11 , 1
Player 3, 18 , 1
因为玩家不必玩相同数量的游戏,所以在创建dataSet时会产生大量的空白,因为它试图为玩家2& 3游戏2&3绘制一个条形图。
data.addValue(score, game number, player name