期刊文献+
共找到2,372篇文章
< 1 2 119 >
每页显示 20 50 100
Matching Source Code Using Abstract Syntax Trees in Version Control Systems 被引量:2
1
作者 Jonathan van den Berg Hirohide Haga 《Journal of Software Engineering and Applications》 2018年第6期318-340,共23页
Software projects are becoming larger and more complicated. Managing those projects is based on several software development methodologies. One of those methodologies is software version control, which is used in the ... Software projects are becoming larger and more complicated. Managing those projects is based on several software development methodologies. One of those methodologies is software version control, which is used in the majority of worldwide software projects. Although existing version control systems provide sufficient functionality in many situations, they are lacking in terms of semantics and structure for source code. It is commonly believed that improving software version control can contribute substantially to the development of software. We present a solution that considers a structural model for matching source code that can be used in version control. 展开更多
关键词 VERSION control Source code MATCHING ABSTRACT SYNTAX Tree STRUCTURED Representation
在线阅读 下载PDF
A New Class of Nonlinear Error Control Codes Based on Neural Networks 被引量:1
2
作者 Jin Fan Fan Junbo Deng Xingming(School of Computer and Communicalion Engineering,Southwest Jiaolong University),Chengdu 610031, Chiua 《Journal of Modern Transportation》 1995年第2期109-116,共8页
By mcans of stable attractors of discret Hopfield neural network (DHNN) , anew class of nonlinear error control codes is sugsested and some relativetheorems are presented. A kind of single error control codes is also ... By mcans of stable attractors of discret Hopfield neural network (DHNN) , anew class of nonlinear error control codes is sugsested and some relativetheorems are presented. A kind of single error control codes is also given forillustrating this new approach. 展开更多
关键词 error control neural networks nonlinear codes
在线阅读 下载PDF
A Solution Based on Modeling and Code Generation for Embedded Control System
3
作者 Guohua WU Dongwu CHENG Zhen ZHANG 《Journal of Software Engineering and Applications》 2009年第3期160-164,共5页
With the development of computer technology, embedded control system plays an important role in modern industry. For the embedded system, traditional development methods are time-consuming and system is not easy to ma... With the development of computer technology, embedded control system plays an important role in modern industry. For the embedded system, traditional development methods are time-consuming and system is not easy to maintain. Domain-specific modeling provides a solution for the problems. In this paper, we proposed development architecture for embedded control systems based on MIC. GME is used to construct meta-model and application model, model in-terpreter interprets model and stores model information in xml format document. The final cross-platform codes are automatically generated by different templates and xml format document. This development method can reduce time and cost in the lifecycle of system development. 展开更多
关键词 Domain-Specific MODELING Model INTERPRETER code GENERATION EMBEDDED control System
在线阅读 下载PDF
Analysis and Design of Wireless Networked Control System Utilizing Adaptive Coded ModulationAnalysis and Design of Wireless Networked Control System Utilizing Adaptive Coded Modulation 被引量:4
4
作者 YANG Li GUAN Xin-Ping +1 位作者 LONG Cheng-Nian LUO Xiao-Yuan 《自动化学报》 EI CSCD 北大核心 2009年第7期911-918,共8页
关键词 无线网络控制系统 计算机技术 自动化系统 网络条件
在线阅读 下载PDF
Real-coded genetic algorithm for optimal vibration controlof flexible structure
5
作者 张宏伟 张彤 +1 位作者 徐世杰 黄文虎 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 2000年第3期27-31,共5页
Presents the study on the optimum location of actuators/sensors for active vibration control in aerospace flexible structures with the performance function first built by maximization of dissipation energy due to cont... Presents the study on the optimum location of actuators/sensors for active vibration control in aerospace flexible structures with the performance function first built by maximization of dissipation energy due to control action and a real coded genetic algorithm then proposed to produce a global optimum solution, and proves the feasibility and advantages of this algorithm with the example of a standard test function and a two collocated actuators/sensors cantilever, and comparing the results with those given in the literatures. 展开更多
关键词 active VIBRATION control global OPTIMAL PLACEMENT REAL codeD GENETIC algorithm actuators/sensors.
在线阅读 下载PDF
基于CODESYS的多轴激光雕刻机运动控制系统设计
6
作者 潘健 陈为 马骏明 《电子设计工程》 2025年第18期85-90,共6页
针对目前激光雕刻机运动控制系统智能化程度差且二次开发困难的问题,设计了一种基于CODESYS的多轴激光雕刻机运动控制系统。该控制系统采用工业计算机作为硬件控制核心,控制内核使用CODESYS软件开发设计,以此提高控制系统智能化程度。... 针对目前激光雕刻机运动控制系统智能化程度差且二次开发困难的问题,设计了一种基于CODESYS的多轴激光雕刻机运动控制系统。该控制系统采用工业计算机作为硬件控制核心,控制内核使用CODESYS软件开发设计,以此提高控制系统智能化程度。通过引入分段三次埃尔米特插值与三次样条插值构建PVT插补算法,优化加工路径,集成CODESYS运控库,实现G代码文件的读取与解析。同时利用CODESYS的可视化模块,设计人机交互界面,实现对系统的精准控制。经雕刻实验验证,该运动控制系统可精确地跟踪加工轨迹,且相比于传统控制系统,有效提高了系统的智能化程度和可移植性。 展开更多
关键词 激光雕刻机 开放式控制系统 codeSYS G代码 PVT插补算法
在线阅读 下载PDF
多函数混合的程序控制流执行逻辑与混淆方法
7
作者 唐成华 林和 +1 位作者 张靖 强保华 《小型微型计算机系统》 北大核心 2026年第2期468-476,共9页
针对目前基于LLVM的控制流混淆局限于函数内部执行程序流程控制的问题,提出一种多函数混合的程序控制流混淆方法.基于汇编实现函数外部基本块跳转逻辑,以汇编文件中的所有函数的基本块为单位,将其杂乱混合在一个函数中,并采用两种改进... 针对目前基于LLVM的控制流混淆局限于函数内部执行程序流程控制的问题,提出一种多函数混合的程序控制流混淆方法.基于汇编实现函数外部基本块跳转逻辑,以汇编文件中的所有函数的基本块为单位,将其杂乱混合在一个函数中,并采用两种改进混淆算法,首先是实施多函数混合的基本块虚假控制流混淆,在正常的控制流中插入函数内或外的虚假跳转,其次是执行多函数混合的基本块控制流扁平化混淆,由一个变量和一个分发器控制所有的跳转,最终达到多函数混合的控制流有效混淆目的.该方法能实现隐藏基本块所属函数,使得只能从一个大函数对执行逻辑进行逆向分析.此外,优化了代码分发器实现,时间复杂度从原来的O(n)降为了O(1).实验结果表明,多函数混合的控制流混淆方案相对于已有的控制流混淆可进一步降低代码相似度,其中多函数混合虚假控制流下降达63.48%,多函数混合控制流扁平化方法在较高复杂度程序上运行速度提升至其他扁平化混淆的2~3倍. 展开更多
关键词 软件安全 代码混淆 虚假控制流 控制流扁平化 执行逻辑
在线阅读 下载PDF
Joint power control based on service factor for code division multiple access system
8
作者 陈波 戎蒙恬 胡威 《Journal of Shanghai University(English Edition)》 CAS 2008年第5期414-418,共5页
An important feature of the traffic in mobile networks is burstiness. Drawbacks of conventional power control algorithms for time division duplex (TDD)-code division multiple access (CDMA) systems are analyzed. A ... An important feature of the traffic in mobile networks is burstiness. Drawbacks of conventional power control algorithms for time division duplex (TDD)-code division multiple access (CDMA) systems are analyzed. A joint power control algorithm based on service factor is presented to address the TDD-CDMA mobile services in the burst mode according to the Markov modulated Bernoulli process. The joint power control equation is derived. A function model is developed to verify the new algorithm and evaluate its performance. Simulation results show that the new power control algorithm can estimate interference strength more precisely, speed up convergence of power control, and enhance power efficiency and system capacity. It is shown that the proposed algorithm is more robust against link gain changes, and outperforms the reference algorithms. 展开更多
关键词 code division multiple access (CDMA) time division duplex (TDD) power control Markov process service factor
在线阅读 下载PDF
工业控制环境中QR Code的检测和识别算法 被引量:19
9
作者 刘宁钟 苏军 孙涵 《电子学报》 EI CAS CSCD 北大核心 2011年第10期2459-2463,共5页
以QR Code为例,研究工业控制环境中的二维条码检测和识别技术.首先针对光照不均,利用Retinex理论,处理光照校正.然后根据QR Code条码的特征,提出了基于边缘信息的二值分割算法,并设计了一种快速定位算法.接着分析了条码图像经过高斯函... 以QR Code为例,研究工业控制环境中的二维条码检测和识别技术.首先针对光照不均,利用Retinex理论,处理光照校正.然后根据QR Code条码的特征,提出了基于边缘信息的二值分割算法,并设计了一种快速定位算法.接着分析了条码图像经过高斯函数模糊的数学模型,求解高斯函数方差,并给出了利用逆滤波对条码图像进行反模糊复原的算法.实验结果表明文中提出的算法具有较好的稳定性和时间复杂度,能在复杂的背景中有效地检测定位条码,并显著地提高了条码的识别率,满足了工业控制环境使用的要求. 展开更多
关键词 二维条码 QR码 工业控制 检测 识别 逆滤波
在线阅读 下载PDF
快速识读QRCode码 被引量:9
10
作者 梁凤梅 《电脑开发与应用》 2002年第5期12-13,16,共3页
QR Code码除了具有其他二维条码的优点以外 ,还可超高速全方位识读 ,并有效表示汉字。介绍了二维条码 QR Code码的特点、编码和译码方法。该 QR
关键词 QR code 二维条码 自动识别 纠错 掩膜
在线阅读 下载PDF
Script Control在VB自动阅卷系统中的应用 被引量:4
11
作者 刘日仙 袁利永 《计算机时代》 2010年第9期45-47,共3页
针对在VB程序设计考核中表达式和代码块的自动阅卷问题,提出了一种基于Script Control的代码测试组件(SC-Based CTC)设计方案,对SC-Based CTC的内部结构和实现原理进行了详细的介绍,给出了该设计方案基于VB语言的关键实现代码和一个基于... 针对在VB程序设计考核中表达式和代码块的自动阅卷问题,提出了一种基于Script Control的代码测试组件(SC-Based CTC)设计方案,对SC-Based CTC的内部结构和实现原理进行了详细的介绍,给出了该设计方案基于VB语言的关键实现代码和一个基于SC-Based CTC的阅卷描述样例。实际测试表明,SC-Based CTC的应用能有效提高系统的通用性和可扩展性。 展开更多
关键词 VB 自动阅卷 代码测试组件 SCRIPT control
在线阅读 下载PDF
QR Code二维条码在火车票中的实现 被引量:2
12
作者 向隅 《温州职业技术学院学报》 2011年第3期53-55,共3页
QR Code二维条码具有超高速全方位识读、纠错能力强、能有效表示汉字等特点,具有良好的应用前景。该系统以QR Code二维条码为载体,利用第三方控件,使QR Code二维条码在火车票中得以实现。实验表明,该系统不使用专用的CCD二维条码设备就... QR Code二维条码具有超高速全方位识读、纠错能力强、能有效表示汉字等特点,具有良好的应用前景。该系统以QR Code二维条码为载体,利用第三方控件,使QR Code二维条码在火车票中得以实现。实验表明,该系统不使用专用的CCD二维条码设备就能够通过摄像头拍照识别信息,在时间和准确度上能满足要求,为二维条码在票务系统中的使用提供了一条有效的途径。 展开更多
关键词 QR code 二维条码 火车票 控件
在线阅读 下载PDF
基于GIT的气象数值模式代码管理平台METCODE 被引量:3
13
作者 赵春燕 王彬 +3 位作者 孙婧 常飚 胡江凯 周斌 《气象科技》 2021年第4期535-541,共7页
随着气象数值模式的发展完善,已广泛应用于国家级和区域中心,研发力量地理上分散。支撑数值模式运行的高性能计算机系统呈现出异构众核的发展趋势,模式研发的学科交叉衍生性越发明显,分布式模式研发的高效协同共享成为一个亟待解决的问... 随着气象数值模式的发展完善,已广泛应用于国家级和区域中心,研发力量地理上分散。支撑数值模式运行的高性能计算机系统呈现出异构众核的发展趋势,模式研发的学科交叉衍生性越发明显,分布式模式研发的高效协同共享成为一个亟待解决的问题。本文基于Git建立了一个代码管理协作共享平台METCODE,实现了气象数值模式的代码版本管理、集成协作共享与过程管理,方便地支持分布式团队的合作研发。平台已在气象数值模式的研发中成功应用,应用效益良好。 展开更多
关键词 METcode Git版本控制系统 气象数值模式 代码管理
在线阅读 下载PDF
基于梯度方向筛选的差分隐私文本合成
14
作者 李莉 赵霖露 +2 位作者 郭国疆 金剑炜 段晓毅 《信息安全研究》 北大核心 2026年第3期220-227,共8页
深度学习模型通过记忆训练数据提升性能的同时,存在训练数据泄露的风险,差分隐私作为一种主流的隐私保护方法能够有效降低此风险.目前基于差分隐私的数据合成方案存在模型收敛速度较慢、数据可用性较低等问题.为了解决这些问题,提出TVDP... 深度学习模型通过记忆训练数据提升性能的同时,存在训练数据泄露的风险,差分隐私作为一种主流的隐私保护方法能够有效降低此风险.目前基于差分隐私的数据合成方案存在模型收敛速度较慢、数据可用性较低等问题.为了解决这些问题,提出TVDPSGD-LM_D方案,通过阈值验证的差分隐私优化算法TVDPSGD,采用验证机制筛选梯度方向优化差分隐私模型训练的过程,摒弃无效更新提高模型收敛速度;将TVDPSGD作为优化算法嵌入语言生成模型中,得到TVDPSGD-LM,生成与原始数据统计分布相似的、带标注的合成初始文本数据集;并利用预训练分类器筛选初始文本,去除分类结果与合成文本标签不一致的样本,提高合成数据的质量,获得满足差分隐私的公开数据集.在公开数据集上的实验结果显示,使用该方案合成并处理后的数据集实现了对数据隐私性的保护,分类准确率可达89.4%. 展开更多
关键词 差分隐私 梯度方向筛选 对比筛选 文本合成 条件控制码
在线阅读 下载PDF
基于PDCA循环法的住院病案管理对病案首页信息质量和主要诊断编码正确率的影响
15
作者 李浩瀚 张文晋 《首都食品与医药》 2026年第5期101-104,共4页
目的探讨基于PDCA[计划(plan)、实施(do)、检查(check)、行动(action)]循环法的住院病案管理对病案首页信息质量和主要诊断编码正确率的影响。方法选取我院2023年6月-2025年7月期间住院病案83856例作为研究对象,根据时间分为两组。2023... 目的探讨基于PDCA[计划(plan)、实施(do)、检查(check)、行动(action)]循环法的住院病案管理对病案首页信息质量和主要诊断编码正确率的影响。方法选取我院2023年6月-2025年7月期间住院病案83856例作为研究对象,根据时间分为两组。2023年6月-2024年6月期间实施常规住院病案管理的42139例住院病案为对照组,2024年7月-2025年7月期间实施基于PDCA循环法的住院病案管理的41717例住院病案为观察组。比较两组住院病案首页信息质量(患者基本信息缺陷、住院过程信息类缺陷、诊疗信息类缺陷、费用信息类缺陷)及主要诊断编码情况(诊断选择错误、编码错误、编码遗漏)。结果与对照组相比,观察组住院病案首页信息总缺陷率较低,其中患者基本信息缺陷、住院过程信息类缺陷、诊疗信息类缺陷、费用信息类缺陷发生率均低于对照组(P<0.05)。与对照组相比,观察组主要诊断编码正确率较高,其中诊断选择错误、编码错误、编码遗漏发生率均低于对照组(P<0.05)。结论基于PDCA循环法的住院病案管理可提升住院病案首页信息质量及主要诊断编码正确率,减少病案信息缺陷、主要诊断及编码错误发生,值得推广应用。 展开更多
关键词 住院病案首页 病案管理 诊断编码 质量控制
暂未订购
站间结合部编码电路典型案例分析与处置
16
作者 陆冠东 《铁道通信信号》 2026年第1期106-112,共7页
在铁路工程新建及改造的设计中,当相邻两站电码化编码方式为继电电路编码与列控中心编码衔接时,因2类编码电路原理存在差异,在特殊场景下会造成两站低频码序不连续,给行车安全带来隐患。通过分析某站场码序突变故障,提出优化列控中心编... 在铁路工程新建及改造的设计中,当相邻两站电码化编码方式为继电电路编码与列控中心编码衔接时,因2类编码电路原理存在差异,在特殊场景下会造成两站低频码序不连续,给行车安全带来隐患。通过分析某站场码序突变故障,提出优化列控中心编码软件与修改站间联系电路2种方案,实现区间轨道继电器GJ状态与闭塞分区逻辑检查状态一致,消除两站码序不连续隐患。从电路原理、实施效果、施工工作量等角度进行方案比选,最终选取修改站间联系电路方案,其施工影响范围较小,现场实施后效果良好。结合典型案例分析,归纳总结结合部编码电路工程设计与现场联锁试验方法,可为后续类似的应用场景提供借鉴。 展开更多
关键词 电码化 列控中心 继电电路 站间联系电路 联锁试验
在线阅读 下载PDF
面向可靠低延迟通信的6G编码调制技术研究
17
作者 刘灿 《移动信息》 2026年第2期1-3,共3页
6G通信作为新一代信息系统的技术核心,能够在动态信道环境下实现高可靠性、低时延的数据传输。其中,物理层编码调制是保障系统性能的关键环节。文中基于可靠低延迟通信需求,构建了信道演化参数调控、码字冗余结构优化、调制阶数资源映... 6G通信作为新一代信息系统的技术核心,能够在动态信道环境下实现高可靠性、低时延的数据传输。其中,物理层编码调制是保障系统性能的关键环节。文中基于可靠低延迟通信需求,构建了信道演化参数调控、码字冗余结构优化、调制阶数资源映射、频域干扰因子识别与终端幅度调节等机制,设计了3类典型场景进行仿真测试,并结合多维指标开展性能评估,以验证6G编码调制技术的多场景适应能力。 展开更多
关键词 6G 通信 编码调制 可靠低延迟 自适应控制
在线阅读 下载PDF
基于分段函数的不透明谓词
18
作者 陈沈杰 王智昊 吴彪 《电子科技》 2026年第2期45-53,共9页
作为一种软件保护技术,代码混淆在保证程序语义不变的前提下通过增强程序的复杂性来对抗逆向工程。不透明谓词技术通过构造虚假控制流在不增加原程序时空开销的前提下隐藏程序真实的执行逻辑。针对当前不透明谓词技术无法对抗动态符号... 作为一种软件保护技术,代码混淆在保证程序语义不变的前提下通过增强程序的复杂性来对抗逆向工程。不透明谓词技术通过构造虚假控制流在不增加原程序时空开销的前提下隐藏程序真实的执行逻辑。针对当前不透明谓词技术无法对抗动态符号执行技术以及混淆后程序控制流较简单问题,文中提出了一种基于分段函数的不透明谓词。攻击动态符号执行存在的缺陷,利用分段函数使引入的变量收敛于设定值,以此构造不透明谓词,隐藏程序真实控制流。基于LLVM(Low Level Virtual Machine)框架实现了所提混淆系统,并进行了实验检测。实验结果表明,所提混淆方法有效增加了程序控制流的复杂度,能够抵御动态符号执行技术。相较于现有混淆系统,所提方法使程序的可维护度平均下降23.8%,具有更高的混淆强度。 展开更多
关键词 代码混淆系统 不透明谓词 虚假控制流 符号执行 静态分析 LLVM 逆向工程 控制流图
在线阅读 下载PDF
Scheme for Controlled Dense Coding via Cavity Decay 被引量:1
19
作者 YANG Rong-Can LI Hong-Cai LIN Xiu HUANG Zhi-Ping School of Physics and OptoElectronic Technology,Fujian Normal University,Fuzhou 35007,China 《Communications in Theoretical Physics》 SCIE CAS CSCD 2007年第7期48-52,共5页
A scheme for controlled dense coding via cavity decay is proposed.In the scheme,two degenerate groundstates of six-level atoms are used as the storage qubits and the leaky photons act as flying qubits.The system isrob... A scheme for controlled dense coding via cavity decay is proposed.In the scheme,two degenerate groundstates of six-level atoms are used as the storage qubits and the leaky photons act as flying qubits.The system isrobust against atomic spontaneous emissions and decoherence of cavity field.And the successful probability is nearly1 with quantum nondemolition parity detectors and photon detectors.The scheme may be realized based on currenttechnologies. 展开更多
关键词 controlled dense coding cavity decay quantum nondemolition parity detectors
在线阅读 下载PDF
Controlled Quantum Network Coding Without Loss of Information 被引量:1
20
作者 Xiu-Bo Pan Xiu-Bo Chen +4 位作者 Gang Xu Haseeb Ahmad Tao Shang Zong-Peng Li Yi-Xian Yang 《Computers, Materials & Continua》 SCIE EI 2021年第12期3967-3979,共13页
Quantum network coding is used to solve the congestion problem in quantum communication,which will promote the transmission efficiency of quantum information and the total throughput of quantum network.We propose a no... Quantum network coding is used to solve the congestion problem in quantum communication,which will promote the transmission efficiency of quantum information and the total throughput of quantum network.We propose a novel controlled quantum network coding without information loss.The effective transmission of quantum states on the butterfly network requires the consent form a third-party controller Charlie.Firstly,two pairs of threeparticle non-maximum entangled states are pre-shared between senders and controller.By adding auxiliary particles and local operations,the senders can predict whether a certain quantum state can be successfully transmitted within the butterfly network based on the Z-{10>,|1>}basis.Secondly,when trans-mission fails upon prediction,the quantum state will not be lost,and it will sill be held by the sender.Subsequently,the controller Charlie re-prepares another three-particle non-maximum entangled state to start a new round.When the predicted transmission is successful,the quantum state can be transmitted successfully within the butterfly network.If the receiver wants to receive the effective quantum state,the quantum measurements from Charlie are needed.Thirdly,when the transmission fails,Charlie does not need to integrate the X-{1+>,1->}basis to measure its own particles,by which quantum resources are saved.Charlie not only controls the effective transmission of quantum states,but also the usage of classical and quantum channels.Finally,the implementation of the quantum circuits,as well as a flow chart and safety analysis of our scheme,is proposed. 展开更多
关键词 controlled quantum network coding without information loss quantum teleportation perfect transmission
在线阅读 下载PDF
上一页 1 2 119 下一页 到第
使用帮助 返回顶部