Welcome![Sign In][Sign Up]
Location:
Search - FRR

Search list

[Other resourcedsakf

Description: % 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001) % 参数说明: % output是信息隐藏后的图象 % len_total是秘密信息的长度 % goalfile是提取出的秘密信息文件 % key是随机间隔函数的密钥 % result是提取的信息 function result=randlsbget(output,len_total,goalfile,key) ste_cover=imread(output) ste_cover=double(ste_cover) % 判断嵌入信息量是否过大 [m,n]=size(ste_cover) frr=fopen(goalfile, a ) % p作为信息嵌入位计数器将信息序列写回文本文件 p=1 % 调用随机间隔函数选取像素点 [row,col]=randinterval(ste_cover,len_toal,key) for i=:len_toal if bitand(ste_cover(row(i),col(i)),1)==1 fwrite(frr,1, bit1 ) result(p,1) else fwrite(frr,0, bit1 ) result(p,1)=0 end if p==len_total break end p=p+1 end fclose(frr)
Platform: | Size: 3423 | Author: yubo | Hits:

[Other上海市城域网技术实施方案

Description: 目 录 1. 网络结构设计 1 1.1. 城域骨干网B平面组网结构 1 1.2. 宽带接入网组网方案 2 1.2.1. 市区关键业务子网 3 1.2.2. 郊区关键业务子网 3 2. 路由设计 5 2.1. 总体路由策略 5 2.1.1. 城域网B平面设立私有AS,与CN2及CHINANET不直连(MPLS VPN 可以直接连接CN2 SR) 6 2.2. IGP方案 7 2.3. BGP方案 8 2.4. MPLS VPN的CE-PE路由设计 10 3. L3 MPLS VPN的实施方案 11 3.1. B平面MPLS VPN网络逻辑关系图 11 3.2. MPLS VPN网络号码资源分配规则表 12 3.3. MPLS VPN业务的接入方式 13 3.3.1. 三层MPLS VPN部署设计 13 4. VPLS 部署设计 15 4.1. B平面H-VPLS设计与部署 15 4.2. A-B平面跨域的VPLS设计与部署 17 4.3. VPLS 2层接入L3 MPLS VPN网的设计与部署 18 5. 业务保护部署方案 19 5.1. 业务保护概述 19 5.2. 业务保护部署方案 19 5.2.1. MPLS TE FRR 实施设计 20 5.2.2. BFD设计 23 6. 关键业务(NGN)组网方案 26 6.1. 概述 26 6.2. 关键业务子网连接图 26 6.2.1. 市区部分 26 6.2.2. 郊县部分 27 6.3. 关键业务收敛时间说明 28 6.3.1. 市区部分 28 6.3.2. 郊县部分 29 6.4. 软交换接入方式 29 6.4.1. 市区AG接入 29 6.4.1.1. 市区RIPv2方案 29 6.4.1.2. 市区静态路由方案 33 6.4.1.3. 市区OSPF方案 37 6.4.1.4. 市区方案建议 38 6.4.2. 郊县AG接入 38 6.4.2.1. 松江中兴方案建议 38 6.4.2.2. 松江Alcatel方案建议 39 6.4.2.3. 其他郊县中兴方案建议 40 6.4.2.4. 其他郊县Alcatel方案建议 41 6.5. 郊县环网概述 42 6.5.1. 松江方案 42 6.5.2. 其他郊县方案 43 7. 大客户接入组网方案 45 7.1. 大客户上网接入方案 45 7.2. 大客户VPN组网接入方案 45 7.2.1. 大客户L3 MPLS VPN接入组网方案 45 7.2.2. 大客户VPLS组网接入方案 46 8. 网络设备命名和IP地址需求 47 8.1. 设备和端口命名规则 47 8.1.1. 关键业务子网局点分布表与设备命名 49 8.2. 设备端口命名 49 8.3. 端口描述 50 8.4. IP地址分配 51 9. QOS方案 53 9.1. 综述 53 9.2. 分类标记 53 9.3. 城域网QOS实现方式 54 9.4. B平面QOS 55 9.5. A平面QOS 56 9.6. 宽带接入网QOS 56 10. 网络安全 57 10.1. 路由器安全性 57 10.1.1. 路由器接入安全性 58 10.1.2. 与路由器通信 58 10.1.3. 集中鉴权 59 10.1.4. 路由协议安全性 59 10.1.5. 带内流量过滤到路由引擎 60 10.1.6. 安全审计 64 10.1.7. 网络时间协议(NTP) 65 10.1.8. 路由器安全措施总结 65 10.2. 病毒和DOS 攻击预警和减灾系统 65 10.2.1. DOS 攻击的趋势分析和对核心网的影响 66 10.2.2. 核心网路由器的保护 67 10.2.3. 攻击预警和减灾配合 68 10.2.4. 自动化网络攻击和病毒扫描的抑制 69
Platform: | Size: 3515472 | Author: lm197801 | Hits:

[matlabdsakf

Description: % 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001) % 参数说明: % output是信息隐藏后的图象 % len_total是秘密信息的长度 % goalfile是提取出的秘密信息文件 % key是随机间隔函数的密钥 % result是提取的信息 function result=randlsbget(output,len_total,goalfile,key) ste_cover=imread(output) ste_cover=double(ste_cover) % 判断嵌入信息量是否过大 [m,n]=size(ste_cover) frr=fopen(goalfile, a ) % p作为信息嵌入位计数器将信息序列写回文本文件 p=1 % 调用随机间隔函数选取像素点 [row,col]=randinterval(ste_cover,len_toal,key) for i=:len_toal if bitand(ste_cover(row(i),col(i)),1)==1 fwrite(frr,1, bit1 ) result(p,1) else fwrite(frr,0, bit1 ) result(p,1)=0 end if p==len_total break end p=p+1 end fclose(frr)
Platform: | Size: 3072 | Author: yubo | Hits:

[Industry researchBiometricSecurity

Description: This paper discusses the contactless palm vein authentication device that uses blood vessel patterns a personal identifying factor. The vein information is hard to duplicate since veins are internal to the human body. The palm vein authentication technology offers a high level of accuracy, and delivers the following results: a false rejection rate (FRR) of 0.01 , and a false acceptance rate (FAR) of 0.00008 or lower. Palm vein authentication uses the vascular patterns of an individual’s palm as personal identification data.-This paper discusses the contactless palm vein authentication device that uses blood vessel patterns as a personal identifying factor. The vein information is hard to duplicate since veins are internal to the human body. The palm vein authentication technology offers a high level of accuracy, and delivers the following results: a false rejection rate (FRR) of 0.01 , and a false acceptance rate (FAR) of 0.00008 or lower. Palm vein authentication uses the vascular patterns of an individual’s palm as personal identification data.
Platform: | Size: 782336 | Author: bharat kumar | Hits:

[Special EffectsFaceVerification

Description: 人脸认证流程,计算人脸认证算法的FAR,F-Face verification process, the face authentication algorithm calculated the FAR, FRR
Platform: | Size: 2100224 | Author: 若尘 | Hits:

[AI-NN-PRsfrz

Description: 基于等距映射( ISOMAP) 非线性降维算法, 提出了一种新的基于用户击键特征的用户身份认证算法, 该算法用测地距离代 替传统的欧氏距离, 作为样本向量之间的距离度量, 在用户击键特征向量空间中挖掘嵌入的低维黎曼流形, 进行用户识别。用采集 到的1 500 个击键模式数据进行实验测试, 结果表明, 该文的算法性能优于现有的同类算法, 其错误拒绝率( FRR) 和错误通过率 ( FAR) 分别是1.65 和0 , 低于现有的同类算法。-Based isometric map (ISOMAP) non-linear dimensionality reduction algorithm, we propose a new feature based on the user' s keystrokes the user authentication algorithm with geodesic distance instead of the traditional Euclidean distance between the sample vector as distance measure, the feature vector space in the user' s keystrokes to mine low-Wei Liman embedded manifold, for user identification. 1 with the collected data for 500 Typing Mode experimental test results show that this algorithm outperforms existing similar algorithm, the false rejection rate (FRR) and error through rate (FAR) is 1.65 , respectively, and 0 , lower than existing similar algorithms.
Platform: | Size: 184320 | Author: 罗朝辉 | Hits:

[Otherfrr

Description: c code for microcontroller 8051 to connect rfid module with lcd display
Platform: | Size: 1024 | Author: kdr | Hits:

[Algorithmzero-phase-digital-filtering

Description: 实现零相位数字滤波的方法可以采用FRR或RRF方法.-Achieve zero-phase digital filtering method can be used FRR or RRF method.
Platform: | Size: 52224 | Author: xiaoxiao | Hits:

[Embeded-SCM Developfrr

Description: c code for microcontroller 8051 to connect rfid module with lcd display
Platform: | Size: 1024 | Author: 湿式铺法 | Hits:

[matlabEER

Description: Plot This curves Receiver Operating Characteristic (ROC) curve Detection Error Trade-off (DET) curve FAR vs FRR
Platform: | Size: 1024 | Author: yasser | Hits:

[Windows DevelopDesktop

Description: Codes for biometric system performencces uation. ROC curve, EER, FAR, FRR, Accuracy-Codes for biometric system performencces uation. ROC curve, EER, FAR, FRR, Accuracy
Platform: | Size: 1024 | Author: selma | Hits:

[matlabbiometric-tests

Description: This rar file includes codes for main1.m - training the falseacceptancerate.m FAR checking with different thresholds falserejectionrate.m - FRR checking with different thresholds mainranktest.m - identification checking plot plotting CMC -This rar file includes codes for main1.m - training the falseacceptancerate.m FAR checking with different thresholds falserejectionrate.m - FRR checking with different thresholds mainranktest.m - identification checking plot plotting CMC
Platform: | Size: 4096 | Author: saidola | Hits:

[Compress-Decompress algrithmsfar-frr

Description: calculate far eer and frr
Platform: | Size: 4205568 | Author: shahu | Hits:

[Graph Recognizeaqh-frr

Description: 换热器模型的MATLAB实现,可用于工程计算,还可以用于教学演示-Heat exchanger model of MATLAB and can be used for engineering calculation, and can also be used for teaching demonstration
Platform: | Size: 26624 | Author: klivso | Hits:

[Special Effectsbeginneus-frr

Description: vhdl 初学例程,对于初学者有很大的参考价值哦,不错的源码-VHDL beginners routines, has a great reference value for beginners oh, good source
Platform: | Size: 4096 | Author: Drrnedo | Hits:

[Graph Recognize19854788far-frr

Description: FAR FRR DET ROC for biometrics system
Platform: | Size: 4204544 | Author: ramzis12 | Hits:

CodeBus www.codebus.net