搜索资源列表
code
- 古典密码学 四种 简单 学习(周期置换 列置换 ShiftCipher VigenereCipher )-four classic code
statistical-analysis
- 随机模拟和统计分析 max,min - 最大,最小值 sum - 求和 mean - 均值 std - 标准差 sort - 排序(升序) sortrows - 按某一列排序(升序) rand - [0,1]区间均匀分布随机数 randn - 标准正态分布随机数 randperm - 1...n 随机排列 regress - 线性回归 classify - 统计聚类 *trim - 坏数据祛除 *specrnd -
Column permutation cipher
- 列置换加密算法,C语言实现,比较初级,但是运行没啥问题(Column permutation cipher)