虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

IT运维

  • 基于ELMAN神经网络对阶跃响应动态进行补偿也可以举一反三的运用于ELMAN网络的其他应用

    基于ELMAN神经网络对阶跃响应动态进行补偿也可以举一反三的运用于ELMAN网络的其他应用

    标签: ELMAN 神经网络 动态 阶跃响应

    上传时间: 2014-12-03

    上传用户:无聊来刷下

  • 四种加密解密算法的源代码:移位密码、仿射密码、维吉尼亚密码以及置换密码。

    四种加密解密算法的源代码:移位密码、仿射密码、维吉尼亚密码以及置换密码。

    标签: 密码 加密 仿射 解密

    上传时间: 2014-01-15

    上传用户:Divine

  • Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also d

    Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing. Technical subjects covered in this chapter include Creating a simple Multimedia RAD program that plays movies, WAV files, and MIDI files. Shutting down the BCB RAD programming tools and writing raw Windows API code instead. Creating components dynamically on the heap at runtime. Setting up event handlers (closures) dynamically at runtime. A brief introduction to using exceptions. This topic is covered in more depth in Chapter 5, "Exceptions." A brief introduction to ANSI strings. This subject is covered in more depth in Chapter 3, "C++Builder and the VCL." Using the online help. Greping through the include and source files that come with the product and with this book.

    标签: introduce Overview Borland Builder

    上传时间: 2014-01-04

    上传用户:小鹏

  • This program will ask how many numbers you want to find the average of, then it will allow you to en

    This program will ask how many numbers you want to find the average of, then it will allow you to enter your numbers(yes they can even be decimals) then it will calculate the mean, median, mode and range of what you enter.

    标签: will you program average

    上传时间: 2015-03-23

    上传用户:skhlm

  • UnZip is a small zipfile extract utility. It is written to be assmall portable as possible and is in

    UnZip is a small zipfile extract utility. It is written to be assmall portable as possible and is intended to be starting point for im-plementation of .ZIP files in non-IBM environments.Source code is provided in C and Turbo Pascal. If you port this programto a non-IBM system, I would appreciate a copy of the ported source andexe files.

    标签: is portable possible extract

    上传时间: 2014-01-20

    上传用户:维子哥哥

  • 数字滤波文中描述了有关单片机滤波的各种常见算法需要维普浏览器打开

    数字滤波文中描述了有关单片机滤波的各种常见算法需要维普浏览器打开

    标签: 数字滤波 单片机 滤波 浏览器

    上传时间: 2015-03-23

    上传用户:thuyenvinh

  • SOR解n维线性方程组 用vc语言完成SOR解n维线性方程组

    SOR解n维线性方程组 用vc语言完成SOR解n维线性方程组

    标签: SOR 线性 方程 语言

    上传时间: 2015-03-24

    上传用户:zhaiyanzhong

  • 维吉尼亚(Vigenere)密码为了提高密码的破译的难度

    维吉尼亚(Vigenere)密码为了提高密码的破译的难度,人们有发明一种多表置换的密码,即一个明文字母可以表示为多个密文字母,多表密码加密算法结果将使得对单表置换用的简单频率分析方法失效,其中维吉尼亚密码就是一种典型的加密方法。维吉尼亚密码是使用一个词组(语句)作为密钥,词组中每一个字母都作为移位替换密码密钥确定一个替换表,维吉尼亚密码循环的使用每一个替换表完成明文字母到密文字母的变换,最后所得到的密文字母序列即为加密得到的密文,具体过程如下: 设密钥 ,明文 , 加密变换 其中 例如,M=data security,k=best。可以先将M分解为长为4的序列data secu rity 每一节利用密钥k=best加密得密文c=Ek(M)=EELT TIUN SMLR。 当密钥k取的词组很长时,截获者就很难将密文破解。(我们还在计算机上就维吉尼亚密码设计的方法,编写了一个小的程序,可以运用其进行加密和相应的解密。见附录) 由于我们知识和条件所限,本学期对以上6种古典加密方法进行了学习和研究,从中我们收获颇多,我们了解古典密码学的基本原理和方法,并能够对信息进行简单的加密和解密,大大提高我们的学习文化知识的兴趣和热情,如果有条件我们在今后将进一步研究密码学。

    标签: Vigenere 密码

    上传时间: 2015-03-24

    上传用户:songnanhua

  • 该文件包含监测技术中用到的轴心轨迹,二维息谱全息谱,力及力偶分析等的JAVA源程序

    该文件包含监测技术中用到的轴心轨迹,二维息谱全息谱,力及力偶分析等的JAVA源程序

    标签: JAVA 监测技术 二维 全息

    上传时间: 2014-01-02

    上传用户:181992417

  • 基本算法思想 OPT:该算法的基本思想是用二维数组page2[40][2] 的第一列存储装入内存的页面

    基本算法思想 OPT:该算法的基本思想是用二维数组page2[40][2] 的第一列存储装入内存的页面,而第二列用作标记位计数器。每当发生缺页时,就从内存中调出一页,首先将内存中的页面一一与要调入内存中的页面之后的页面比较,如果两个页面不相等,则内存中相应的页面的标记位计数器加一,直至到有相等的页面,则该页面的比较停止,再重复以上操作,直至内存中的页面全部比较完。然后找出内存中页面的标记位最大的页面,而该页就是要置换出来的页。 FIFO: 该算法的基本思想是用队列queue存储内存中的页面,队列的特点是先进先出,与该算法是一致的,所以每当发生缺页时,就从队头删除一页,即队头指针加一,而从队尾加入缺页,队尾指针加一。 LRU: 该算法的基本思想是用二维数组page2[40][2] 的第一列存储装入内存的页面,而第二列用作标记位计数器。每当使用页面时,该页面的标记位计数器加一。发生缺页时,就从内存中页面标记最小的一页,调出该页,并且该页后面的页面在数组中的位置前移,而缺页就放在数组后面。

    标签: page2 OPT 算法 40

    上传时间: 2013-12-26

    上传用户:lwwhust