期刊文献+
共找到44,618篇文章
< 1 2 250 >
每页显示 20 50 100
Independent sampling and padding for Rayleigh-Sommerfeld diffraction based on scaled convolution approach
1
作者 YANG Chen FU Xi-hong +1 位作者 FU Xin-peng BAYANHESHIG 《中国光学(中英文)》 北大核心 2026年第2期367-381,共15页
We propose a novel fast numerical calculation method for the Rayleigh-Sommerfeld diffraction integral,which is developed based on the existing scaled convolution method.This approach enables fast cal-culations for gen... We propose a novel fast numerical calculation method for the Rayleigh-Sommerfeld diffraction integral,which is developed based on the existing scaled convolution method.This approach enables fast cal-culations for general cases of off-axis scenarios where the sampling intervals and numbers of the input and observation planes are unequal.Additionally,it allows for arbitrary adjustment of the sampling interval of the impulse response function,facilitating a manual trade-off between computational load and accuracy.The er-rors associated with this method,which is equivalent to interpolation,primarily arise from the discontinuities of the sampling matrix of the impulse response function on its boundaries of periodic extension.To address this issue,we propose the concept of the padding function and its construction method,and evaluate its ef-fectiveness in enhancing computational accuracy.The feasibility of the proposed method is verified by nu-merical simulation and compared with the direct integration DI-method in a simplified scenario.It shows that the proposed method has good computational accuracy for the general case where the sampling interval of the input and observation plane is not equal under non-near-field diffraction,and when the diffraction distance is large,although the computational accuracy of the proposed method cannot exceed that of the DI-method,the computational amount can be significantly reduced with almost no effect on the computational accuracy.This method provides a general numerical calculation scheme of diffraction in the non-near field case for areas such as computational holography. 展开更多
关键词 Rayleigh-Sommerfeld diffraction scaled convolution padding function
在线阅读 下载PDF
基于混合t-t Location-scale分布的风电功率波动特性研究
2
作者 徐凯 熊国江 《电气工程学报》 北大核心 2026年第1期412-422,共11页
风电功率波动的随机性和不确定性是限制风能消纳的主要原因之一,风电功率的波动会影响风电功率的准确预测。定量描述风电功率的波动特性成为解决这些问题的关键。从风电功率波动“尖峰厚尾”的特征出发,将t分布与t Location-scale分布... 风电功率波动的随机性和不确定性是限制风能消纳的主要原因之一,风电功率的波动会影响风电功率的准确预测。定量描述风电功率的波动特性成为解决这些问题的关键。从风电功率波动“尖峰厚尾”的特征出发,将t分布与t Location-scale分布两者的优势结合,提出混合t-t Location-scale分布。为了避免以往方法参数估计精度不足的问题,引入一种智能优化算法——正余弦优化算法,来进行分布模型的参数估计。将所提模型与正态分布、混合t Location-scale分布等5种模型进行对比,并从15 min、30 min和45 min 3个滑动平均时段长度验证了模型的适用性。通过我国西北地区3个风电场的历史数据进行仿真试验,对比3个评价指标,发现所提模型对风电功率波动具有很好的拟合性能。 展开更多
关键词 混合t-t Location-scale分布 风电功率波动 正余弦优化算法 滑动平均法 时间尺度
在线阅读 下载PDF
智算中心Scale-Out网络的演进及GSE的实践 被引量:1
3
作者 程伟强 李新双 +1 位作者 白艳 吕勇 《中兴通讯技术》 北大核心 2025年第2期14-20,共7页
探讨了人工智能(AI)大模型时代智算中心网络面临的技术挑战,重点分析了传统互联网协议(IP)网络在负载均衡和突发流量处理方面的局限性,并对比了基于以太网融合远程直接内存访问(RoCE)的优化与网络架构重构两种技术路线。研究聚焦中国自... 探讨了人工智能(AI)大模型时代智算中心网络面临的技术挑战,重点分析了传统互联网协议(IP)网络在负载均衡和突发流量处理方面的局限性,并对比了基于以太网融合远程直接内存访问(RoCE)的优化与网络架构重构两种技术路线。研究聚焦中国自主研发的全调度以太网(GSE)技术,详细阐述了其核心技术:基于报文容器(PKTC)的负载均衡机制和动态全调度队列(DGSQ)端到端拥塞控制技术。这些技术有效解决了智算网络中的流量极化和拥塞丢包问题。同时,系统分析了GSE网络设备在接口设计、转发引擎和队列管理等关键环节的创新架构,论证了GSE技术在构建高带宽、低时延、无阻塞新型网络方面的技术优势,为智算中心网络演进提供了重要参考。 展开更多
关键词 AI大模型 智算中心 scale-Out GSE RoCE 负载均衡 拥塞避免
在线阅读 下载PDF
嵌入自适应空间注意力的Scaled-YOLOv4小目标检测模型 被引量:2
4
作者 张家源 窦全胜 唐焕玲 《计算机应用与软件》 北大核心 2025年第6期218-224,240,共8页
针对目标检测方法中网络采用固定感受野使卷积提取特征时只关注常规尺寸目标而忽略小目标的特征造成检测精度低的问题,提出自适应空间注意力机制,增加并行的不同大小卷积核,嵌入Scaled-YOLOv4残差结构的3×3卷积层中,使网络根据不... 针对目标检测方法中网络采用固定感受野使卷积提取特征时只关注常规尺寸目标而忽略小目标的特征造成检测精度低的问题,提出自适应空间注意力机制,增加并行的不同大小卷积核,嵌入Scaled-YOLOv4残差结构的3×3卷积层中,使网络根据不同的尺寸的物体自主调节感受野大小加强对小目标特征的提取。实验结果表明,新的网络模型能有效提升小目标的检测精度,并改善原模型存在的误检和漏检问题。在MSCOCO和PASCAL VOC等数据集上的检测精度均比之前有较大提升。 展开更多
关键词 小目标检测 scaled-YOLOv4 深度学习 注意力机制 自适应感受野
在线阅读 下载PDF
Radiated noise correction model for the dominant scale correlation of aerodynamic sound generation in pantograph cavity coupling system
5
作者 TAN Xiao-ming FU Bao-jun +4 位作者 CHEN Zheng-wei LIU Jia-ming WU Yu-cai YANG Zhi-gang HUANG Sha 《Journal of Central South University》 2025年第12期4850-4867,共18页
The pantograph cavity coupling system(PCCS)of high-speed trains,as a representative region for aerodynamic noise generation,merits further investigation into its scale effects.In this paper,the large-eddy simulation(L... The pantograph cavity coupling system(PCCS)of high-speed trains,as a representative region for aerodynamic noise generation,merits further investigation into its scale effects.In this paper,the large-eddy simulation(LES)and the Ffowcs Williams-Hawkings(FW-H)integral equation are used to calculate and analyze the sound energy intensity distribution pattern and spectral characteristics of the PCCS at different scales(1/1,1/2,1/4,1/8,1/16,1/25,1/50).The research shows that as the scaled model decreases,the relative area of the pantograph submerged by the vehicle boundary layer increases,and its inflow velocity decreases,thereby reducing the overall radiated sound pressure level in this area.For the segments 1/1-1/2 and 1/4-1/16,the dominant scale of sound generation is typical pure tone noise,with distinct similar features in the spectral discrete scales.For the segments 1/25-1/50,the turbulent fluctuation characteristics of the vehicle boundary layer mask the peak features,and the spectrum is dominated by broadband characteristics.Combining the PCCS sound source energy scale correction model and the dimensionless spectrum correction function,a scale correction model for the sound power spectrum of the sound source is obtained,so that the noise results of the reduced-scale model can be corresponded to the full-scale model.This work advances the comprehension of high-speed train aerodynamic noise generation mechanisms and offers critical references for developing precision noise control technologies. 展开更多
关键词 pantograph cavity coupling aerodynamic noise scale effect large eddy simulation high-speed trains
在线阅读 下载PDF
Feedback Scale因子对Burris型相对重力仪观测成果的影响 被引量:3
6
作者 赵云峰 隗寿春 +3 位作者 徐云马 刘芳 祝意青 崔建中 《大地测量与地球动力学》 CSCD 北大核心 2019年第7期747-750,共4页
对3台Burris型重力仪系统中的feedback scale因子对相对重力测量成果的影响进行测试分析和研究。结果表明,feedback scale因子值与Burris型重力仪读数线性相关,且线性系数与FBK改正值有关。若feedback scale因子值产生等比例的变化,FBK... 对3台Burris型重力仪系统中的feedback scale因子对相对重力测量成果的影响进行测试分析和研究。结果表明,feedback scale因子值与Burris型重力仪读数线性相关,且线性系数与FBK改正值有关。若feedback scale因子值产生等比例的变化,FBK改正值越大,仪器读数的变化越大。在feedback scale因子值增加时,FBK改正值的正负符号决定仪器读数变化的方向。在重力值差仅有17 mGal的测段上测量时,3台Burris型重力仪基本相同的feedback scale因子变化量,得到的不同重力值差最大可相差0.140 mGal。当同一台仪器在FBK改正值分别为-14.7 mGal和2.2 mGal的2个测点进行测量时,若feedback scale因子值变化2%,测量所得重力值差的变化超过0.300 mGal。 展开更多
关键词 Burris重力仪 反馈系统 FEEDBACK scale因子 仪器读数 重力值差
在线阅读 下载PDF
基于组增长的小世界Scale-free网络模型 被引量:2
7
作者 吴艾 刘心松 +1 位作者 刘丹 左朝树 《计算机科学》 CSCD 北大核心 2005年第7期23-25,49,共4页
小世界和Scale-free是很多大规模复杂网络的重要特征,建立体现这些特征的网络模型是研究网络结构和行为的重要基础。针对现有模型不能全面地反映实际网络所具有的特征属性,提出了基于组增长的小世界 Scale-free网络模型。该模型在小世界... 小世界和Scale-free是很多大规模复杂网络的重要特征,建立体现这些特征的网络模型是研究网络结构和行为的重要基础。针对现有模型不能全面地反映实际网络所具有的特征属性,提出了基于组增长的小世界 Scale-free网络模型。该模型在小世界和 Scale-free模型的基础上,结合了节点的本地强连接性、新增连接的度相关性和网络动态的增长方式,把小世界和 Scale-free联系了起来。仿真结果表明,该模型生成的网络图同时具有小世界和 Scale-free特征。 展开更多
关键词 scale 网络模型 free 小世界 复杂网络 网络结构 特征属性 增长方式 仿真结果 模型生成 e模型 连接性 相关性 网络图 基础
在线阅读 下载PDF
逐步Ⅱ型删失下Scaled half-Logistic分布的区间估计 被引量:2
8
作者 史爱玲 陈进源 田丽娜 《兰州大学学报(自然科学版)》 CAS CSCD 北大核心 2014年第6期889-891,896,共4页
在逐步Ⅱ型删失数据下,通过构建统计量得到了Scaled half-Logistic分布的参数的置信区间,并借鉴文献[5]的Ⅱ型删失样本模拟算法,给定置信水平,产生了不同删失方式下置信区间长度最短时参数的置信区间.
关键词 scaled half-Logistic分布 尺度参数 逐步Ⅱ型删失 置信区间
在线阅读 下载PDF
QOL Scale-AMILY在喉癌患者照顾者生活质量评价中的应用 被引量:24
9
作者 刘益群 甘秀妮 +1 位作者 唐玮 李湘华 《中国全科医学》 CAS CSCD 北大核心 2009年第9期726-728,共3页
目的探讨由美国国家医学中心和贝克曼研究所研制的癌症患者照顾者生活质量量表(Quality of LifeFamily Version,QOLScale-FAMILY)用于中国喉癌患者照顾者生活质量测量的可能性,为喉癌患者照顾者生活质量的评定提供一个量化工具。方法通... 目的探讨由美国国家医学中心和贝克曼研究所研制的癌症患者照顾者生活质量量表(Quality of LifeFamily Version,QOLScale-FAMILY)用于中国喉癌患者照顾者生活质量测量的可能性,为喉癌患者照顾者生活质量的评定提供一个量化工具。方法通过对QOLScale-FAMILY量表的翻译、回译、文化调试制定出中文版的QOL Scale-FAMILY量表,并采用信访、电话访谈、面对面问卷访谈的方法,对100例喉癌患者照顾者(主要是患者配偶和子女)的生活质量进行测定,考核QOL Scale-FAMILY的可行性以及信度与效度。结果中文版的QOL Scale-FAMILY具有良好的内部一致性,总量表的Cronbach′sα系数为0.794,除了精神健康维度α=0.649外,其他3个维度满足群组比较的要求;重测信度γ=0.841。因子分析产生的4个公共因子与理论结构基本一致,结构效度的累积方差贡献率为60.2%。结论QOLScale-FAMILY中文版具有较好的信度和效度,对部分条目进行调整后,可以应用于喉癌患者照顾者生活质量的测定。 展开更多
关键词 QOL scale-FAMILY 喉癌患者照顾者 生活质量
在线阅读 下载PDF
基于灵敏度对比分析SCALE 6.1自带库与CENDL-TMSR-V1数据库 被引量:1
10
作者 胡继峰 王小鹤 +2 位作者 邹春燕 韩建龙 陈金根 《原子能科学技术》 EI CAS CSCD 北大核心 2020年第8期1453-1459,共7页
为满足钍基熔盐堆物理设计和钍铀燃料循环物理分析对核数据的需求,中国核数据中心研制了一套钍铀燃料循环专用数据库CENDL-TMSR-V1。本文利用SCALE程序,针对熔盐堆开展了SCALE 6.1自带数据库和CENDL-TMSR-V1库对比分析。结果显示,针对1 ... 为满足钍基熔盐堆物理设计和钍铀燃料循环物理分析对核数据的需求,中国核数据中心研制了一套钍铀燃料循环专用数据库CENDL-TMSR-V1。本文利用SCALE程序,针对熔盐堆开展了SCALE 6.1自带数据库和CENDL-TMSR-V1库对比分析。结果显示,针对1 GWt钍增殖熔盐堆,利用两个数据库的238群数据计算的不同燃耗下k eff最大差异约1200 pcm。结合核数据对k eff的灵敏度分析显示,其差异主要由石墨的核数据不同引起的。宏观检验结果显示,CENDL-TMSR-V1库中石墨数据更合理。同时,基于CENDL-TMSR-V144群协方差数据,计算得到核数据对初始时刻k eff总不确定度为1.03%,约为SCALE 6.1自带44群协方差数据库计算结果的2倍,其差异主要由233 U、232 Th等核素的协方差数据不同导致。 展开更多
关键词 CENDL-TMSR-V1数据库 scale 6.1自带数据库 灵敏度 k eff 不确定度
在线阅读 下载PDF
Scale-down反应器中的周期性溶氧波动对谷氨酸发酵的影响 被引量:1
11
作者 张静 夏建业 +2 位作者 储炬 庄英萍 张嗣良 《华东理工大学学报(自然科学版)》 CAS CSCD 北大核心 2012年第4期477-481,487,共6页
应用单室Scale-down反应器系统模拟大规模反应器内的溶氧(DO)浓度梯度,通过控制搅拌桨转速使DO水平(波动范围0~30%,波动周期2、4、6 h)产生矩形波动,从而研究溶氧波动条件对谷氨酸发酵的影响,尤其是菌体生长及产物合成等的变化。与DO水... 应用单室Scale-down反应器系统模拟大规模反应器内的溶氧(DO)浓度梯度,通过控制搅拌桨转速使DO水平(波动范围0~30%,波动周期2、4、6 h)产生矩形波动,从而研究溶氧波动条件对谷氨酸发酵的影响,尤其是菌体生长及产物合成等的变化。与DO水平30%的对照实验进行比较后发现:DO周期性波动条件下,谷氨酸棒杆菌更倾向于利用葡萄糖产生菌体而非积累产物谷氨酸。与较长波动周期(4 h或6 h)相比,短波动周期(2 h)时最终菌体浓度升高(10.03 g/L),最大比生长速率降低(0.112 h^(-1)),产物谷氨酸及副产物乳酸浓度降低(分别为23 g/L和10.5 g/L)。 展开更多
关键词 scale—down反应器 溶氧梯度 谷氨酸发酵
在线阅读 下载PDF
Scaledt分布、杠杆效应和上证综指的VaR风险 被引量:3
12
作者 张慧莲 汪红驹 《南方经济》 北大核心 2006年第3期46-58,共13页
与正态分布相比,上证指数收益率的经验分布具有尖峰厚尾特征,但用Scaledt-分布比正态分布可以更好地拟合上证指数收益率的经验分布。本文以Scaledt-分布假设下的GJR模型为基础,测量了上证指数收益率波动性的杠杆效应,即信息对波动性的... 与正态分布相比,上证指数收益率的经验分布具有尖峰厚尾特征,但用Scaledt-分布比正态分布可以更好地拟合上证指数收益率的经验分布。本文以Scaledt-分布假设下的GJR模型为基础,测量了上证指数收益率波动性的杠杆效应,即信息对波动性的不对称影响;并根据GJR模型应用MonteCarlo模拟方法,测定上证指数日收益率和持有期收益率的风险价值(VaR)。根据GJR模型提供的结果,上证指数30天、60天和90天持有期收益率的风险值分别为12.1%、17.8%、22.0%。用GJR模型比均值-方差模型和历史模拟方法计算的5%显著性水平VaR值更接近实际收益率。 展开更多
关键词 风险价值(VaR) scaled T-分布 杠杆效应 GJR模型Monte CARLO模拟
在线阅读 下载PDF
基于混合t Location-Scale分布模型的光伏功率随机性分量波动性分析 被引量:5
13
作者 杨茂 孟玲建 +3 位作者 李大勇 苏欣 孙涌 贾云彭 《可再生能源》 CAS 北大核心 2017年第10期1494-1499,共6页
光伏波动性是影响光伏功率稳定并网的关键问题之一。为了更准确地对光伏功率随机性分量进行定量描述,文章首先利用周期图法提取功率的周期性分量,然后提出了混合t Location-Scale分布模型,并对光伏功率随机性分量进行拟合。验证了文章... 光伏波动性是影响光伏功率稳定并网的关键问题之一。为了更准确地对光伏功率随机性分量进行定量描述,文章首先利用周期图法提取功率的周期性分量,然后提出了混合t Location-Scale分布模型,并对光伏功率随机性分量进行拟合。验证了文章所提模型在拟合光伏功率随机性分量波动性上的优越性,讨论该模型在不同采样时间间隔、不同地区的有效性和适用性。并以某地区光伏电站群实测数据为例,验证了混合t Location-Scale分布模型对随机性分量波动性拟合效果的优势。 展开更多
关键词 随机性分量 波动性 周期图 混合t Location-scale分布
在线阅读 下载PDF
基于PROSPECT和4-scale模型的光化学植被指数尺度转换 被引量:2
14
作者 于颖 刘敏 +4 位作者 范文义 卫甜甜 程腾辉 蒋博 张月 《北京林业大学学报》 CAS CSCD 北大核心 2020年第10期27-35,共9页
【目的】光化学植被指数(PRI)对于准确估计植被光能利用率(LUE)有着重要的作用。但在不同的尺度(叶片、冠层、景观尺度)上,PRI与LUE二者之间的关系及其影响因素不同。传感器获得的光谱为像元及冠层光谱,叶片尺度的PRILUE关系模型无法直... 【目的】光化学植被指数(PRI)对于准确估计植被光能利用率(LUE)有着重要的作用。但在不同的尺度(叶片、冠层、景观尺度)上,PRI与LUE二者之间的关系及其影响因素不同。传感器获得的光谱为像元及冠层光谱,叶片尺度的PRILUE关系模型无法直接用于冠层尺度的数据,因此需要对冠层尺度的PRI指数进行尺度转换。【方法】首先通过叶片尺度的PROSPECT模型,模拟不同生化参数下叶片的反射率与透射率,进而计算叶片尺度PRI指数与简单比值PRI指数(记为SR-PRI)。其次,将获得的叶片尺度反射率、透射率作为参数输入到4-scale模型中,获取不同叶面积指数(LAI)下冠层尺度的反射率,计算得出冠层尺度的PRI、SR-PRI。建立不同LAI下PRI、SR-PRI的冠层−叶片尺度转换函数,并对不同尺度上影响PRI、SR-PRI的因子进行敏感性分析。【结果】PRI、SR-PRI在进行冠层与叶片尺度转化过程中,都表现出很明显的线性关系,并且拟合效果(R2)呈现出随LAI的增大而增大的趋势。对比相同LAI水平下的PRI、SR-PRI的拟合结果发现,SR-PRI的拟合效果普遍要优于PRI。【结论】4-scale模型用来进行PRI与SR-PRI在冠层、叶片间的尺度转换是可行的,通过建立不同LAI下的尺度转换函数,可以实现将冠层尺度的PRI、SR-PRI转化到叶片尺度。 展开更多
关键词 PRI SR-PRI PROSPECT模型 4-scale模型 尺度转换 光能利用率
在线阅读 下载PDF
Target classification using SIFT sequence scale invariants 被引量:5
15
作者 Xufeng Zhu Caiwen Ma +1 位作者 Bo Liu Xiaoqian Cao 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2012年第5期633-639,共7页
On the basis of scale invariant feature transform(SIFT) descriptors,a novel kind of local invariants based on SIFT sequence scale(SIFT-SS) is proposed and applied to target classification.First of all,the merits o... On the basis of scale invariant feature transform(SIFT) descriptors,a novel kind of local invariants based on SIFT sequence scale(SIFT-SS) is proposed and applied to target classification.First of all,the merits of using an SIFT algorithm for target classification are discussed.Secondly,the scales of SIFT descriptors are sorted by descending as SIFT-SS,which is sent to a support vector machine(SVM) with radial based function(RBF) kernel in order to train SVM classifier,which will be used for achieving target classification.Experimental results indicate that the SIFT-SS algorithm is efficient for target classification and can obtain a higher recognition rate than affine moment invariants(AMI) and multi-scale auto-convolution(MSA) in some complex situations,such as the situation with the existence of noises and occlusions.Moreover,the computational time of SIFT-SS is shorter than MSA and longer than AMI. 展开更多
关键词 target classification scale invariant feature transform descriptors sequence scale support vector machine
在线阅读 下载PDF
Scale invariant features extraction for stereo vision 被引量:4
16
作者 Liu Li Peng Fuyuan +1 位作者 Tian Yani Wan Yaping 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2009年第1期50-54,共5页
Stable local feature detection is a fundamental component of many stereo vision problems such as 3-D reconstruction, object localization, and object tracking. A robust method for extracting scale-invariant feature poi... Stable local feature detection is a fundamental component of many stereo vision problems such as 3-D reconstruction, object localization, and object tracking. A robust method for extracting scale-invariant feature points is presented. First, the Harris corners in three-level pyramid are extracted. Then, the points detected at the highest level of the pyramid are correctly propagated to the lower level by pyramid based scale invariant (PBSI) method. The corners detected repeatedly in different levels are chosen as final feature points. Finally, the characteristic scale is obtained based on maximum entropy method. The experimental results show that the algorithm has low computation cost, strong antinoise capability, and excellent performance in the presence of significant scale changes. 展开更多
关键词 pyramid matching scale invariant Harris corners characteristics scale.
在线阅读 下载PDF
Multidisciplinary design optimization on production scale of underground metal mine 被引量:4
17
作者 左红艳 罗周全 +1 位作者 管佳林 王益伟 《Journal of Central South University》 SCIE EI CAS 2013年第5期1332-1340,共9页
In order to ensure overall optimization of the underground metal mine production scale, multidisciplinary design optimization model of production scale which covers the subsystem objective function of income of produc... In order to ensure overall optimization of the underground metal mine production scale, multidisciplinary design optimization model of production scale which covers the subsystem objective function of income of production, safety and environmental impact in the underground metal mine was established by using multidisciplinary design optimization method. The coupling effects from various disciplines were fully considered, and adaptive mutative scale chaos immunization optimization algorithm was adopted to solve multidisciplinary design optimization model of underground metal mine production scale. Practical results show that multidisciplinary design optimization on production scale of an underground lead and zinc mine reflect the actual operating conditions more realistically, the production scale is about 1.25 Mt/a (Lead and zinc metal content of 160 000 t/a), the economic life is approximately 14 a, corresponding coefficient of production profits can be increased to 15.13%, safety factor can be increased to 5.4% and environmental impact coefficient can be reduced by 9.52%. 展开更多
关键词 underground metal mines production scale multidisciplinary design optimization adaptive mutative scale chaosoptimization algorithm immunization
在线阅读 下载PDF
Digital watermarking algorithm based on scale-invariant feature regions in non-subsampled contourlet transform domain 被引量:8
18
作者 Jian Zhao Na Zhang +1 位作者 Jian Jia Huanwei Wang 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2015年第6期1310-1315,共6页
Contraposing the need of the robust digital watermark for the copyright protection field, a new digital watermarking algorithm in the non-subsampled contourlet transform (NSCT) domain is proposed. The largest energy... Contraposing the need of the robust digital watermark for the copyright protection field, a new digital watermarking algorithm in the non-subsampled contourlet transform (NSCT) domain is proposed. The largest energy sub-band after NSCT is selected to embed watermark. The watermark is embedded into scaleinvariant feature transform (SIFT) regions. During embedding, the initial region is divided into some cirque sub-regions with the same area, and each watermark bit is embedded into one sub-region. Extensive simulation results and comparisons show that the algorithm gets a good trade-off of invisibility, robustness and capacity, thus obtaining good quality of the image while being able to effectively resist common image processing, and geometric and combo attacks, and normalized similarity is almost all reached. 展开更多
关键词 multi-scale geometric analysis (MGA) non-subsampled contourlet transform (NSCT) scale-invariant featureregion.
在线阅读 下载PDF
The Research of Change Trend of Our Government's Public Expenditure Scale
19
作者 孔祥利 《陕西师范大学学报(哲学社会科学版)》 CSSCI 北大核心 2004年第S2期441-443,共3页
It is obvious that the change trend of our government expenditure scale declined constantly .The expenditure proportion of science, education, culture and hygiene increased fast, reflected the situation that the finan... It is obvious that the change trend of our government expenditure scale declined constantly .The expenditure proportion of science, education, culture and hygiene increased fast, reflected the situation that the finance of our country was transformed into “public finance” from “building type finance” gradually.The expenditure proportion of the local is higher than central authorities. This is disadvantageous for our country’s economy development and society stability. 展开更多
关键词 PUBLIC EXPENDITURE scale Chinese ECONOMY FINANCE
在线阅读 下载PDF
定域Scale和规范不变理论的量子化
20
作者 缪炎刚 《兰州大学学报(自然科学版)》 CAS CSCD 北大核心 1991年第4期48-52,共5页
在Riemann空间中,利用推广的Faddeev-Popov理论,讨论了具有定域Scale不变性和规范不变性理论的量子化。整个讨论过程具有广义协变性。
关键词 量子化 规范 不变性 协变性 scale
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部