期刊文献+
共找到1,462篇文章
< 1 2 74 >
每页显示 20 50 100
PN code generator based on generalized Bent function for SW/SFH System
1
《Wuhan University Journal of Natural Sciences》 CAS 1996年第2期221-224,共4页
Generalized Bent function and generalized Bent function sequences are introduced in this paper.The main performance or these sequences used as SW/SFH(Short Wave/Slow Frequency Hopping) code are studied. And the hardwa... Generalized Bent function and generalized Bent function sequences are introduced in this paper.The main performance or these sequences used as SW/SFH(Short Wave/Slow Frequency Hopping) code are studied. And the hardware circuit and the soflware program flow chart of the SW/SFH PN code generator are also given,which is based on generalized Bent function sequence generator by using a single chip mlcrocomputer. 展开更多
关键词 SW/FH bent function sequence PN code generator single chip microcomputer
在线阅读 下载PDF
基于早期终止解码器的高效小型化PUF
2
作者 孟坤 许嘉鑫 王启源 《计算机工程与设计》 北大核心 2026年第2期459-465,共7页
信息安全在现代社会中至关重要,物理不可克隆函数(PUF)为密钥生成与管理提供了解决途径,而SRAM PUF因其易于集成和使用而受到青睐。因此利用独立SRAM芯片作为PUF单元,分析了基于模糊提取器的密钥提取方法,结合BCH编码和奇偶校验码,提出... 信息安全在现代社会中至关重要,物理不可克隆函数(PUF)为密钥生成与管理提供了解决途径,而SRAM PUF因其易于集成和使用而受到青睐。因此利用独立SRAM芯片作为PUF单元,分析了基于模糊提取器的密钥提取方法,结合BCH编码和奇偶校验码,提出了优化的BCH码Meggitt解码器的早期终止方法,并设计了一款小型SRAM PUF设备,结合HMAC技术实现了多挑战应答功能。实验结果表明,所设计的SRAM PUF设备性能优异,片内汉明权重为0.5185%,片间汉明距离为48.4075%。在常温下失败低于4.3×10^(-7),优化后的早期终止纠错方法使解码速度提升了10.10%,显著增强了设备的实际应用能力。 展开更多
关键词 信息安全 物理不可克隆函数 静态随机存取存储器 模糊提取器 纠错码 解码器 奇偶校验码
在线阅读 下载PDF
网络函数计算编码的容量增益
3
作者 光炫 李丹 +1 位作者 李珊珊 孙秀芳 《四川师范大学学报(自然科学版)》 2026年第2期170-183,F0002,共15页
考虑网络函数计算问题,即在一个有向无圈网络上,单信宿节点需要零错误重复计算一个函数,称为目标函数,其输入参数是由一组信源节点生成的独立信源符号.对于该问题,其计算容量被定义为平均使用一次网络时,信宿节点最多可以零错计算目标... 考虑网络函数计算问题,即在一个有向无圈网络上,单信宿节点需要零错误重复计算一个函数,称为目标函数,其输入参数是由一组信源节点生成的独立信源符号.对于该问题,其计算容量被定义为平均使用一次网络时,信宿节点最多可以零错计算目标函数的次数.对于传统的通信-计算分离编码,信宿节点需先接收所有需要的信源符号再单独计算目标函数,这就退化为网络编码问题,其传输速率受网络编码容量约束.而通信-计算联合编码是指网络节点根据函数特性进行实时编码使信宿节点直接解码目标函数值,其性能由计算容量表征.为了刻画二者之间的性能差异,网络函数计算增益被提出,其定义为网络函数计算容量与网络编码容量的比值.通过分析计算容量与编码容量,闭式量化在反向组合网络上计算一类线性函数的计算增益,得到由3个参数所决定的显式表达式.进一步,通过分析这3个参数的渐近性,完全刻画计算增益的渐近特性,证明该计算增益可趋于无穷大,从而说明通信-计算联合编码策略较传统通信-计算分离编码方式在计算效率方面通常具有显著性提升. 展开更多
关键词 网络函数计算 网络编码 计算容量 计算增益 反向组合网络
在线阅读 下载PDF
基于函数拆分对抗二进制代码相似性检测
4
作者 魏然 舒辉 《信息工程大学学报》 2026年第1期64-71,共8页
二进制代码相似性检测能够识别软件中的同源函数,进而定位关键模块。攻击者将其应用于逆向工程,给软件安全带来了风险。代码混淆可以增加软件的复杂程度,增强其抗检测能力。传统代码混淆主要在函数内部实现,存在空间开销和运行时开销大... 二进制代码相似性检测能够识别软件中的同源函数,进而定位关键模块。攻击者将其应用于逆向工程,给软件安全带来了风险。代码混淆可以增加软件的复杂程度,增强其抗检测能力。传统代码混淆主要在函数内部实现,存在空间开销和运行时开销大的问题。为此,提出了基于函数拆分的方法进行代码混淆,进而对抗二进制代码相似性检测。该方法在程序的中间表示层实现。首先,基于支配树将原函数的基本块集合划分为多个子集。其次,通过“定义—使用”链识别子集间的数据依赖关系。接着,引入控制变量以修复子集间的控制流。最后,通过代码重写生成子函数。实验结果表明,经过函数拆分混淆后的程序,使二进制相似性检测模型的召回率降至1.3%(函数池大小为1 024),代码膨胀率为原始模型的2.06倍。 展开更多
关键词 代码混淆 二进制代码相似性检测 函数拆分 支配树
在线阅读 下载PDF
CodeScore-R:用于评估代码合成功能准确性的自动化鲁棒指标 被引量:1
5
作者 杨光 周宇 +1 位作者 陈翔 张翔宇 《计算机研究与发展》 EI CSCD 北大核心 2024年第2期291-306,共16页
评估指标在代码合成领域中至关重要.常用的代码评估指标可以分为3种类型:基于匹配、基于语义和基于执行.其中,基于执行的Pass@k指标通过执行测试用例,能够准确判断预测代码的功能准确性.然而,该指标的计算需要大量开销,因此亟需设计一... 评估指标在代码合成领域中至关重要.常用的代码评估指标可以分为3种类型:基于匹配、基于语义和基于执行.其中,基于执行的Pass@k指标通过执行测试用例,能够准确判断预测代码的功能准确性.然而,该指标的计算需要大量开销,因此亟需设计一种自动化评估指标,在无需测试用例时仍可评估预测代码的功能准确性.此外,好的评估指标应当具有鲁棒性,即预测代码发生微小改变时,评估指标仍能保持其准确性.为此,提出了一种基于UniXcoder和对比学习的自动化鲁棒指标CodeScore-R,用于评估代码合成的功能准确性. CodeScore-R采用草图化处理、语法等价转换和变异测试等技术手段,有效减轻了标识符、语法结构和运算符对评估结果的干扰.实验结果表明,在Java和Python语言上的代码生成和迁移任务中,CodeScore-R的表现优于其他无需测试用例的评估指标,且更接近Pass@k指标,并具有更强的鲁棒性. 展开更多
关键词 代码合成评估指标 功能准确性 鲁棒性 代码合成 神经网络
在线阅读 下载PDF
一种减小OFDM信号峰均功率比的Coded-SLM算法
6
作者 俞兴明 李寰 《光通信研究》 北大核心 2011年第2期8-10,56,共4页
针对减小正交频分复用(OFDM)系统峰均功率比(PAPR)的常规选择性映射(SLM)法不仅运算量大,而且需要传送代表相位序列的边信息,因而降低了有效的传输效率的问题,提出了一种基于线性分组码的Coded-SLM算法。理论分析和计算机仿真都表明,该... 针对减小正交频分复用(OFDM)系统峰均功率比(PAPR)的常规选择性映射(SLM)法不仅运算量大,而且需要传送代表相位序列的边信息,因而降低了有效的传输效率的问题,提出了一种基于线性分组码的Coded-SLM算法。理论分析和计算机仿真都表明,该方法与常规SLM法相比虽然在降低PAPR方面稍微逊色,但与原始OFDM相比能有效地降低OFDM信号的PAPR,而且传输效率和可靠性大为提高。 展开更多
关键词 正交频分复用 峰均功率比 编码选择性映射 互补累积分布函数
在线阅读 下载PDF
长链非编码RNA在喉鳞状细胞癌中的表达及功能分析
7
作者 伏蓉 王蚕丝 +5 位作者 任天娇 吴桐 张波 穆扎排尔·米尔扎克木 周伟 冯娟 《新疆医科大学学报》 2026年第2期190-197,204,共9页
目的探讨长链非编码RNA(Long non-coding RNA,lncRNA)在喉鳞状细胞癌(Laryngeal squamous cell carcinoma,LSCC)中的表达情况及潜在作用。方法纳入2019年6月至2022年6月就诊于新疆医科大学第一附属医院耳鼻喉科的22例LSCC患者为研究对象... 目的探讨长链非编码RNA(Long non-coding RNA,lncRNA)在喉鳞状细胞癌(Laryngeal squamous cell carcinoma,LSCC)中的表达情况及潜在作用。方法纳入2019年6月至2022年6月就诊于新疆医科大学第一附属医院耳鼻喉科的22例LSCC患者为研究对象,取LSCC患者癌组织和癌旁组织,利用RNA sequencing(RNA-seq)技术从差异表达基因(Differentially expressed genes,DEGs)中筛选出差异表达lncRNA(Differentially expressed long non-coding RNA,DE-lncRNA)。采用Pearson相关系数进行DE-lncRNA和DEGs共表达分析筛选lncRNA顺式调控靶基因。对共表达lncRNA靶标进行基因本体论(Gene ontology,GO)功能分析与京都基因与基因组百科全书(Kyoto encyclopedia of genes and genomes,KEGG)通路富集分析。实时荧光定量逆转录聚合酶链式反应(Quantitative reverse transcription polymerase chain reaction,qRT-PCR)验证关键核心基因在LSCC组织中的表达水平,并检索关键基因的顺式调控靶标。结果从15697个DEGs中筛选出1432个DE-lncRNA,其中上调基因819个(57.19%),下调基因613个(42.81%)。通过对DE-lncRNA顺式调控靶基因预测获得240个lncRNA基因满足位置要求和共表达关系,273个mRNA与lncRNA存在靶向关系。对共表达lncRNA靶标进行富集分析,GO功能分析显示,生物过程范畴中,主要集中在DNA模板的转录调控、RNA聚合酶Ⅱ介导的转录调控及多细胞生物发育;KEGG通路分析显著富集在单纯疱疹病毒1型(Herpes simplex virus 1,HSV-1)感染、嘧啶代谢及淀粉和蔗糖代谢。qRT-PCR结果显示,与对照组相比,实验组AGAP2-AS1、CASC9、FEZF1-AS1、HCP5、IGFL2-AS1、KLHDC7B-DT、LINC01871、LINC01980、RPPH1和SNHG25的表达量均升高,其中IGFL2-AS1顺式靶向调控胰岛素样家族成员3(Insulin-like growth factor-like family member 3,IGFL3),KLHDC7B-DT顺式靶向调控细胞色素c氧化酶组装蛋白2(Synthesis of cytochrome c oxidase 2,SCO2)与胸苷磷酸化酶(Thymidine phosphorylase,TYMP)。结论IGFL2-AS1、LINC01871、KLHDC7B-DT、RPPH1和SNHG25是在LSCC中表达上调的新型lncRNA,其中IGFL2-AS1顺式靶向调控IGFL3,KLHDC7B-DT顺式靶向调控SCO2与TYMP,DE-lncRNA和靶基因在LSCC中的潜在作用可能为LSCC的诊疗提供新策略。 展开更多
关键词 喉鳞状细胞癌 长链非编码RNA 差异表达基因 功能富集分析
暂未订购
TETRA数字集群系统中截短RM码的改进译码方法
8
作者 李鑫 孙敬伟 《电子技术应用》 2026年第2期52-56,共5页
对TETRA(Terrestrial Trunked Radio)数字集群系统中使用的截短RM(Reed-Muller)码进行研究,提出了基于大数逻辑译码算法的改进方法。首先,对接收到的30位软比特信息码元按幅值的绝对值由大到小排序,依次反转序列后几位可靠度较低码元的... 对TETRA(Terrestrial Trunked Radio)数字集群系统中使用的截短RM(Reed-Muller)码进行研究,提出了基于大数逻辑译码算法的改进方法。首先,对接收到的30位软比特信息码元按幅值的绝对值由大到小排序,依次反转序列后几位可靠度较低码元的符号位得到多个新的序列,再对新序列进行大数逻辑译码。最后计算新序列译码结果的代价函数,选择代价函数最小的作为最终译码结果。该方法改善了接收数据中低可靠度码元对译码结果的影响,提升了译码性能。所提出的方法可接近最大似然译码效果,在信噪比较低的情况下依然具有较好的译码性能。 展开更多
关键词 TETRA 截短RM码 大数逻辑译码算法 代价函数
在线阅读 下载PDF
基于全转录物组测序的长江江豚性别差异非编码RNA表达谱及功能分析
9
作者 魏玲霞 余进祥 +5 位作者 刘芳宁 李彩刚 尹恒 杨英 翁佳桥 阙江龙 《中国生物化学与分子生物学报》 北大核心 2026年第1期122-132,共11页
长江江豚(Neophocaena asiaeorientalis)是我国特有的淡水鲸类,种群数量仅约1200头,属极度濒危物种。雌雄长江江豚在生长发育方面存在显著差异,为解析其性别差异的分子调控机制,本研究聚焦于非编码RNA(non-coding RNA,ncRNA)——一类关... 长江江豚(Neophocaena asiaeorientalis)是我国特有的淡水鲸类,种群数量仅约1200头,属极度濒危物种。雌雄长江江豚在生长发育方面存在显著差异,为解析其性别差异的分子调控机制,本研究聚焦于非编码RNA(non-coding RNA,ncRNA)——一类关键的基因表达调控因子,在性别决定与分化中扮演重要角色。基于全转录物组测序技术,系统分析了雌雄长江江豚血液中ncRNA的差异表达谱及其功能注释。结果显示,共鉴定出205个差异表达环状RNA(雌性上调87个,下调118个)、122个差异表达的长非编码RNA(雌性上调54个,下调68个)和48个差异表达的微RNA(雌性上调32个,下调16个)。功能富集分析表明,这些差异表达的ncRNA通过能量代谢(例如ATP结合、PI3K-Akt通路)、免疫调节及信号转导等核心生物学过程协同调控两性分化。荧光定量PCR对关键下游基因(MAPK1、IRS1、ALAD和C1QC)的验证结果,与测序数据揭示的调控趋势一致,为差异ncRNA的功能提供了间接实验证据。本研究系统揭示了ncRNA在长江江豚性别差异中的多维调控网络,为理解其生理分化机制及制定濒危物种保护策略提供了分子层面的理论依据。 展开更多
关键词 长江江豚 性别差异 非编码RNA 差异表达基因 功能富集分析
原文传递
TD-SCDMA中(2,1,9)卷积编码及其VITERBI译码算法的SIMULINK S-FUNCTION实现 被引量:2
10
作者 孟夏 申敏 王飞 《通信技术》 2008年第8期26-27,30,共3页
文章提出了TD-SCDMA系统中一种(2,1,9)卷积编码及其Viterbi译码的软件实现方案,在Matlab/Simulink平台中应用S-Function实现了(2,1,9)卷积码的Viterbi译码器功能。测试证明,该Viterbi译码器输出的信息比特误码率在低信噪比下仍能达到0.0... 文章提出了TD-SCDMA系统中一种(2,1,9)卷积编码及其Viterbi译码的软件实现方案,在Matlab/Simulink平台中应用S-Function实现了(2,1,9)卷积码的Viterbi译码器功能。测试证明,该Viterbi译码器输出的信息比特误码率在低信噪比下仍能达到0.0583。 展开更多
关键词 卷积编码 VITERBI译码 SIMULINK S-function
原文传递
Constructions of highly nonlinear resilient plateaud functions
11
作者 张卫国 Chen Yuan 《High Technology Letters》 EI CAS 2011年第2期220-222,共3页
The main results in this paper are to construct two classes of plateaued functions with desirable cryptographic properties. By using the Maiorana-McFarland construction, a class of highly nonlinear resilient plateaued... The main results in this paper are to construct two classes of plateaued functions with desirable cryptographic properties. By using the Maiorana-McFarland construction, a class of highly nonlinear resilient plateaued functions satisfying the propagation criterion has been obtained. Johansson,s et al' s construction is modified slightly to obtain highly nonlinear multi-output resilient plateaued functions. 展开更多
关键词 CRYPTOGRAPHY boolean functions correcting codes plateaued functions resilient functions ERROR
在线阅读 下载PDF
Application of hybrid coded genetic algorithm in fuzzy neural network controller
12
作者 杨振强 杨智民 +2 位作者 王常虹 庄显义 宁慧 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 2000年第1期65-68,共4页
Presents the fuzzy neural network optimized by hybrid coded genetic algorithm of decimal encoding and binary encoding, the searching ability and stability of genetic algorithms enhanced by using binary encoding during... Presents the fuzzy neural network optimized by hybrid coded genetic algorithm of decimal encoding and binary encoding, the searching ability and stability of genetic algorithms enhanced by using binary encoding during the crossover operation and decimal encoding during the mutation operation, and the way of accepting new individuals by probability adopted, by which a new individual is accepted and its parent is discarded when its fitness is higher than that of its parent, and a new individual is accepted by probability when its fitness is lower than that of its parent. And concludes with calculations made with an example that these improvements enhance the speed of genetic algorithms to optimize the fuzzy neural network controller. 展开更多
关键词 GENETIC algorithm fuzzy NEURAL network COST function HYBRID CODING
在线阅读 下载PDF
Serial Genetic Algorithm Decoder for Low Density Parity Check Codes
13
作者 Hasna Chaibi 《International Journal of Communications, Network and System Sciences》 2015年第9期358-366,共9页
Genetic algorithms are successfully used for decoding some classes of error correcting codes, and offer very good performances for solving large optimization problems. This article proposes a new decoder based on Seri... Genetic algorithms are successfully used for decoding some classes of error correcting codes, and offer very good performances for solving large optimization problems. This article proposes a new decoder based on Serial Genetic Algorithm Decoder (SGAD) for decoding Low Density Parity Check (LDPC) codes. The results show that the proposed algorithm gives large gains over sum-product decoder, which proves its efficiency. 展开更多
关键词 SERIAL Genetic Algorithm Sum-Product DEcodeR Sigmoidal function LDPC code Error CORRECTING codeS
在线阅读 下载PDF
Brief Analysis of Code-switching in Students' EFL Classroom
14
作者 李萍 《海外英语》 2015年第20期218-219,共2页
Code-switching(CS) is an unavoidable phenomenon in EFL classroom. Based on the author's study, interview and observation, CS used by students in EFL severs certain functions helpful for students' communictive,... Code-switching(CS) is an unavoidable phenomenon in EFL classroom. Based on the author's study, interview and observation, CS used by students in EFL severs certain functions helpful for students' communictive, cogntive and learning process.Thus, appropriate use of CS by students in EFL classes could be tolerated and encouraged by teachers. 展开更多
关键词 code-swtiching EFL STUDENTS functionS
在线阅读 下载PDF
A Tentative Study on Code-switching
15
作者 高迎梅 《科技信息》 2007年第12期148-149,共2页
Code-switching is a very common phenomenon as a result of language touch. This paper will make a tentative analysis of code-switching from some daily examples. Its definition, types and functions will be discussed, ai... Code-switching is a very common phenomenon as a result of language touch. This paper will make a tentative analysis of code-switching from some daily examples. Its definition, types and functions will be discussed, aiming at deepening the understanding of it. 展开更多
关键词 英语 代码转换 环境代码转换 隐喻代码转换 定义
在线阅读 下载PDF
智慧运维一体化平台代码防篡改技术研究
16
作者 高志琨 袁亮 +1 位作者 马彦 张洁 《电子设计工程》 2026年第1期13-16,共4页
面对复杂的篡改攻击时,运维一体化平台的脆弱性逐渐显现,使得平台代码容易被篡改。故提出基于水印加密的代码数据提取与防篡改技术。构建平台代码篡改成功表达式与篡改成功率函数,提取被篡改后的数据。将提取数据输入水印加密函数生成密... 面对复杂的篡改攻击时,运维一体化平台的脆弱性逐渐显现,使得平台代码容易被篡改。故提出基于水印加密的代码数据提取与防篡改技术。构建平台代码篡改成功表达式与篡改成功率函数,提取被篡改后的数据。将提取数据输入水印加密函数生成密文,通过聚合节点ID构建水印加密聚合函数,避免数据冗余对代码防篡改效果的负面影响。确定被篡改后数据恢复区域,构建水印索引,定位包含所需恢复数据的水印信息,获取恢复后代码数据,实现平台代码防篡改。通过实验验证结果可知,该技术平台代码安全性最高能达到70%,具有良好的防篡改效果。 展开更多
关键词 智慧运维 一体化平台 代码防篡改 水印索引 水印加密聚合函数
在线阅读 下载PDF
Literature Review on the Application of Code-switching to College English Teaching
17
作者 尹慧昕 《海外英语》 2014年第13期271-272,共2页
On the basis of the theme of the application of code-switching to college English teaching,the paper summarizes theoretical bases for the application of code-switching to college English teaching and the empirical stu... On the basis of the theme of the application of code-switching to college English teaching,the paper summarizes theoretical bases for the application of code-switching to college English teaching and the empirical studies on the application of code-switching to college English teaching.It aims to help people have a comprehensive understanding on the significance of code-switching in college English teaching. 展开更多
关键词 code-SWITCHING COLLEGE ENGLISH TEACHING theoretica
在线阅读 下载PDF
Comparative Examinations of Single Bored Piles Using International Codes
18
作者 Mohamed Mosad El-Gendy Ibrahim A. El Araby Mohamed A. Kamal 《Engineering(科研)》 2013年第10期796-806,共11页
This paper presents some aspects of the load-settlement behavior for large diameter bored piles using four different international codes, namely: ECP 202 [1], DIN 4014 [2], AASHTO [3] and French Code [4]. Ultimate cap... This paper presents some aspects of the load-settlement behavior for large diameter bored piles using four different international codes, namely: ECP 202 [1], DIN 4014 [2], AASHTO [3] and French Code [4]. Ultimate capacities for 38 pile load tests founded in realistic multi-layered soils in Delta and Port Saidareas atEgyptare evaluated using modified Chin (1970) method and compared to ultimate load predictions obtained by the aforementioned codes. Many statistical analyses were conducted on the total pile loads and individual contributions of tip and skin resistances. Based on code predictions of ultimate pile loads, an empirical modified load-settlement model is proposed. This model will simplify to a great extent the analysis of piled-raft systems as it can effortlessly predict pile settlement due to the load on pile itself. Comparisons showed that the pile load test is an irreplaceable process for determining the ultimate capacity of piles. 展开更多
关键词 Bored PILES ULTIMATE PILE Load International codeS Empirical function
暂未订购
SPECTRAL ANALYSIS OF SOME INDEPENDENCES OF MULTIPLE-VALUED LOGICAL FUNCTIONS ON THEIR VARIABLES
19
作者 武传坤 《Journal of Electronics(China)》 1993年第3期217-226,共10页
There are many kinds of special relationships between multiple-valued logical func-tions and their variables, and they are difficult to be judged from their expressions. In thispaper, some sufficient and necessary con... There are many kinds of special relationships between multiple-valued logical func-tions and their variables, and they are difficult to be judged from their expressions. In thispaper, some sufficient and necessary conditions of the independence and statistical independenceof multiple-valued logical functions on their variables are given. Some conditions of algebraicindependence of multiple-valued logical functions on some of their variables and the way to de-generate a function to the greatest extent are proposed, and some applications of these resultsare indicated. All the results are studied by using Chrestenson spectral techniques. 展开更多
关键词 Multiple-valued logical function Chrestenson SPECTRUM DEGENERATION Correlationimmunity Linear code
在线阅读 下载PDF
A Study of Code-switching in the College English Classroom
20
作者 雷春晓 《海外英语》 2015年第2期105-106,共2页
Code-switching is an important domain in the sociolingusitics. Since the 1970 s, lots of linguists and experts has attached great importance to it. This paper is a tentative study of code-switching in the teaching Eng... Code-switching is an important domain in the sociolingusitics. Since the 1970 s, lots of linguists and experts has attached great importance to it. This paper is a tentative study of code-switching in the teaching English as a second language(TESL) from such aspects: the review of code-switching, principles adhered to the code-switching, factors which leads to the code-switching, and attitudes and functions of code-switching in the TESL. 展开更多
关键词 code-SWITCHING TESL TEACHING function
在线阅读 下载PDF
上一页 1 2 74 下一页 到第
使用帮助 返回顶部