期刊文献+
共找到356篇文章
< 1 2 18 >
每页显示 20 50 100
CL2ES-KDBC:A Novel Covariance Embedded Selection Based on Kernel Distributed Bayes Classifier for Detection of Cyber-Attacks in IoT Systems
1
作者 Talal Albalawi P.Ganeshkumar 《Computers, Materials & Continua》 SCIE EI 2024年第3期3511-3528,共18页
The Internet of Things(IoT)is a growing technology that allows the sharing of data with other devices across wireless networks.Specifically,IoT systems are vulnerable to cyberattacks due to its opennes The proposed wo... The Internet of Things(IoT)is a growing technology that allows the sharing of data with other devices across wireless networks.Specifically,IoT systems are vulnerable to cyberattacks due to its opennes The proposed work intends to implement a new security framework for detecting the most specific and harmful intrusions in IoT networks.In this framework,a Covariance Linear Learning Embedding Selection(CL2ES)methodology is used at first to extract the features highly associated with the IoT intrusions.Then,the Kernel Distributed Bayes Classifier(KDBC)is created to forecast attacks based on the probability distribution value precisely.In addition,a unique Mongolian Gazellas Optimization(MGO)algorithm is used to optimize the weight value for the learning of the classifier.The effectiveness of the proposed CL2ES-KDBC framework has been assessed using several IoT cyber-attack datasets,The obtained results are then compared with current classification methods regarding accuracy(97%),precision(96.5%),and other factors.Computational analysis of the CL2ES-KDBC system on IoT intrusion datasets is performed,which provides valuable insight into its performance,efficiency,and suitability for securing IoT networks. 展开更多
关键词 IoT security attack detection covariance linear learning embedding selection kernel distributed bayes classifier mongolian gazellas optimization
在线阅读 下载PDF
Analysis and Programming of Kernel for Embedded Systems
2
作者 Kyumann Im Woonchul Ham 《Journal of Software Engineering and Applications》 2014年第1期14-26,共13页
In this study, we present a miniOS kernel implemented via analysis of the context switching, the scheduler, and the memory management of the original OS kernel for an embedded system based on ARM core. Since this is a... In this study, we present a miniOS kernel implemented via analysis of the context switching, the scheduler, and the memory management of the original OS kernel for an embedded system based on ARM core. Since this is a large subject, we have limited our scope to them only that made up an embedded operating system. The implemented miniOS kernel is composed only by them, to the exclusion of all other functions of the original kernel. Our goal is to modify the OS kernel depending on the product function. The implementation method of the miniOS kernel can be applicable to any OS being mounted based on the ARM core. Modifying the kernel depending on the product function can improve the OS booting speed as well as save the system memory. The functions of the scheduler, the context switching, and the memory management are described with the source in each section. The miniOS kernel was implemented in the Assembly and C language and was verified through the build and the test. The results are shown in the Section 5. 展开更多
关键词 Context Switching SCHEDULER kernel OS TIMER embedded System
暂未订购
KERNEL NEIGHBORHOOD PRESERVING EMBEDDING FOR CLASSIFICATION 被引量:2
3
作者 Tao Xiaoyan Ji Hongbing Men Jian 《Journal of Electronics(China)》 2009年第3期374-379,共6页
The Neighborhood Preserving Embedding(NPE) algorithm is recently proposed as a new dimensionality reduction method.However, it is confined to linear transforms in the data space.For this, based on the NPE algorithm, a... The Neighborhood Preserving Embedding(NPE) algorithm is recently proposed as a new dimensionality reduction method.However, it is confined to linear transforms in the data space.For this, based on the NPE algorithm, a new nonlinear dimensionality reduction method is proposed, which can preserve the local structures of the data in the feature space.First, combined with the Mercer kernel, the solution to the weight matrix in the feature space is gotten and then the corresponding eigenvalue problem of the Kernel NPE(KNPE) method is deduced.Finally, the KNPE algorithm is resolved through a transformed optimization problem and QR decomposition.The experimental results on three real-world data sets show that the new method is better than NPE, Kernel PCA(KPCA) and Kernel LDA(KLDA) in performance. 展开更多
关键词 kernel Neighborhood Preserving embedding (KNPE) Neighborhood structure FEATUREEXTRACTION QR decomposition
在线阅读 下载PDF
Embedded Linux Device Driver Research 被引量:1
4
作者 LI Hua GAO Fei SUN Lei 《微计算机信息》 2010年第14期71-73,共3页
Based on the in-depth research of the embedded device management system,analyze the process of the driver parameters delivery on kernel level particularly.According to this,expound the device driver's working prin... Based on the in-depth research of the embedded device management system,analyze the process of the driver parameters delivery on kernel level particularly.According to this,expound the device driver's working principle,structure and design methods especially.Finally realize the drivers of the character-based devices which can be dynamically loaded.Actual result shows that mastering the realization of the device driver mechanism and the process of parameters delivery with kernel can improve the embedded device driver development efficiency and reduce error probability effectively,thus saving the development cost and development cycle of embedded products. 展开更多
关键词 embedded Linux Device Driver System Call kernel Space User Space
在线阅读 下载PDF
Visualization of protein structure relationships using constrained twin kernel embedding
5
作者 Yi Guo Jun-Bin Gao +1 位作者 Paul Kwan Xinsheng Hou 《Journal of Biomedical Science and Engineering》 2008年第2期133-140,共8页
In this paper, a recently proposed dimensional-ity reduction method called Twin Kernel Em-bedding (TKE) [10] is applied in 2-dimensional visualization of protein structure relationships. By matching the similarity mea... In this paper, a recently proposed dimensional-ity reduction method called Twin Kernel Em-bedding (TKE) [10] is applied in 2-dimensional visualization of protein structure relationships. By matching the similarity measures of the input and the embedding spaces expressed by their respective kernels, TKE ensures that both local and global proximity information are preserved simultaneously. Experiments conducted on a subset of the Structural Classification Of Pro-tein (SCOP) database confirmed the effective-ness of TKE in preserving the original relation-ships among protein structures in the lower di-mensional embedding according to their simi-larities. This result is expected to benefit sub-sequent analyses of protein structures and their functions. 展开更多
关键词 VISUALIZATION of protein structure CONSTRAINED TWIN kernel embedDING
暂未订购
T-Kernel任务调度的实时性分析 被引量:3
6
作者 李传煌 王伟明 《计算机工程》 EI CAS CSCD 北大核心 2006年第16期58-59,62,共3页
T-Kernel由于其实时性及开源性,在全球微处理器操作系统市场中已占据了一半以上的份额。该文分析了T-Kernel的任务状态及任务调度机制,给出了其调度时机及调度算法,并从嵌入式实时操作系统的实时性出发,分析了该调度机制的主要优点。
关键词 T-kernel TRON 嵌入式操作系统 任务调度
在线阅读 下载PDF
基于T-Kernel的POSIX线程库的研究 被引量:1
7
作者 陈刚 蒋静 《青岛大学学报(自然科学版)》 CAS 2007年第4期64-68,共5页
在分析了T-Kernel对POSIX标准接口支持的基础上,结合MiniGUI在嵌入式操作系统T-Kernel上的移植,引入了任务与线程一一映射模式,实现了满足实时应用的基于T-Kernel的POSIX线程库。通过运行MiniGUI的应用程序,验证了其可以满足程序并发执... 在分析了T-Kernel对POSIX标准接口支持的基础上,结合MiniGUI在嵌入式操作系统T-Kernel上的移植,引入了任务与线程一一映射模式,实现了满足实时应用的基于T-Kernel的POSIX线程库。通过运行MiniGUI的应用程序,验证了其可以满足程序并发执行的要求。 展开更多
关键词 T-kernel 嵌入式操作系统 POSIX线程库 MINIGUI
在线阅读 下载PDF
嵌入式操作系统Visual DSP++Kernel的原理与应用 被引量:1
8
作者 金伟正 金汤 《电气电子教学学报》 2011年第2期95-97,共3页
本文剖析了ADSP中基于嵌入式操作系统Visual DSP++Kernel(VDK)开发工具的原理与应用、优点、常用库函数、DEBUG工具以及它的具体应用。通过对VDK的学习,可以使学生进一步理解和掌握嵌入式操作系统的工作原理,提高他们的应用和开发能力。
关键词 VISUAL DSP++ 内核 数字信号处理器 嵌入式系统
在线阅读 下载PDF
Little Kernel分析与移植 被引量:1
9
作者 杨浩 王正元 +1 位作者 孟庆民 张艳彬 《中国科技信息》 2012年第22期74-75,共2页
Little Kernel(lk)是被Android系统接受进入源码树的Bootloader程序,并被多款智能手机和平板电脑所采用。论文介绍了lk的主要功能,分析了lk的源码结构,并在此基础上详细说明了lk移植的方法和过程。将移植后的lk进行编译并下载至TCC8801 ... Little Kernel(lk)是被Android系统接受进入源码树的Bootloader程序,并被多款智能手机和平板电脑所采用。论文介绍了lk的主要功能,分析了lk的源码结构,并在此基础上详细说明了lk移植的方法和过程。将移植后的lk进行编译并下载至TCC8801 DEMO板上,lk能够正常启动并引导linux内核。 展开更多
关键词 LITTLE kernel 嵌入式系统 移植 TCC8801
在线阅读 下载PDF
基于日志信息的嵌入式软件时序异常检测方法
10
作者 谢杰 刘利民 《计算机仿真》 2025年第4期342-346,共5页
由于嵌入式软件的复杂性和多样性,异常的定义和标定可能存在主观性和困难性,为了确保嵌入式软件的安全运行,需要检测软件中存在的异常时序,于是提出基于日志信息的嵌入式软件时序异常检测方法。根据软件的日志信息生成软件时序数据,采... 由于嵌入式软件的复杂性和多样性,异常的定义和标定可能存在主观性和困难性,为了确保嵌入式软件的安全运行,需要检测软件中存在的异常时序,于是提出基于日志信息的嵌入式软件时序异常检测方法。根据软件的日志信息生成软件时序数据,采用双向核加权回归估计算法填补软件时序数据中的缺失数据,提高数据的完整度。标准化处理时序数据,并将其分割为时长和尺度相同的片段,在卷积神经网络中输入时序片段,提取时序特征,完成异常检测。实验结果表明,所提方法具有较高的检测精度,检测效果优越。 展开更多
关键词 日志信息 双向核加权回归估计算法 嵌入式软件 卷积神经网络 异常检测
在线阅读 下载PDF
Distributed kernel mean embedding Gaussian belief propagation for underwater multi-sensor multi-target passive tracking
11
作者 Dengpeng YANG Yunfei GUO +2 位作者 Yanbo XUE Anke XUE Yun CHEN 《Frontiers of Information Technology & Electronic Engineering》 2025年第10期2016-2029,共14页
To address the problem of underwater multi-sensor multi-target passive tracking in clutter,a distributed kernel mean embedding-based Gaussian belief propagation(DKME-GaBP)algorithm is proposed.First,a joint posterior ... To address the problem of underwater multi-sensor multi-target passive tracking in clutter,a distributed kernel mean embedding-based Gaussian belief propagation(DKME-GaBP)algorithm is proposed.First,a joint posterior probability density function(PDF)is established and factorized,and it is represented by the corresponding factor graph.Then,the GaBP algorithm is executed on this factor graph to reduce the computational complexity of data association.The factor graph of the GaBP consists of inner and outer loops.The inner loop is responsible for local track estimation and data association.The outer loop fuses information from different sensors.For the inner loop,the kernel mean embedding(KME)with a Gaussian kernel is designed to transform the strong nonlinear problem of local estimation into a linear problem in a high-dimensional reproducing kernel Hilbert space(RKHS).For the outer loop,a multi-sensor distributed fusion method based on KME is proposed to improve fusion accuracy by accounting for the distance among different PDFs in RKHS.The effectiveness and robustness of the DKME-GaBP are validated in the simulations. 展开更多
关键词 kernel mean embedding Belief propagation Multi-sensor multi-target tracking Underwater passive tracking
原文传递
用GNU工具链实现μCOS到ARM平台的移植
12
作者 曲波 《南京晓庄学院学报》 2010年第6期85-87,共3页
文章分析了在ARM平台上使用GNU工具链实现μCOS嵌入式内核移植的技术要点;阐述了移植的关键步骤,以及在ARM平台上移植的具体实现方法.内容包括操作系统引导及装载程序的设计、μCOS运行之前硬件环境的建立、μCOS与平台相关接口程序、... 文章分析了在ARM平台上使用GNU工具链实现μCOS嵌入式内核移植的技术要点;阐述了移植的关键步骤,以及在ARM平台上移植的具体实现方法.内容包括操作系统引导及装载程序的设计、μCOS运行之前硬件环境的建立、μCOS与平台相关接口程序、串口通信程序及相关辅助性实用程序的设计等. 展开更多
关键词 μC/OS嵌入式内核 ARM平台 嵌入式内核移植 GNU工具链
在线阅读 下载PDF
基于多核环境的嵌入式操作系统内核设计与实现
13
作者 尤庆伸 《时代汽车》 2025年第3期144-146,共3页
随着科技的快速发展,多核嵌入式系统日益成为现代计算领域的焦点。多核架构不仅提供了更高的计算性能,也带来了新的挑战和机遇。在这个背景下,多核嵌入式操作系统成为研究的热点。多核嵌入式操作系统不仅需要适应日益复杂的硬件架构,还... 随着科技的快速发展,多核嵌入式系统日益成为现代计算领域的焦点。多核架构不仅提供了更高的计算性能,也带来了新的挑战和机遇。在这个背景下,多核嵌入式操作系统成为研究的热点。多核嵌入式操作系统不仅需要适应日益复杂的硬件架构,还必须满足实时性、稳定性和可靠性的要求。在这个领域,内核设计、任务调度、通信同步等诸多概念被提上日程。本文将探讨多核嵌入式系统的关键概念,旨在揭示这个领域的基本原理和发展动向。 展开更多
关键词 多核环境 嵌入式操作系统 内核设计 实现
在线阅读 下载PDF
面向车联网行业海量数据的嵌入式缓存系统研究
14
作者 李锐 王小林 王远波 《汽车电器》 2025年第5期109-110,113,共3页
在车联网行业中,海量数据接收、存储、计算程序需要大量借助缓存区来存放临时数据。文章提出一个符合该场景特性的嵌入式缓存系统,该缓存系统利用本地化程序内存之外的操作系统缓存区和物理磁盘来提升数据的本地化缓存能力。文章内容主... 在车联网行业中,海量数据接收、存储、计算程序需要大量借助缓存区来存放临时数据。文章提出一个符合该场景特性的嵌入式缓存系统,该缓存系统利用本地化程序内存之外的操作系统缓存区和物理磁盘来提升数据的本地化缓存能力。文章内容主要包含行业解决方案、嵌入式缓存系统的概念及优势、实现原理及思路、数据结构的定义、应用场景等部分。在实际应用中,该系统可有效解决传统程序临时缓存数据造成的额外开销及开发难度大的问题,并能有效利用操作系统虚拟内存,从而发挥出最佳性能。 展开更多
关键词 嵌入式 缓存系统 内存映射 磁盘缓冲 虚拟内存 内核缓存区
在线阅读 下载PDF
μCOS移植技术探究
15
作者 于江涛 吴兆芝 《通化师范学院学报》 2011年第4期17-19,共3页
文中以X86平台及ARM平台为例,分析了μCOS嵌入式内核移植的技术要点.内容包括X86平台及ARM平台硬件环境的简述、操作系统引导及装载程序的设计、μCOS运行之前硬件环境的建立、μCOS与平台相关接口程序、设备驱动程序、实用库函数的设计等.
关键词 μcos 嵌入式内核移植 X86平台 ARM平台 GNU工具链
在线阅读 下载PDF
基于μC/OS-Ⅱ与T-Kernel的RTOS比较分析
16
作者 宫彦磊 李允俊 《信息技术》 2010年第6期151-154,168,共5页
实时操作系统在嵌入式系统中占有重要地位,它是嵌入式应用程序开发的基础平台。目前市场上的RTOS种类繁多,选择使用时存在一定难度,因此,将介绍两款应用前景广阔的嵌入式实时内核μC/OS-Ⅱ与T-Kernel,根据二者主要性能指标做出详细的比... 实时操作系统在嵌入式系统中占有重要地位,它是嵌入式应用程序开发的基础平台。目前市场上的RTOS种类繁多,选择使用时存在一定难度,因此,将介绍两款应用前景广阔的嵌入式实时内核μC/OS-Ⅱ与T-Kernel,根据二者主要性能指标做出详细的比较分析,并给出各自的适用领域,为嵌入式系统设计者提供参考。 展开更多
关键词 嵌入式实时操作系统 μC/OS-Ⅱ T-kernel
在线阅读 下载PDF
基于T-Kernel的CF卡驱动程序设计
17
作者 刘成勋 刘朝斌 《电脑学习》 2007年第6期44-45,共2页
介绍了T-Kernel的两种设备驱动程序接口及相关函数,解析和设计T-Kernel的CF卡驱动开发流程。
关键词 嵌入式系统 T—kernel CF卡 设备驱动
在线阅读 下载PDF
eCos实时内核分析
18
作者 段卫然 俞建新 《微计算机应用》 2007年第6期633-638,共6页
简要介绍了嵌入式实时操作系统eCos的实时性能特点,重点分析了eCos的中断处理机制、任务调度器结构和实时性能测试数据,提出了eCos适用范围的看法。
关键词 Ecos 嵌入式系统 实时操作系统 内核 任务调度
在线阅读 下载PDF
μCOS+EFSL文件系统移植研究与实现
19
作者 吴兆芝 《南京晓庄学院学报》 2011年第3期96-98,共3页
文章分析了在X86平台保护方式下使用GNU工具链实现μCOS+EFSL文件系统移植的技术要点;阐述了移植的关键步骤,以及在X86平台移植的具体实现方法.内容包括μCOS及EFSL文件系统的移植要点、EFSL RAM盘的创建、EFSL磁盘接口函数的设计与实现等.
关键词 μC/OS嵌入式内核 EFSL文件系统移植 X86平台 RAM盘 GNU工具链
在线阅读 下载PDF
基于神经切线核的学件RKME规约
20
作者 谭志豪 史浩宇 +1 位作者 陈梓轩 姜远 《计算机学报》 EI CAS CSCD 北大核心 2024年第6期1232-1243,共12页
当前机器学习技术已经在大量领域得到广泛应用,然而仍面临许多亟待解决的问题:依赖大量的训练数据和训练技巧、难以适应环境变化、数据隐私/所有权的保护、灾难性遗忘等等.最近,学件范式使得上述问题同时得到系统性地解决成为可能.在该... 当前机器学习技术已经在大量领域得到广泛应用,然而仍面临许多亟待解决的问题:依赖大量的训练数据和训练技巧、难以适应环境变化、数据隐私/所有权的保护、灾难性遗忘等等.最近,学件范式使得上述问题同时得到系统性地解决成为可能.在该范式下,用户面临新的机器学习任务时可以通过学件基座系统方便地复用他人的结果,而不必从头开始.学件范式的核心在于规约,规约使得学件基座系统在不接触原始数据的情况下,可以根据用户的需求快速识别出对用户任务有帮助的学件.近期研究均通过缩略核均值嵌入(Reduced Kernel Mean Embedding,RKME)为模型构造规约,并通过构建学件原型系统验证了范式的有效性.在实际中,学件基座系统中往往包含在各种领域任务、数据类型上构建的机器学习模型,而传统的RKME规约面临维度灾难的问题,难以适用于高维数据,例如图像场景.为了拓展RKME规约的适用范围,本文引入神经切线核进行RKME规约构造.为提升方法的高效性,本文进一步通过神经网络高斯过程与随机特征近似,快速为各种模型生成RKME规约.最后,本文在真实数据构建的销量预测、图像分类场景的学件基座系统中进行大量实验验证了所提出方法的有效性和高效性,所提出方法相比于传统RKME规约查搜准确率显著提升近9%,且实验结果表明改进后的规约在图像任务上具有良好的隐私保护性质.代码见:. 展开更多
关键词 学件 学件基座系统 规约 神经切线核 缩略核均值嵌入
在线阅读 下载PDF
上一页 1 2 18 下一页 到第
使用帮助 返回顶部