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

搜索资源列表

  1. zhihuan

    0下载:
  2. 操作系统中的关于页面置换算法的C语言编的程序-operating system as a replacement pages on the C-language algorithm series of procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.83kb
    • 提供者:刘丹
  1. s-zhihuan

    0下载:
  2. 从一个随机文件读取256字节数据形成数据区DArea,再应用洗牌法所给的方法生成0~255的一个全排列DTab。试分别写出\"求DArea中全部数据经 (1)以DTab为S-盒; (2)以DTab为P置换 -from a random file read 256 byte data area DArea form data, re-shuffling in law application to the formation of 0 ~ 255 DTab a full array. T
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3.21kb
    • 提供者:houny
  1. zhihuan

    0下载:
  2. 用VB编写的用来模拟操作系统中,页面的置换的小程序
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:26.24kb
    • 提供者:左玉知
  1. zhihuan

    0下载:
  2. 置换密码算法的原理是不改变明文字符,只将字符在明文中的排列顺序改变,从而实现明文信息的加密。置换密码也叫换位密码。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:9.88kb
    • 提供者:AnySand
  1. zhihuan

    0下载:
  2. 置换密码算法的原理是不改变明文字符,只将字符在明文中的排列顺序改变,从而实现明文信息的加密。置换密码也叫换位密码。试编程实现矩阵换位密码。它的加密方法是将明文中的字母按照给定的顺序安排在一个矩阵中,然后用根据密钥提供的顺序重新组合矩阵中的字母,形成密文。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.28kb
    • 提供者:rose
  1. zhihuan-

    0下载:
  2. 单表置换 使用单表置换算法解密一段字符串。-Replacement using a single table single table replacement algorithm to decrypt a string.
  3. 所属分类:CA program

    • 发布日期:2016-01-27
    • 文件大小:2kb
    • 提供者:
  1. zhihuan

    0下载:
  2. 操作系统实验 页面置换 fifo LRU 最优页面调度算法opT-Experimental operating system fifo LRU page replacement algorithm for optimal scheduling page opt
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:1.62kb
    • 提供者:bill
  1. zhihuan

    0下载:
  2. 页面置换算法 1 先入先出法(FIFO)2 最优置换算法(OPT)3 最久未使用算法(LRU)4 第二次机会算法(SCR)-none
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:3.44kb
    • 提供者:Hedge
  1. zhihuan

    4下载:
  2. 三相PWM整流器滞环控制策略的SIMULINK仿真,参数已设,经过验证,符合要求-Three-phase PWM rectifier control strategy Hysteresis SIMULINK simulation parameters have been set, after verification, to meet the requirements
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:10.92kb
    • 提供者:牛伟
  1. zhihuan

    0下载:
  2. 古典加密算法,置换密码的C++的实现,利用置换密码来加密文本-Password replacement
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:1.37kb
    • 提供者:hh
  1. zhihuan

    0下载:
  2. 三相桥式整流电路,滞环matlab(simulink)仿真。-Three-phase bridge rectifier circuit, hysteresis matlab (simulink) simulation.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:7.37kb
    • 提供者:丑剑客
  1. zhihuan

    0下载:
  2. 操作系统的置换算法的源代码,你可以用到它如果你是计算机专业的学生。-You can use it if you are the student of university.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:1.94kb
    • 提供者:苏永浩
  1. zhihuan

    0下载:
  2. 置换加密解密 VC++6.0环境 密码学基础实验 置换密码体制-encryption and decrypt based VC++6.0
  3. 所属分类:CA program

    • 发布日期:2017-12-07
    • 文件大小:606byte
    • 提供者:罗维
  1. zhihuan

    0下载:
  2. 古典密码算法中的置换密码算法可以帮助学密码的初学者很好的入门-The substitution cipher algorithm can help learn classical cryptographic algorithms password beginners good entry
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-06
    • 文件大小:1.04mb
    • 提供者:张冠
  1. zhihuan

    0下载:
  2. matlab程序,图形图像处理,可实现置换图像的参数估计,检测并分离出置换子块,鉴定图像的真实性-matlab program, graphics, image processing, enabling replacement image parameter estimation, detect and isolate replacement sub-block, the authenticity of identification image
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:72.31kb
    • 提供者:王扣准
  1. ZhiHuan

    0下载:
  2. 用java写的置换密码,简单明了,适用于初学者-Using java to write the password replacement, plain and simple, suitable for beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:769byte
    • 提供者:佘晓凤
  1. ZhiHuan.tar

    0下载:
  2. 实现了古典密码的单表置换密码,Test 同来统计字母出现的次数,"Key.txt" 保存用户的一串字符串,用来生成密钥。并且实现了自动破解-Achieve a classic single-table replacement password password
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2.03kb
    • 提供者:Alex
  1. tapf-zhihuan-kongzhi

    0下载:
  2. 采用滞环控制的APF matlab仿真模型-APF SIMULINK ZHIHUAN
  3. 所属分类:DSP program

    • 发布日期:2017-03-31
    • 文件大小:16.67kb
    • 提供者:antony
  1. zhihuan

    0下载:
  2. 电机的滞环控制,其中包括转速控制环和采用bang-bang控制的电流闭环-Hysteresis control of the motor, including the speed control loop and bang-bang control of the current closed loop
  3. 所属分类:Energy industry

    • 发布日期:2017-05-05
    • 文件大小:12.66kb
    • 提供者:黎明达
  1. zhihuan

    0下载:
  2. 单相半桥式跟踪PWM逆变器仿真,电流滞环跟踪控制(Single phase half bridge tracking PWM inverter simulation, current hysteresis tracking control.)
  3. 所属分类:仿真建模

    • 发布日期:2018-05-01
    • 文件大小:17kb
    • 提供者:PV-zhu
« 12 »
搜珍网 www.dssz.com