寻找函数的全局极小值,global minimization of contrast function with random restarts the data are assumed whitened (i.e. with identity covariance matrix). The output is such that Wopt*x are the independent sources.
上传时间: 2013-12-15
上传用户:康郎
8位相等比较器,比较8位数是否相等 -- 8-bit identity Comparator -- uses 1993 std VHDL -- download from www.pld.com.cn & www.fpga.com.cn
上传时间: 2015-07-02
上传用户:colinal
3rd Generation Partnership Project Specification of the SIM Application Toolkit for the Subscriber identity Module - Mobile Equipment (SIM - ME) interface (Release 4)
标签: Specification Application Partnership Generation
上传时间: 2015-09-17
上传用户:caozhizhi
1. 如何生成自签名的KeyStore以及导出供SP使用的公钥 C:>keytool -v -genkey -alias idp -keystore idp.jks -keyalg RSA -dname uid=idp 然后按照提示输入密码即可,这里选择输入123456作为密码,同时主口令也使用该密码 C:>keytool -v -export -alias idp -keystore idp.jks -file idp.cer 这个命令将导出公钥证书,公钥证书将会配置在identity Assertion Provider的Details选项卡中,同时需要配置123456作为访问证书的密码 2. 如何编译 修改build\目录下build.local.properties文件,将其中的WL_HOME指向具体的WebLogic Server安装目录 然后在build目录下执行ant即可 demo/目录中有编译好的demo应用,可以直接使用
标签: idp KeyStore keystore keytool
上传时间: 2015-12-01
上传用户:gxmm
中国EPC标准草案(基本上是EPC C1G2的中文翻译) 射频识别协议- 第1类第2代UHF RFID 860兆赫-960兆赫通讯协议 EPC™ Radio-Frequency identity Protocols Class-1 Generation-2 UHF RFID Protocol for Communications at 860 MHz – 960 MHz
标签: EPC Radio-Frequency C1G2 8482
上传时间: 2016-06-07
上传用户:上善若水
this directory contains the following: * The acdc algorithm for finding the approximate general (non-orthogonal) joint diagonalizer (in the direct Least Squares sense) of a set of Hermitian matrices. [acdc.m] * The acdc algorithm for finding the same for a set of Symmetric matrices. [acdc_sym.m](note that for real-valued matrices the Hermitian and Symmetric cases are similar however, in such cases the Hermitian version [acdc.m], rather than the Symmetric version[acdc_sym] is preferable. * A function that finds an initial guess for acdc by applying hard-whitening followed by Cardoso s orthogonal joint diagonalizer. Note that acdc may also be called without an initial guess, in which case the initial guess is set by default to the identity matrix. The m-file includes the joint_diag function (by Cardoso) for performing the orthogonal part. [init4acdc.m]
标签: approximate directory algorithm the
上传时间: 2014-01-17
上传用户:hanli8870
实现基本的购物车功能。 eclipse+sqlserver2005 1.主要强调了购物车的业务逻辑。 2,利用javabean封装。比较适合jsp初学者。 3.简洁实用。可以在此基础上开发更加复杂功能的购物网站。 数据库建立 create database shop_db go use shop_db go create table t_sp ( s_id int identity(1,1) primary key, s_name varchar(20) not null, s_price money not null ) go insert into t_sp values( IBM笔记本电脑 , 19999 ) insert into t_sp values( Hp商务笔记本电脑 , 8666 ) insert into t_sp values( 精通JSP技术 , 236 ) insert into t_sp values( ASP.NET高级应用 , 156 ) insert into t_sp values( J2EE高级开发 , 126 ) insert into t_sp values( 华硕笔记本电脑 , 6789 ) go select * from t_sp go
上传时间: 2013-12-20
上传用户:netwolf
员工管理系统 在一个公司里员工之间都有工作上的联系。对方的联系方式,部门这些资料的获取;或是上级对员工资料的更改,工资的调整,员工对资料的查看,修改。 5.1.1 功能描述 1:管理员能对员工资料进行添加,删除,修改操作。普通用户不能进行添加或删除操作 2:界面要求使用简便,操作简单 3:信息要做到保密,不同权限的用户操作不同,看到的信息也不一样 4:对不同的工资段进行高亮标记 §5.2 设计思想 根据不同用户的行为来实现不同的操作 §5.2.1 系统构思 不同用户返回不同的操作,具有不同的权限 §5.2.2 关键技术与算法 修改界面与表格的同步更新,直接双击表格修改数据 §5.2.3关键数据结构 以下是员工的数据 workerID int identity(1,1) , name varchar (20) NULL, sex varchar (10) NULL, age int NULL, position varchar (20) NULL, cellphone varchar (20) NULL, salary int NULL, userl varchar (20) NOT NULL, userp varchar (20) NOT NULL, classify int NOT NULL
上传时间: 2017-08-25
上传用户:三人用菜
With more than two billion terminals in commercial operation world-wide, wire- less and mobile technologies have enabled a first wave of pervasive communication systems and applications. Still, this is only the beginning as wireless technologies such as RFID are currently contemplated with a deployment potential of tens of billions of tags and a virtually unlimited application potential. A recent ITU report depicts a scenario of “Internet of things” — a world in which billions of objects will report their location, identity, and history over wireless connections.
标签: Internet Things From The RFI of
上传时间: 2020-06-08
上传用户:shancjb