尋找函數的全局極小值,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