CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 列置换

搜索资源列表

  1. 列置换算法

    0下载:
  2. 传统加密解算法,用置换来对文件进行处理,实用方便-traditional encryption/decryption algorithm, it s practicality and conveniency for introducing swaping to process file
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:370692
    • 提供者:李户
  1. OSchunchu

    0下载:
  2. PAGES3完成了程序的 基本框架,FIFO()除了命中和置换情况外基本完成,但是修改位示图的子函数 出现问题,得不到正确的行数和列数,有时更改不了0 PAGES4修正了3中的问题,完成FIFO() PAGES5修正了FIFO()中执行置换时未将位示图中的对应块置0 PAGES6完成了LRU() PAGES7优化了界面,修正了切换算法后访问次数与上次算法相连的错误 PAGES8完成了OPT()修正了在页面置换切换时页表内存位示图不能各自初始化的错误。发现OPT()中页面置换时
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:10327
    • 提供者:billdong
  1. Permutation

    0下载:
  2. 经典密码学中列置换密码的实现 此为字符串版本的加解密实现 开发平台为VC6.0
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8347
    • 提供者:薛智虎
  1. 页面置换算法的模拟实现和计算命中率

    0下载:
  2. 基本算法思想 OPT:该算法的基本思想是用二维数组page2[40][2] 的第一列存储装入内存的页面,而第二列用作标记位计数器。每当发生缺页时,就从内存中调出一页,首先将内存中的页面一一与要调入内存中的页面之后的页面比较,如果两个页面不相等,则内存中相应的页面的标记位计数器加一,直至到有相等的页面,则该页面的比较停止,再重复以上操作,直至内存中的页面全部比较完。然后找出内存中页面的标记位最大的页面,而该页就是要置换出来的页。 FIFO: 该算法的基本思想是用队列queue存储内存中的页面,队列
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:26423
    • 提供者:何泽荣
  1. columnpermutation

    0下载:
  2. 关于列置换的加密技术的密码实现,可以成功运行的代码,适合使用-On the out replacement password encryption technology to achieve, can successfully run the code, suitable for use
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:1139
    • 提供者:张薇
  1. Cipher

    0下载:
  2. 古典列置换密码。属于古典密码学、对称密钥。本程序有界面。-Classical column replacement password. Belong to classical cryptography, symmetric key. The procedure interface.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:47966
    • 提供者:雁集
  1. Columnpermutationcipher

    1下载:
  2. 列置换编码,解码,自己写的,貌似有点绕,可以-Column permutation encoding, decoding, wrote it myself, looks like a bit around, you can see
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2014-05-06
    • 文件大小:163840
    • 提供者:valen
  1. cipher

    0下载:
  2. 用于实现各种古典加密法,包括凯撒,置换,列置换,仿射加密法,vigenere加密法和现代加密法中的DH密钥交换,RSA,DES加密法等等操作-Used to implement a variety of classical cryptography, including Julius Caesar, replacement, column permutation, affine cipher, vigenere encryption method and encryption method in
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-18
    • 文件大小:5458460
    • 提供者:于鑫
  1. Column-permutation-cipher

    0下载:
  2. 列置换加解密,带简单简单提示,C实现,密码学实验课内容-Column permutation encryption and decryption, simple and easy with tips, C implementation of the contents of the password Experiment Course
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:159881
    • 提供者:
  1. column-cipher

    0下载:
  2. 列置换加密算法的c程序事件,挺好的程序,相信大家能够满意-Column permutation encryption algorithm c program events, very good program, I believe we can be satisfied
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:876
    • 提供者:job
  1. columEncry

    0下载:
  2. 列置换加密密码,源码,非图形化,c++写的-Column permutation encryption password, source, non-graphical, c++ to write
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:840
    • 提供者:郭威
  1. cipher

    0下载:
  2. 置换密码。本程序没有把变换的矩阵解出来,而是通过数学变换,求得每一列最后的在位置,再求模得出密文。-Replacement password. This procedure did not change the matrix solution out, but by mathematical transformation, obtained in the final position of each column, then the modulus obtained ciphertext.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:1605
    • 提供者:路过
  1. Permutation-cipher

    1下载:
  2. C语言实现古典密码学中的列置换,自己原创,有详细注释,便于理解这个算法-Permutation cipher,C language operations can definitely run, help to understand and master the encryption algorithm
  3. 所属分类:CA program

    • 发布日期:2017-03-29
    • 文件大小:915
    • 提供者:陈天遥
  1. transpositioncipher

    0下载:
  2. 置换密码,密码学课的作业,可以实现列变换,代码通俗易懂,可以运行-transposition cipher
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-16
    • 文件大小:535033
    • 提供者:李亚奇
  1. TraditionalCrypt

    0下载:
  2. 经典密码算法。四个打包。包括移位密码,弗吉尼亚密码,周期密码,列置换密码。使用C语言实现,控制台程序。可用于密码学实验。-Classical cryptographic algorithms. Four packaging. Including the shift cipher, Virginia passwords, periodic password column permutation password. Using the C language, the console program.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-26
    • 文件大小:17804
    • 提供者:VongRuohang
  1. colomu-exchange

    0下载:
  2. 一个列置换实现小程序,很适合初学者学习,适合信息安全实验-A column permutation achieve a small program, it is suitable for beginners to learn, for the information security test
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:352663
    • 提供者:king
  1. code

    0下载:
  2. 古典密码学 四种 简单 学习(周期置换 列置换 ShiftCipher VigenereCipher )-four classic code
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4616
    • 提供者:顾优
  1. statistical-analysis

    1下载:
  2. 随机模拟和统计分析 max,min - 最大,最小值 sum - 求和 mean - 均值 std - 标准差 sort - 排序(升序) sortrows - 按某一列排序(升序) rand - [0,1]区间均匀分布随机数 randn - 标准正态分布随机数 randperm - 1...n 随机排列 regress - 线性回归 classify - 统计聚类 *trim - 坏数据祛除 *specrnd -
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:13268
    • 提供者:lxc
  1. Column permutation cipher

    0下载:
  2. 列置换加密算法,C语言实现,比较初级,但是运行没啥问题(Column permutation cipher)
  3. 所属分类:其他

搜珍网 www.dssz.com