期刊文献+
共找到9篇文章
< 1 >
每页显示 20 50 100
行为特征值序列匹配检测Android恶意应用 被引量:1
1
作者 张震 曹天杰 《计算机工程与应用》 CSCD 北大核心 2018年第24期97-102,共6页
针对Android恶意代码的混淆、隐藏、加密情况以及现有方法的检测能力不足问题,提出了一种基于恶意应用行为特征值序列的动态检测方法。首先利用远程注入技术将动态检测的模块注入到Android系统的Zygote进程中,执行内联挂钩来监测应用中... 针对Android恶意代码的混淆、隐藏、加密情况以及现有方法的检测能力不足问题,提出了一种基于恶意应用行为特征值序列的动态检测方法。首先利用远程注入技术将动态检测的模块注入到Android系统的Zygote进程中,执行内联挂钩来监测应用中的重要函数。然后,通过函数监听得到Android应用的重要行为;进而,按照行为的特征将其量化为特征值,再按照时间顺序将行为特征值排为序列,得到行为特征值序列。通过利用支持向量机来训练5 560个恶意样本,得到恶意应用家族的行为特征值序列;最后利用此序列与被检测应用的序列进行相似度比较,判断应用是否为恶意应用。在恶意应用动态检测方面的正确率可达到95.1%,以及只增加被检测的应用21.9 KB内存。实验结果表明,所提方法能够正常检测经过代码混淆、代码加密、代码隐藏的恶意应用,提高了恶意应用检测的正确率,所占内存空间减少,有效提升检测效果。 展开更多
关键词 Android恶意应用 远程内联挂钩 动态检测 支持向量机 特征值序列
下载PDF
Laplace算子的特征函数系在三个空间中的完备性证明方法 被引量:2
2
作者 邢家省 杨义川 《四川理工学院学报(自然科学版)》 CAS 2018年第3期81-85,共5页
考虑Laplace算子在Dirichlet边界条件下的特征值和特征函数的性质问题,利用变分方法给出了Laplace算子的特征值和特征函数的存在性。运用特征值序列趋向于无穷大,首先证明了特征函数系在空间H_0~1(Ω)中是一组正交完备系,然后利用空间H_... 考虑Laplace算子在Dirichlet边界条件下的特征值和特征函数的性质问题,利用变分方法给出了Laplace算子的特征值和特征函数的存在性。运用特征值序列趋向于无穷大,首先证明了特征函数系在空间H_0~1(Ω)中是一组正交完备系,然后利用空间H_0~1(Ω)在空间L^2(Ω)中的稠密性,证明了特征函数系在空间L^2(Ω)中是一组标准正交完备系,最后利用二阶椭圆型偏微分方程解的L^2先验估计结果,给出了特征函数系在空间H^2(Ω)∩H_0~1(Ω)中是一组完备系。对经典知识给予了深刻发掘,并给予严密完善的证明。 展开更多
关键词 LAPLACE算子 DIRICHLET边界条件 特征值序列 特征函数系的完备性
下载PDF
耦合非线性双曲型方程组的有限维逼近解
3
作者 李炳杰 王素明 冀礼鹏 《宝鸡文理学院学报(自然科学版)》 CAS 2000年第4期255-257,共3页
以 Laplace算子在 Dirichlet条件下的特征值序列为正交基底构造耦合非线性双曲型方程组初边值问题的有限维近似逼近解 。
关键词 特征值序列 近似逼近解 耦合非线性双曲型方程组 一致收敛性 初值问题
下载PDF
耦合非线性抛物型方程组的有限维逼近解
4
作者 李炳杰 叶晓宏 《延安大学学报(自然科学版)》 2000年第4期23-25,36,共4页
以 Laplace算子在 Dirichlet条件下的特征值序列为正交基底构造耦合非线性抛物型方程组初边值问题 u t- D1 Δu - k1 u + k2 uv =f (x,t) v t- D2 Δv - k2 uv + k3v =g(x,t)的有限维逼近解 ,证明该逼近解的一致收敛于此问题的广义解 .
关键词 特征值序列 SOBOLEV空间 耦合非线性抛物型方程组 有限维逼近解 初值问题 一致收敛性 边值问题
下载PDF
基于GPU加速的音频检索技术
5
作者 金国平 余宗桥 +1 位作者 郭延文 蒋和 《计算机工程》 CAS CSCD 2014年第5期266-269,共4页
由于数字音频数据量极大的特点,采用传统音频检索方法会导致等待时间过长。为加快音频检索时间,提出一种基于GPU加速的数字音频检索方法。利用数字音频的特征将连续的音频划分成等长的多个短时音频段,采用GPU加速算法计算每个短时音频... 由于数字音频数据量极大的特点,采用传统音频检索方法会导致等待时间过长。为加快音频检索时间,提出一种基于GPU加速的数字音频检索方法。利用数字音频的特征将连续的音频划分成等长的多个短时音频段,采用GPU加速算法计算每个短时音频段的特征值,将各段的特征值构成特征矩阵。使用后缀数组的变形算法找出2个特征值序列的公共特征段落集合,并将公共特征段落集合进行精化和整体匹配,从而得出检索结果。实验结果表明,该检索方法的准确率可以达到95%以上,与已有方法相比,可以大幅度地提高检索速度,加速比可以达到10倍以上。 展开更多
关键词 音频检索 GPU加速 后缀数组 音频特征 特征值序列 整体匹配
下载PDF
Relaxation Property and Stability Analysis of the Quasispecies Models
6
作者 FEGN Xiao-Li LI Yu-Xiao +1 位作者 GU Jian-Zhong ZHUO Yi-Zhong 《Communications in Theoretical Physics》 SCIE CAS CSCD 2009年第10期726-734,共9页
The relaxation property of both Eigen model and Crow-Kimura model with a single peak fitness landscape is studied from phase transition point of view. We first analyze the eigenvalue spectra of the replication mutatio... The relaxation property of both Eigen model and Crow-Kimura model with a single peak fitness landscape is studied from phase transition point of view. We first analyze the eigenvalue spectra of the replication mutation matrices. For sufficiently long sequences, the almost crossing point between the largest and seeond-largest eigenvalues locates the error threshold at which critical slowing down behavior appears. We calculate the critical exponent in the limit of infinite sequence lengths and compare it with the result from numerical curve fittings at sufficiently long sequences. We find that for both models the relaxation time diverges with exponent 1 at the error (mutation) threshold point. Results obtained from both methods agree quite well. From the unlimited correlation length feature, the first order phase transition is further confirmed. Finally with linear stability theory, we show that the two model systems are stable for all ranges of mutation rate. The Igigen model is asymptotically stable in terms of mutant classes, and the Crow-Kimura model is completely stable. 展开更多
关键词 relaxation time critical exponent error threshold
下载PDF
基于均值散度直方图的镜头分割算法 被引量:3
7
作者 田玉敏 王忠 朱虹 《华中科技大学学报(自然科学版)》 EI CAS CSCD 北大核心 2009年第4期43-46,共4页
提出一种新的镜头边界检测算法.该算法充分利用视频帧中的颜色信息,提取每帧的矢量特征值,形成视频帧特征值序列.针对该特征值序列的滑动窗口引入散度算法和非参数密度估计法,根据特定视频帧矢量值在滑动窗口中两个不同概率密度值的相... 提出一种新的镜头边界检测算法.该算法充分利用视频帧中的颜色信息,提取每帧的矢量特征值,形成视频帧特征值序列.针对该特征值序列的滑动窗口引入散度算法和非参数密度估计法,根据特定视频帧矢量值在滑动窗口中两个不同概率密度值的相异性特征,得到该帧在两种不同概率分布下的散度值;同时,提出一种新的基于统计学的自动阈值获取方案,能很好地检测出切变和渐变.对多种类型的视频序列进行测试的实验结果表明,检测结果达到了95.3%的查全率和95.2%的查准率. 展开更多
关键词 视频检索 镜头分割 特征值序列 散度 自动阈值 切变 渐变
原文传递
Hypercube and Tetrahedron Algebra
8
作者 Bo HOU Suogang GAO 《Chinese Annals of Mathematics,Series B》 SCIE CSCD 2015年第2期293-306,共14页
Let D be an integer at least 3 and let H(D, 2) denote the hypercube. It is known that H(D, 2) is a Q-polynomial distance-regular graph with diameter D, and its eigenvalue sequence and its dual eigenvalue sequence are ... Let D be an integer at least 3 and let H(D, 2) denote the hypercube. It is known that H(D, 2) is a Q-polynomial distance-regular graph with diameter D, and its eigenvalue sequence and its dual eigenvalue sequence are all {D-2i}D i=0. Suppose that denotes the tetrahedron algebra. In this paper, the authors display an action of ■ on the standard module V of H(D, 2). To describe this action, the authors define six matrices in Mat X(C), called A, A*, B, B*, K, K*.Moreover, for each matrix above, the authors compute the transpose and then compute the transpose of each generator of ■ on V. 展开更多
关键词 Tetrahedron algebra HYPERCUBE Distance-regular graph Onsager algebra
原文传递
Numerical analysis of wave hazards in a harbor
9
作者 JING HuiMin ZHANG Huai +1 位作者 YUEN David A SHI YaoLin 《Science China Earth Sciences》 SCIE EI CAS 2012年第9期1554-1564,共11页
Resonance may occur when the periods of incoming waves are close to the eigen-periods of harbor basin.The amplified waves by resonance in harbor will induce serious wave hazards to harbor structures and vehicles in it... Resonance may occur when the periods of incoming waves are close to the eigen-periods of harbor basin.The amplified waves by resonance in harbor will induce serious wave hazards to harbor structures and vehicles in it.Through traditional theoretical approaches,the eigen-periods of harbor basin with regular shapes can be obtained.In our study,we proposed a numerical model to simulate the behavior characteristics of the harbor waves.A finite difference numerical model based on the shallow water equations(SWE) is developed to simulate incoming tsunami and tidal waves.By analyzing the time series data of water surface wave amplitude variations at selected synthetic observation locations,we estimate the wave height and arrival time in coastal area.Furthermore,we use frequency spectrum analysis to investigate the natural frequencies from the data recorded at the synthetic observation stations. 展开更多
关键词 numerical simulation HARBOR wave hazard frequency spectrum analysis
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部