期刊文献+
共找到21篇文章
< 1 2 >
每页显示 20 50 100
一种改进的AEI算法中初始匹配码字的快速查找方法 被引量:1
1
作者 李东平 潘志斌 +2 位作者 乔瑞萍 乔阳 蔡骋 《中国图象图形学报》 CSCD 北大核心 2009年第9期1808-1812,共5页
矢量量化(VQ)是一种高效的有损压缩技术。快速码字搜索算法是矢量量化的核心问题之一,其性能决定了编码时间。快速码字搜索算法中,绝对误差不等式删除算法(AEI)是一种典型的3步算法,其第1步查找输入矢量的初始匹配码字的方法采用了Mini... 矢量量化(VQ)是一种高效的有损压缩技术。快速码字搜索算法是矢量量化的核心问题之一,其性能决定了编码时间。快速码字搜索算法中,绝对误差不等式删除算法(AEI)是一种典型的3步算法,其第1步查找输入矢量的初始匹配码字的方法采用了Minimax法,是整个AEI算法中计算量最大的步骤,严重影响了算法的效率。针对这个问题,提出了一种新的查找初始匹配码字的方法——PartialMinimax法。该方法在保证所找到的初始匹配码字与原始AEI算法相同并且重建图像的PSNR(峰值信噪比)值不变的前提下,可显著减小这一步骤的计算量和查找时间,从而有效地提高了算法的总体编码速度。 展开更多
关键词 矢量量化 快速搜索 AEI算法 初始匹配
下载PDF
中文分词中的正向增字最大匹配算法研究 被引量:7
2
作者 戴上静 石春 吴刚 《微型机与应用》 2014年第17期15-18,共4页
针对正向最大匹配算法的长词丢失、匹配次数较多、歧义字段处理的准确率较低等问题,基于Trie树词典提出了3种正向增字最大匹配算法,分别使用逐词扫描、尾部折半扫描和尾部减一扫描这3种扫描方式采集歧义字段,并建立了一套歧义处理方法... 针对正向最大匹配算法的长词丢失、匹配次数较多、歧义字段处理的准确率较低等问题,基于Trie树词典提出了3种正向增字最大匹配算法,分别使用逐词扫描、尾部折半扫描和尾部减一扫描这3种扫描方式采集歧义字段,并建立了一套歧义处理方法。实验结果表明,该3种算法在分词速度和准确率上均有显著提高,错误率降低到了原算法的三分之一以下。当文本规模大于200 MB时,3种正向增字最大匹配算法的分词速度均比原最大匹配算法提高30%以上。 展开更多
关键词 中文分词 TRIE树 逐词扫描 正向增匹配
下载PDF
韩国汉字考级一级用3500类字表的统计和分析 被引量:1
3
作者 王平 金玲敬 《中国文字研究》 2010年第1期160-168,共9页
韩国汉字能力检定一级水平考试的依据是3500汉字字表。由于韩国各汉字考级机构公布的字表没有得到协调统一,所以,韩国目前汉字考级一级用3500类字表在字量、字形等方面存在着某些差异。而这些差异不仅增加了考生的负担,更重要的是影响... 韩国汉字能力检定一级水平考试的依据是3500汉字字表。由于韩国各汉字考级机构公布的字表没有得到协调统一,所以,韩国目前汉字考级一级用3500类字表在字量、字形等方面存在着某些差异。而这些差异不仅增加了考生的负担,更重要的是影响了汉字使用的标准化。本文通过对目前韩国具有影响力的三家考级机构公布的3500字表的调查和分析,给出了存在差异的数据,研究存在差异的原因,提出了调整改进的建议。该论文的研究数据和结论将对韩国汉字考级用字的规范化、韩国现代用汉字标准化、中韩常用汉字比较、中日韩汉字共同化等研究,都具有重要的参考价值。 展开更多
关键词 韩国 考级 3500类 匹配字 匹配字
下载PDF
基于小字符集的藏文自动分词技术研究 被引量:3
4
作者 才华 《西藏大学学报(社会科学版)》 CSSCI 2013年第5期43-47,共5页
文章针对传统藏文分词的切词难点及切分歧义现象,提出一种基于小字符集的藏文自动分词技术方案。其中包括分词预处理、多级Hash词典机制、藏文格助词紧缩格的判别及还原规则、逐字匹配算法和未登录词的处理等内容。
关键词 藏文自动分词 分块预处理 多级Hash词典机制 藏文紧缩格 匹配算法
下载PDF
一种改进的均值金字塔快速搜索算法 被引量:1
5
作者 耿国章 尹立敏 +1 位作者 雷凯 王延杰 《电子器件》 CAS 2007年第4期1394-1396,共3页
针对传统均值金字塔搜索算法存在起始点不定,搜索范围缺乏约束的问题,提出一种改进的快速搜索算法,可以在搜索的起始阶段就从接近最佳匹配码字开始,同时对搜索范围加以限定.该方法利用了金子塔结构内部的不等式关系,并将码字排列成二叉... 针对传统均值金字塔搜索算法存在起始点不定,搜索范围缺乏约束的问题,提出一种改进的快速搜索算法,可以在搜索的起始阶段就从接近最佳匹配码字开始,同时对搜索范围加以限定.该方法利用了金子塔结构内部的不等式关系,并将码字排列成二叉树的结构,在付出一定额外存储空间的代价下,避免了大量的无用搜索.实验结果表明,在同等精度的条件下,该方法的搜索效率要高于传统的均值金字塔搜索算法. 展开更多
关键词 均值金 快速搜索算法 最佳匹配 二叉树
下载PDF
Distributed Sampling Measurement Model in a Large-Scale High-Speed IP Networks 被引量:1
6
作者 龚俭 程光 《Journal of Southeast University(English Edition)》 EI CAS 2002年第1期40-45,共6页
The distributed passive measurement is an important technology for networkbehavior research. To achieve a consistent measurement, the same packets should be sampled atdistributed measurement points. And in order to es... The distributed passive measurement is an important technology for networkbehavior research. To achieve a consistent measurement, the same packets should be sampled atdistributed measurement points. And in order to estimate the character of traffic statistics, thetraffic sample should be random in statistics. A distributed samplingmask measurement model isintroduced to tackle the difficulty of measuring the full trace of high-speed networks. The keypoint of the model is to choose some bits that are suitable to be sampling mask. In the paper, thebit entropy and bit flow entropy of IP packet headers in CERNET backbone are analyzed, and we findthat the 16 bits of identification field in IP packet header are fit to the matching field ofsampling mask. Measurement traffic also can be used to analyze the statistical character ofmeasurement sample and the randomicity of the model. At the same time the experiment resultsindicate that the model has a good sampling performance. 展开更多
关键词 sampling measurement bit entropy matching field identification field
下载PDF
一种矢量量化码书设计及编码的快速算法 被引量:2
7
作者 刘文东 蔡茂国 杨淑雯 《深圳大学学报(理工版)》 CAS 2000年第2期30-34,共5页
提出了一种矢量量化码书设计及编码的快速算法 .该算法对匹配码字的判决过程是 :先根据Minkowski误差最小准则 ,在全部码字中找出一定数量Minkowski误差最小的码字 ;再根据均方误差最小准则 ,在上述码字中找出其中最匹配的 .模拟实验和... 提出了一种矢量量化码书设计及编码的快速算法 .该算法对匹配码字的判决过程是 :先根据Minkowski误差最小准则 ,在全部码字中找出一定数量Minkowski误差最小的码字 ;再根据均方误差最小准则 ,在上述码字中找出其中最匹配的 .模拟实验和理论分析表明 ,将该算法用于矢量量化的码书设计和编码过程 ,能在保证较好性能指标和视觉效果前提下 ,明显减少运算量 . 展开更多
关键词 矢量量化 快速算法 码书 匹配 图像编码
下载PDF
基于码字匹配和引力筛选的半监督协同训练算法 被引量:2
8
作者 陈善学 尹修玄 杨亚娟 《武汉大学学报(信息科学版)》 EI CSCD 北大核心 2015年第10期1386-1391,1408,共7页
针对传统的Co-training和Tri-training协同训练算法中基分类器独立性低、迭代过程中误差累积和整体泛化性能低的问题,将多视图理论、编码理论和万有引力公式引入协同训练分类算法中,提出了改进算法,算法有效地防止了迭代过程中的误差累... 针对传统的Co-training和Tri-training协同训练算法中基分类器独立性低、迭代过程中误差累积和整体泛化性能低的问题,将多视图理论、编码理论和万有引力公式引入协同训练分类算法中,提出了改进算法,算法有效地防止了迭代过程中的误差累积,同时提高了分类系统的泛化性能。在高光谱图像分类实验中,随机地从数据集中抽取5%、10%和20%样本作为已标记训练集时,码字匹配的协同训练分类算法对比Co-training和Tri-training算法,在分类精度上平均分别提高了12.38%和6.13%,在Kappa系数上平均分别提高了0.2和0.07。进一步加入引力筛选机制,对比Co-training和Tri-training算法,在分类精度上平均分别提高了21.30%和10.99%,在Kappa系数上平均分别提高了0.26和0.13,结果表明了本文算法的有效性。 展开更多
关键词 高光谱图像分类 协同训练 匹配 万有引力
原文传递
一种面向中文信息检索的汉语自动分词方法 被引量:7
9
作者 孙巍 《现代图书情报技术》 CSSCI 北大核心 2006年第7期33-36,共4页
阐述信息检索对汉语分词技术的要求,分析中文信息检索与汉语分词技术结合过程中有待解决的关键问题,并重点针对这些要求及关键问题提出一种面向中文信息检索的汉语自动分词方法。
关键词 中文信息检索 汉语自动分词 词典 互联网 正反向最大增匹配
下载PDF
CCSK信号盲检测中的码同步问题 被引量:4
10
作者 董占奇 胡捍英 《现代电子技术》 2005年第1期77-78,81,共3页
CCSK码字的同步不同于 DSSS系统的 PN码同步 ,他的实现不适合采用 DSSS系统的序贯检测法 ;“多码字相关平滑匹配”法相对于序贯检测法具有明显的优势是 CCSK信号盲检测中实现码字同步的一种快速有效方法。
关键词 CCSK信号 码同步 序贯检测 多码相关平滑匹配
下载PDF
一种改进的绝对误差不等式删除算法在DM642上的实现 被引量:1
11
作者 谢敏 乔瑞萍 +3 位作者 潘志斌 李东平 乔阳 张柘 《微电子学与计算机》 CSCD 北大核心 2010年第4期182-185,共4页
选择TI TMS320DM642 DSP作为实现平台,对其视频驱动的编程开发接口进行了分析.然后,对于AEI算法进行了两方面的修正与改进:采用"逐帧编码"技术,将适合于静态图片的算法应用到了动态视频上;采用"逐通道编码"技术,将... 选择TI TMS320DM642 DSP作为实现平台,对其视频驱动的编程开发接口进行了分析.然后,对于AEI算法进行了两方面的修正与改进:采用"逐帧编码"技术,将适合于静态图片的算法应用到了动态视频上;采用"逐通道编码"技术,将适合于灰度图像的算法应用到了彩色图像上.以此为基础,完成了AEI算法的DSP移植. 展开更多
关键词 矢量量化 AEI算法 DSP 初始匹配 算法移植
下载PDF
An Approach to Unsupervised Character Classification Based on Similarity Measure in Fuzzy Model
12
作者 卢达 钱忆平 +1 位作者 谢铭培 浦炜 《Journal of Southeast University(English Edition)》 EI CAS 2002年第4期370-376,共7页
This paper presents a fuzzy logic approach to efficiently perform unsupervised character classification for improvement in robustness, correctness and speed of a character recognition system. The characters are first ... This paper presents a fuzzy logic approach to efficiently perform unsupervised character classification for improvement in robustness, correctness and speed of a character recognition system. The characters are first split into eight typographical categories. The classification scheme uses pattern matching to classify the characters in each category into a set of fuzzy prototypes based on a nonlinear weighted similarity function. The fuzzy unsupervised character classification, which is natural in the repre... 展开更多
关键词 fuzzy model weighted fuzzy similarity measure unsupervised character classification matching algorithm classification hierarchy
下载PDF
结合CRFs的词典分词法 被引量:1
13
作者 张硕果 汪成亮 《计算机系统应用》 2010年第11期115-118,共4页
逐字分词法是以汉语词典为基础对中文语句通过匹配进行切分的方法。该方法在分词中无法解决交叉歧义与组合歧义带来的问题。本文以词典分词为基础,从序列标注的角度,在逐字匹配过程中使用CRFs标注模型提供辅助决策,由此来处理歧义问题... 逐字分词法是以汉语词典为基础对中文语句通过匹配进行切分的方法。该方法在分词中无法解决交叉歧义与组合歧义带来的问题。本文以词典分词为基础,从序列标注的角度,在逐字匹配过程中使用CRFs标注模型提供辅助决策,由此来处理歧义问题。经实验和分析,该方法较传统的CRFs模型分词法和词典分词,更适合对分词速率及正确率都有一定要求的系统。 展开更多
关键词 条件随机场 分词 交叉歧义 组合歧义 匹配
下载PDF
Optimizing of large-number-patterns string matching algorithms based on definite-state automata 被引量:3
14
作者 陈训逊 方滨兴 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 2007年第2期236-239,共4页
Because the small CACHE size of computers, the scanning speed of DFA based multi-pattern string-matching algorithms slows down rapidly especially when the number of patterns is very large. For solving such problems, w... Because the small CACHE size of computers, the scanning speed of DFA based multi-pattern string-matching algorithms slows down rapidly especially when the number of patterns is very large. For solving such problems, we cut down the scanning time of those algorithms (i.e. DFA based) by rearranging the states table and shrinking the DFA alphabet size. Both the methods can decrease the probability of large-scale random memory accessing and increase the probability of continuously memory accessing. Then the hitting rate of the CACHE is increased and the searching time of on the DFA is reduced. Shrinking the alphabet size of the DFA also reduces the storage complication. The AC++algorithm, by optimizing the Aho-Corasick (i.e. AC) algorithm using such methods, proves the theoretical analysis. And the experimentation results show that the scanning time of AC++and the storage occupied is better than that of AC in most cases and the result is much attractive when the number of patterns is very large. Because DFA is a widely used base algorithm in may string matching algorithms, such as DAWG, SBOM etc., the optimizing method discussed is significant in practice. 展开更多
关键词 multi-pattern string-matching definite-state automata Aho-Corasick algorithm CACHE
下载PDF
Power-line interference suppression of MT data based on frequency domain sparse decomposition 被引量:7
15
作者 TANG Jing-tian LI Guang +3 位作者 ZHOU Cong LI Jin LIU Xiao-qiong ZHU Hui-jie 《Journal of Central South University》 SCIE EI CAS CSCD 2018年第9期2150-2163,共14页
Power-line interference is one of the most common noises in magnetotelluric(MT)data.It usually causes distortion at the fundamental frequency and its odd harmonics,and may also affect other frequency bands.Although tr... Power-line interference is one of the most common noises in magnetotelluric(MT)data.It usually causes distortion at the fundamental frequency and its odd harmonics,and may also affect other frequency bands.Although trap circuits are designed to suppress such noise in most of the modern acquisition devices,strong interferences are still found in MT data,and the power-line interference will fluctuate with the changing of load current.The fixed trap circuits often fail to deal with it.This paper proposes an alternative scheme for power-line interference removal based on frequency-domain sparse decomposition.Firstly,the fast Fourier transform of the acquired MT signal is performed.Subsequently,a redundant dictionary is designed to match with the power-line interference which is insensitive to the useful signal.Power-line interference is separated by using the dictionary and a signal reconstruction algorithm of compressive sensing called improved orthogonal matching pursuit(IOMP).Finally,the frequency domain data are switched back to the time domain by the inverse fast Fourier transform.Simulation experiments and real data examples from Lu-Zong ore district illustrate that this scheme can effectively suppress the power-line interference and significantly improve data quality.Compared with time domain sparse decomposition,this scheme takes less time consumption and acquires better results. 展开更多
关键词 sparse representation magnetotelluric signal processing power-line noise improved orthogonal matching pursuit redundant dictionary
下载PDF
矢量量化的投影算法 被引量:1
16
作者 赵乘麟 《吉首大学学报》 2000年第2期80-81,共2页
将矩阵的投影引入到矢量量化中 ,达到了在搜索最佳匹配码字的过程中首先在降维空间中将一些侯选码字排除 ,其中利用了最佳匹配码字的和待编码的矢量的均值和方差与MSE距离之间的关系不等式 .[1] 实际结果表明约 98%的侯选码字被排除 ,只... 将矩阵的投影引入到矢量量化中 ,达到了在搜索最佳匹配码字的过程中首先在降维空间中将一些侯选码字排除 ,其中利用了最佳匹配码字的和待编码的矢量的均值和方差与MSE距离之间的关系不等式 .[1] 实际结果表明约 98%的侯选码字被排除 ,只有 2 展开更多
关键词 矢量量化 侯选码 图像压缩 最佳匹配 待编码 投影算法 MSE距离
下载PDF
图像矢量量化编码算法的回顾和比较
17
作者 郑巍 余涛 《中国有线电视》 北大核心 2002年第23期24-28,共5页
近年来 ,矢量量化技术由于其低复杂性 ,已经在图像低比特率编码方面显示了巨大的潜力。码书生成和码字索引是矢量量化技术的两个关键问题 ,许多学者不断改进矢量量化算法 ,使其效率和效用得到提高 ,因此从两个方面总结这些算法 ,并分别... 近年来 ,矢量量化技术由于其低复杂性 ,已经在图像低比特率编码方面显示了巨大的潜力。码书生成和码字索引是矢量量化技术的两个关键问题 ,许多学者不断改进矢量量化算法 ,使其效率和效用得到提高 ,因此从两个方面总结这些算法 ,并分别分析其优缺点。 展开更多
关键词 图像矢量 量化 编码算法 码书 比特率 匹配
下载PDF
What Writings Match Poet's Suffering
18
作者 Xiaohui Gong 《International Journal of Technology Management》 2013年第5期46-48,共3页
The author found the text and poem writing had not always been correspondent to his personal experience through observation and reading. The poets really meant that their own poems could not express his suffering when... The author found the text and poem writing had not always been correspondent to his personal experience through observation and reading. The poets really meant that their own poems could not express his suffering when he said he had been afraid that he could not match his suffering. People often think the rich experieuce is the key to the depth of writing, but the truth is not like that. The author concluded that the content of poem shall keep certain gap with the ethic meaning through research on the experience and writing of the great poets and give an ontological questioning and then he can embody common humanity and emotion without blank teaching. A poet shall be in face of the difficulty of writing and learn to handle with the challenge of difficulty, and then the difficulty can be transferred into skill of writing, 展开更多
关键词 EXILE SUFFERING REBELLION shock doubting ontological questioning
下载PDF
Image Relaxation Matching Based on Feature Points for DSM Generation 被引量:1
19
作者 ZHENGShunyi ZHANGZuxun ZHANGJianqing 《Geo-Spatial Information Science》 2004年第4期243-248,共6页
In photogrammetry and remote sensing, image matching is a basic and crucial process for automatic DEM generation. In this paper we presented a image relaxation matching method based on feature points. This method can ... In photogrammetry and remote sensing, image matching is a basic and crucial process for automatic DEM generation. In this paper we presented a image relaxation matching method based on feature points. This method can be considered as an extention of regular grid point based matching. It avoids the shortcome of grid point based matching. For example, with this method, we can avoid low or even no texture area where errors frequently appear in cross correlaton matching. In the mean while, it makes full use of some mature techniques such as probability relaxation, image pyramid and the like which have already been successfully used in grid point matching process. Application of the technique to DEM generaton in different regions proved that it is more reasonable and reliable. 展开更多
关键词 image matching probability relaxation feature point digital surface model
下载PDF
The Improve of BM Algorithm Base on First Character
20
作者 WU Xi-hong 《International Journal of Technology Management》 2015年第3期94-96,共3页
The article analyzes the classical BM algorithm and an improved algorithm, and then it puts forward a new improved algorithm which called I_BM algorithm according to the characteristics of the string matching. The I_B... The article analyzes the classical BM algorithm and an improved algorithm, and then it puts forward a new improved algorithm which called I_BM algorithm according to the characteristics of the string matching. The I_BM algorithm determines the right distance according to the first character of the pattern string and the distance between the matching windows, so it fasts matching. The matching way of I_BM algorithm is from right to left. In order to verify the IBM algorithm' s performance, it does experiments on I_BM algorithm from two aspects of the matching times and the numbers of matching characters under the condition of the same text strings and pattem string. The experimental results show that I_BM algorithm is more quickly and more efficient because it reduces greatly the number of matching and character comparison for maximizing to skip the bad characters. 展开更多
关键词 BM algorithm IBM algorithm pattern matching IMPROVEMENT
下载PDF
上一页 1 2 下一页 到第
使用帮助 返回顶部