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

p-value

  • 差分密码分析

    差分密码分析,此实验是对S-P密码体制的差分分析

    标签: 差分 密码分析

    上传时间: 2015-03-29

    上传用户:kernaling

  • The Small C compiler translates a subset of the C language into assembly language. It runs under P

    The Small C compiler translates a subset of the C language into assembly language. It runs under PC/MS-DOS 2.1 and later. Small C is compatible with the Microsoft and Small Mac assemblers. Small C takes full advantage of the ability of these assemblers to generate relocatable object code, to maintain libraries of relocatable modules, and to link separately compiled program modules. It supports a small memory model with one code and one data/stack segment.

    标签: language translates compiler assembly

    上传时间: 2015-04-08

    上传用户:Avoid98

  • 用Burg算法估计AR模型参数

    用Burg算法估计AR模型参数,进而实现功率谱估计. 形参说明: x——双精度实型一维数组,长度为n,存放随机序列。 n--整型变量,随机序列的长度。 p--整型变量,AR模型的阶数。 a--双精度实型一维数组,长度为(p十1)。存放AR模型的系数a(0),a(1),...,a(p)。 v--双精度实型指针,它指向预测误差功率,即AR模型激励白噪声的方差。

    标签: Burg AR模型 算法 参数

    上传时间: 2013-12-21

    上传用户:330402686

  • 现代谱估计用莱文森-德宾(Levinson-Durbin)算法求解尤利-沃克(Yule-Walker)方程。 形参说明: r:双精度实型一维数组

    现代谱估计用莱文森-德宾(Levinson-Durbin)算法求解尤利-沃克(Yule-Walker)方程。 形参说明: r:双精度实型一维数组,存放Yule-Walker方程的元素r(0),r(1),...r(p)。 p:AR模型阶数。 a:AR模型系数a(0),a(1),...a(p)。 v:预测误差功率

    标签: Levinson-Durbin Yule-Walker 谱估计 算法

    上传时间: 2014-01-26

    上传用户:ippler8

  • m序列的生成

    m序列的生成,包括在有限域GF(p)中的基于不同p取值,不同级数条件下的本原多项式多种选择条件下的m序列生成。

    标签: 序列

    上传时间: 2013-12-12

    上传用户:miaochun888

  • 1、为了界面的美观性考虑

    1、为了界面的美观性考虑,建议您添加了作为分类的版面(或者有下属论坛的版面)后,到该版面的高级设置中设置该版面不允许发贴,当然你也可以设置他可以发贴:) 2、一个分类或者有下属论坛的版面,可以设置版主,如果其下级论坛设置了可继承上级版主权限,那么上级论坛就可以管理下级论坛,如果不继承,则不可管理下属版面 其他就没什么好注意的了,大家尽情享受新版带来的乐趣吧:) 目前新版加入功能: 前台: 1、无限分类,采用版主继承制度(可选,如可以不继承上级版主权限或者继承) 2、用户文件管理(面向用户的),制作中,完成进度80% 3、总固顶和提升帖子 4、帖子操作加上不对用户进行分值操作的快捷选项(可选),操作帖子后发短信给用户(可选) 5、用户组状态 6、审核帖子,有单独的批量审核页面,版主、管理员、有权限的用户可以不经过审核直接发贴 7、背景音乐(很古老的功能:P) 8、论坛展区和自选风格 9、估计还有我想不起来的,想起来再加,总的来说前台调整不大:)

    标签:

    上传时间: 2015-04-12

    上传用户:daoxiang126

  • This a simple genetic algorithm implementation where the evaluation function takes positive values o

    This a simple genetic algorithm implementation where the evaluation function takes positive values only and the fitness of an individual is the same as the value of the objective function

    标签: implementation evaluation algorithm function

    上传时间: 2015-04-12

    上传用户:klin3139

  • 一、安装SQL数据库 1、 打开Microsoft SQL Server 企业管理器 2、 建立一个新的数据库

    一、安装SQL数据库 1、 打开Microsoft SQL Server 企业管理器 2、 建立一个新的数据库,名称为 XfokSite_Free (必须为这个名字) 3、选择该数据库,点击鼠标右键 -> 所有任务 -> 还原数据库 -> 从设备 -> 选择设备 -> 添加 -> 选择程序目录下的数据库里面的文件 二、安装程序 1、如果程序没有放在虚拟目录下,请把所有文件放在网站根目录下,否则会提示出错。 三、设置 1、 用文本编辑器打开web.config 2、 找到<add key="SqlConnectionString" value="Data Source=(local) Integrated Security=false Initial Catalog=XfokSite_Free User ID=xfok Password=xfok" /> 红色部分:数据库服务器地址,如果为本地地址,请设置为(local),外部请直接修改为IP地址(不要加括号) 深红部分:数据库名称 粉红部分:SQL数据库登陆用户名 蓝色部分:SQL数据库登陆密码 四、设置完毕! 直接在浏览器中敲入地址,来体验一下心随我动,网站建设超轻松的快感吧!

    标签: SQL Microsoft Server 数据库

    上传时间: 2015-04-15

    上传用户:璇珠官人

  • The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine th

    The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine the dynamic equations of motion for the system, and lin earize about the pendulum s angle, theta = Pi (in other words, assume that p endulum does not move more than a few degrees away from the vertical, chosen to be at an angle of Pi). Find a controller to satisfy all of the design re quirements given below.

    标签: F. with Determine inverted

    上传时间: 2014-01-17

    上传用户:miaochun888

  • MATLAB Compiler 是MATLAB自带的一个编译器

    MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成 C、C++或p等各种类型的源代码,并根据需要生成可执行文件、lib文件(库文件)、dll文件或S函数文件等。MATLAB 6.5 使用的编译器包括了MATLAB 的C\C++数学库函数以及图形库。动态链接库(dll)是编写软件中常用的一种技术,MATLAB提供了将M文件编制成dll文件的方法,本文就介绍如何在MATLAB6.5中将m文件z转化成dll文件,然后在VC中调用该dll文件。

    标签: MATLAB Compiler 编译器

    上传时间: 2013-12-05

    上传用户:qq21508895