期刊文献+
共找到1,346篇文章
< 1 2 68 >
每页显示 20 50 100
Adaptive subtraction with 3D U-net and 3D data windows to suppress seismic multiples
1
作者 Jin-Qiang Huang Li-Yun Fu +3 位作者 Jia-Hui Ma Xing-Zhong Du Zhong-Xiao Li Ke-Yi Sun 《Petroleum Science》 2025年第3期1125-1139,共15页
The deep convolutional neural network U-net has been introduced into adaptive subtraction, which is a critical step in effectively suppressing seismic multiples. The U-net approach has higher precision than the tradit... The deep convolutional neural network U-net has been introduced into adaptive subtraction, which is a critical step in effectively suppressing seismic multiples. The U-net approach has higher precision than the traditional linear regression approach. However, the existing 2D U-net approach with 2D data windows can not deal with elaborate discrepancies between the actual and simulated multiples along the gather direction. It may lead to erroneous preservation of primaries or generate obvious vestigial multiples, especially in complex media. To further enhance the multiple suppression accuracy, we present an adaptive subtraction approach utilizing 3D U-net architecture, which can adaptively separate primaries and multiples utilizing 3D windows. The utilization of 3D windows allows for enhanced depiction of spatial continuity and anisotropy of seismic events along the gather direction in comparison to 2D windows. The 3D U-net approach with 3D windows can more effectively preserve the continuity of primaries and manage the complex disparities between the actual and simulated multiples. The proposed 3D U-net approach exhibits 1 dB improvement in the signal-to-noise ratio compared to the 2D U-net approach, as observed in the synthesis data section, and exhibits more outstanding performance in the preservation of primaries and removal of residual multiples in both synthesis and reality data sections. Moreover, to expedite network training in our proposed 3D U-net approach we employ the transfer learning (TL) strategy by utilizing the network parameters of 3D U-net estimated in the preceding data segment as the initial network parameters of 3D U-net for the subsequent data segment. In the reality data section, the 3D U-net approach incorporating TL reduces the computational expense by 70% compared to the one without TL. 展开更多
关键词 Adaptive subtraction 3D U-net 3D data windows Transfer learning Multiple suppression
原文传递
用PB8的Web Data Window DTC开发Web应用 被引量:1
2
作者 华铨平 《现代计算机》 2003年第7期73-75,79,共4页
浏览器/Web服务器+应用服务器/数据库服务器的三层或多层体系结构已成为当今应用开发技术的主流,本文着重介绍 PowerBuilder 8.0的 Web Data Window DTC的使用,阐述瘦客户技术的实现。
关键词 WebdatawindowsDTC 数据库 POWERBUILDER8.0 Web 数据窗口
在线阅读 下载PDF
Dynamically Computing Approximate Frequency Counts in Sliding Window over Data Stream 被引量:1
3
作者 NIE Guo-liang LU Zheng-ding 《Wuhan University Journal of Natural Sciences》 EI CAS 2006年第1期283-288,共6页
This paper presents two one-pass algorithms for dynamically computing frequency counts in sliding window over a data stream-computing frequency counts exceeding user-specified threshold ε. The first algorithm constru... This paper presents two one-pass algorithms for dynamically computing frequency counts in sliding window over a data stream-computing frequency counts exceeding user-specified threshold ε. The first algorithm constructs subwindows and deletes expired sub-windows periodically in sliding window, and each sub-window maintains a summary data structure. The first algorithm outputs at most 1/ε + 1 elements for frequency queries over the most recent N elements. The second algorithm adapts multiple levels method to deal with data stream. Once the sketch of the most recent N elements has been constructed, the second algorithm can provides the answers to the frequency queries over the most recent n ( n≤N) elements. The second algorithm outputs at most 1/ε + 2 elements. The analytical and experimental results show that our algorithms are accurate and effective. 展开更多
关键词 data stream sliding window approximation algorithms frequency counts
在线阅读 下载PDF
A graph-based sliding window multi-join over data stream 被引量:1
4
作者 ZHANG Liang Byeong-Seob You +2 位作者 GE Jun-wei LIU Zhao-hong Hae-Young Bae 《重庆邮电大学学报(自然科学版)》 2007年第3期362-366,共5页
Join operation is a critical problem when dealing with sliding window over data streams. There have been many optimization strategies for sliding window join in the literature, but a simple heuristic is always used fo... Join operation is a critical problem when dealing with sliding window over data streams. There have been many optimization strategies for sliding window join in the literature, but a simple heuristic is always used for selecting the join sequence of many sliding windows, which is ineffectively. The graph-based approach is proposed to process the problem. The sliding window join model is introduced primarily. In this model vertex represent join operator and edge indicated the join relationship among sliding windows. Vertex weight and edge weight represent the cost of join and the reciprocity of join operators respectively. Then good query plan with minimal cost can be found in the model. Thus a complete join algorithm combining setting up model, finding optimal query plan and executing query plan is shown. Experiments show that the graph-based approach is feasible and can work better in above environment. 展开更多
关键词 数据流 查询优化 图论 可调整窗口
在线阅读 下载PDF
Linked-Tree: An Aggregate Query Algorithm Based on Sliding Window over Data Stream
5
作者 YU Yaxin WANG Guoren +1 位作者 SU Dong ZHU Xinhua 《Wuhan University Journal of Natural Sciences》 CAS 2006年第5期1114-1119,共6页
How to process aggregate queries over data streams efficiently and effectively have been becoming hot re search topics in both academic community and industrial community. Aiming at the issues, a novel Linked-tree alg... How to process aggregate queries over data streams efficiently and effectively have been becoming hot re search topics in both academic community and industrial community. Aiming at the issues, a novel Linked-tree algorithm based on sliding window is proposed in this paper. Due to the proposal of concept area, the Linked-tree algorithm reuses many primary results in last window and then avoids lots of unnecessary repeated comparison operations between two successive windows. As a result, execution efficiency of MAX query is improved dramatically. In addition, since the size of memory is relevant to the number of areas but irrelevant to the size of sliding window, memory is economized greatly. The extensive experimental results show that the performance of Linked-tree algorithm has significant improvement gains over the traditional SC (Simple Compared) algorithm and Ranked-tree algorithm. 展开更多
关键词 data streams sliding window aggregate query area HOP
在线阅读 下载PDF
An Indexed Non-Equijoin Algorithm Based on Sliding Windows over Data Streams
6
作者 YU Ya-xin YANG Xing-hua YU Ge WU Shan-shan 《Wuhan University Journal of Natural Sciences》 EI CAS 2006年第1期294-298,共5页
Processing a join over unbounded input streams requires unbounded memory, since every tuple in one infinite stream must be compared with every tuple in the other. In fact, most join queries over unbounded input stream... Processing a join over unbounded input streams requires unbounded memory, since every tuple in one infinite stream must be compared with every tuple in the other. In fact, most join queries over unbounded input streams are restricted to finite memory due to sliding window constraints. So far, non-indexed and indexed stream equijoin algorithms based on sliding windows have been proposed in many literatures. However, none of them takes non-equijoin into consideration. In many eases, non-equijoin queries occur frequently. Hence, it is worth to discuss how to process non-equijoin queries effectively and efficiently. In this paper, we propose an indexed join algorithm for supporting non-equijoin queries. The experimental results show that our indexed non-equijoin techniques are more efficient than those without index. 展开更多
关键词 non-equijoin data stream sliding window red-black indexing tree
在线阅读 下载PDF
Windows平台微信数据恢复方法
7
作者 朱兵 刘铁铭 石佳琪 《计算机应用与软件》 北大核心 2025年第2期367-373,共7页
微信作为目前使用率极高的即时通信工具,存储了大量取证所需的重要数据。取证人员最关心的是对微信进行数据恢复与取证,恢复出来的微信数据可能会成为司法取证的关键证据,直接影响案件能否成功侦破。该文对Windows平台的微信数据恢复方... 微信作为目前使用率极高的即时通信工具,存储了大量取证所需的重要数据。取证人员最关心的是对微信进行数据恢复与取证,恢复出来的微信数据可能会成为司法取证的关键证据,直接影响案件能否成功侦破。该文对Windows平台的微信数据恢复方法进行研究,提出基于SQLite数据库存储结构分析恢复方法。该方法在深入分析Windows平台微信数据库文件存储结构的基础上,融合多个数据库文件,基于数据库中存在的空闲页和自由块对微信删除数据进行恢复。通过实验验证了Windows平台数据恢复方法的可行性与有效性。 展开更多
关键词 windowS SQLITE 存储结构 数据恢复
在线阅读 下载PDF
基于Windows API的嵌入式产品数据分析系统设计
8
作者 王怡 张华俊 《技术与市场》 2025年第1期49-53,共5页
Windows API为嵌入式产品的数据分析提供了一种很好的实现方式,适合不复杂的应用工况。提出一种基于Windows API的嵌入式产品数据分析系统的设计方案,使用Windows API的高级控件列表视图,对嵌入式产品中所存储的数据进行解析和显示,依... Windows API为嵌入式产品的数据分析提供了一种很好的实现方式,适合不复杂的应用工况。提出一种基于Windows API的嵌入式产品数据分析系统的设计方案,使用Windows API的高级控件列表视图,对嵌入式产品中所存储的数据进行解析和显示,依据数据存储的特点,在列表视图中进行分页设计。经验证,该方案的解析逻辑准确,显示内容无误,利用Windows的运行机制极大地提高了软件的兼容性、便利性和可用性。 展开更多
关键词 windows API 嵌入式产品 数据分析 列表视图 分页
在线阅读 下载PDF
多尺度特征建模的图像时间序列预测网络
9
作者 沈瑜 马煜堃 +5 位作者 赵永刚 魏子易 李江柽 王若暄 刘佳英 闫佳荣 《哈尔滨工业大学学报》 北大核心 2026年第1期119-130,共12页
为提高图像时间序列预测的精度,本研究提出了一种基于长短期记忆网络(long short-term memory,LSTM)与注意力机制的时间序列预测网络:MA-LSTM。该网络整体由多尺度注意力模块(multi-scale attention block,MAB)、多尺度注意力层(multi-s... 为提高图像时间序列预测的精度,本研究提出了一种基于长短期记忆网络(long short-term memory,LSTM)与注意力机制的时间序列预测网络:MA-LSTM。该网络整体由多尺度注意力模块(multi-scale attention block,MAB)、多尺度注意力层(multi-scale attention layer,MALayer)和超分辨率重建模块(super resolution reconstruction module,SRRM)组成,以多尺度特征建模为核心,着重提升时空特征表达能力与长程依赖建模能力。首先,MA-LSTM设计了MAB模块,通过时空特征增强层提升模型的细节建模能力,并利用通道特征增强层加强了特征图的跨维度信息交互,解决了SwinLSTM对于细粒度特征捕捉不足的问题。其次,MA-LSTM引入了简化的LSTM结构,与MAB结合构建了MALayer,增强模型对时序信息的建模能力。最后,在特征图重建时设计了SRRM模块,有效增强模型预测输出的细节表达能力。研究表明,MA-LSTM在MovingMNIST和KTH两个不同领域的数据集上,结构相似性指数分别达到0.9602和0.9243,与SwinLSTM、PhyDNet、PredRNN、ConvLSTM网络进行的对比试验结果表明,结构相似性指数最高提升了0.337和0.212,展现了其在时序预测任务中的高效性和适用性,且具备跨领域的推广潜力。此外,消融实验进一步证明了本文所提出模块的有效性。 展开更多
关键词 图像时间序列 预测网络 LSTM 移位窗口注意力 多注意力融合
在线阅读 下载PDF
基于Windows Mobile的测量软件的开发 被引量:6
10
作者 王崇倡 孙尚宇 宋伟东 《辽宁工程技术大学学报(自然科学版)》 CAS 北大核心 2011年第A01期18-21,共4页
为了开发简单易用的移动测量设备数据采集、处理软件,对目前常用的数据采集、处理软件的优缺点作了分析,并针对存在缺点提出了GeoSolution软件的解决方案。以Windows Mobile 6.0操作系统应用程序的开发环境为平台,搭建GeoSolution软件... 为了开发简单易用的移动测量设备数据采集、处理软件,对目前常用的数据采集、处理软件的优缺点作了分析,并针对存在缺点提出了GeoSolution软件的解决方案。以Windows Mobile 6.0操作系统应用程序的开发环境为平台,搭建GeoSolution软件的开发架构,并对GeoSolution软件的开发过程作了阐明,针对软件开发过程中遇到的技术难题提出了解决方法。 展开更多
关键词 移动设备 测绘软件开发 数据处理 windowS MOBILE
在线阅读 下载PDF
Windows2000/XP下通用实时采集的设计与实现 被引量:11
11
作者 吴丽娜 高敬阳 《计算机应用》 CSCD 北大核心 2005年第2期443-445,共3页
首先分析了Windows2000 /XP平台上几种实时采集方案,然后综合利用Windows2000 /XP为实时应用所提供的机制,提出了一种基于非专用采集卡的高精度实时采集方案。最后通过某振动信号采集系统的实现,给出该方案的详细设计思路和实验数据,证... 首先分析了Windows2000 /XP平台上几种实时采集方案,然后综合利用Windows2000 /XP为实时应用所提供的机制,提出了一种基于非专用采集卡的高精度实时采集方案。最后通过某振动信号采集系统的实现,给出该方案的详细设计思路和实验数据,证明了其正确性与可行性。 展开更多
关键词 实时数据采集 windowS 2000/XP操作系统 线程优先级 定时器 中断
在线阅读 下载PDF
基于Windows的精确软件定时研究 被引量:11
12
作者 张庆辉 石春和 +1 位作者 吕贵洲 李胜军 《测控技术》 CSCD 2002年第11期38-39,共2页
介绍了Windows系统提供的几种高精度软件定时方法 ,对各种方法的实现进行了详细的讨论 ,并且结合实际应用给出了程序示例。
关键词 windowS 精确软件定时 数据采集 数据处理
在线阅读 下载PDF
内燃机数据实时采集分析系统在Windows下的开发与应用 被引量:1
13
作者 黎和昌 方萃浩 +1 位作者 熊翔辉 潘秀明 《小型内燃机与摩托车》 CAS 北大核心 2002年第4期23-26,共4页
本文阐述了基于Windows操作系统下 ,利用VxD实现实时数据采集的技术与实践。并结合实际介绍了作者成功移植到Windows操作系统下的内燃机性能测试分析系统的硬件结构。
关键词 内燃机 数据实时采集 windowS 数据开发 模数采集卡
在线阅读 下载PDF
Windows环境下干涉图像采集和处理 被引量:6
14
作者 何勇 王青 +1 位作者 朱日宏 陈进榜 《红外与激光工程》 EI CSCD 北大核心 2003年第2期203-206,共4页
针对干涉仪的特点及图像采集卡的硬件性能,开发了基于Windows环境下的干涉图像微机采集处理系统与干涉仪集成电器控制系统。系统的设计融合了当今先进的图像采集和处理、数据库管理等技术,具有结构紧凑、功能强等特点。介绍了该采集和... 针对干涉仪的特点及图像采集卡的硬件性能,开发了基于Windows环境下的干涉图像微机采集处理系统与干涉仪集成电器控制系统。系统的设计融合了当今先进的图像采集和处理、数据库管理等技术,具有结构紧凑、功能强等特点。介绍了该采集和处理系统各模块的功能。 展开更多
关键词 windowS系统 数据采集 图像处理系统 数据库管理
原文传递
基于改进N4SID算法的电力系统类噪声扰动下惯量评估研究
15
作者 郭圳 郭成 +1 位作者 杨灵睿 顾文娟 《电工电能新技术》 北大核心 2026年第1期73-83,共11页
电力系统惯量水平是影响电力系统稳定性的关键因素。针对基于类噪声扰动下电力系统惯量评估精度不高的问题,本文提出了一种基于改进子空间辨识算法(N4SID)的惯量评估方法。首先,选用预报误差法(PEM)优化N4SID子空间辨识算法,将辨识出的... 电力系统惯量水平是影响电力系统稳定性的关键因素。针对基于类噪声扰动下电力系统惯量评估精度不高的问题,本文提出了一种基于改进子空间辨识算法(N4SID)的惯量评估方法。首先,选用预报误差法(PEM)优化N4SID子空间辨识算法,将辨识出的机组状态空间模型降为一阶等效模型;同时,考虑数据质量因素,通过均一化均方根误差(NRMSE)选择最优数据窗长度对类噪声有功-频率扰动信息进行分段辨识并估计惯性时间常数。将所提改进辨识算法与现有传递函数估计算法(TFSET)、输出误差模型辨识算法(OE)、N4SID三种辨识算法进行比较,验证了本文所提辨识算法在类噪声扰动情况下辨识的正确性。利用本文所提方法在IEEE 39节点系统仿真验证,结果表明本文方法估计的惯性时间常数相对误差均在5%范围之内;且在含噪声样本中依然具有较高的惯量估计精度。 展开更多
关键词 惯性时间常数 类噪声信号 系统辨识 状态空间模型 最优数据窗长度
在线阅读 下载PDF
Windows95环境下数据采集与实时控制的实现 被引量:3
16
作者 周洁敏 苏登军 陶云刚 《计算机工程》 CAS CSCD 北大核心 1999年第7期90-92,共3页
数据采集和实时控制是计算机应用的一个重要组成部分。介绍了在Windows环境下编写数据采集和实时控制程序的一种方法,并给出一个实例。
关键词 中断 数据采集 实时控制 windowS95 计算机
在线阅读 下载PDF
基于Windows XP的便携式数据采集系统 被引量:2
17
作者 邓先明 方荣惠 于子捷 《自动化仪表》 CAS 2006年第2期36-39,共4页
采用SPP设计的数据采集系统无法运行具有安全机制的W indows XP等系统。而采用笔记本计算机增强型并口EPP结合MAX197AD芯片设计硬件,并用VC++6.0和W inIo库进行软件设计,则适合于W indows XP系统。介绍了EPP的数据采集硬件电路和EPP的... 采用SPP设计的数据采集系统无法运行具有安全机制的W indows XP等系统。而采用笔记本计算机增强型并口EPP结合MAX197AD芯片设计硬件,并用VC++6.0和W inIo库进行软件设计,则适合于W indows XP系统。介绍了EPP的数据采集硬件电路和EPP的电气特性,即能够双向传递数据且传输率接近ISA总线。采集软件使用虚拟设备驱动技术,实现了W indows XP安全模式下对并口的访问,具有很强的适用性。 展开更多
关键词 增强型并口 数据采集 windowS 安全模式 虚拟设备驱动
在线阅读 下载PDF
基于等角映射的高维不平衡数据增量式降维算法
18
作者 任宁宁 陈曦 孙力帆 《现代电子技术》 北大核心 2026年第5期138-141,146,共5页
高维不平衡数据增量变化时,因多类别样本数目不一、特征分布不均,降维时难免过度关注多数类样本,忽视少数类样本,导致降维后少数类数据失真。为此,文中提出基于等角映射的高维不平衡数据增量式降维算法。利用模糊C-means算法将高维不平... 高维不平衡数据增量变化时,因多类别样本数目不一、特征分布不均,降维时难免过度关注多数类样本,忽视少数类样本,导致降维后少数类数据失真。为此,文中提出基于等角映射的高维不平衡数据增量式降维算法。利用模糊C-means算法将高维不平衡数据划分为不同类型数据后,使用基于时间窗口的增量数据抽取方法,抽取不同类型高维不平衡数据的增量数据。由基于等角映射的增量流形学习降维算法运算增量数据与原始数据点距离。结合距离设定权重因子,将此增量数据映射于低维空间,实现高维不平衡数据增量式降维。实验结果表明:所提算法在不同类别高维不平衡数据增量式降维中,无论是1 GB还是10 GB的新增数据量,降维后数据维度较低,数据结构和信息的保真度较高,没有出现明显失真情况。该方法是一种有效的数据降维算法,可应用于处理大规模高维不平衡数据增量式降维问题中。 展开更多
关键词 模糊C-means算法 等角映射 高维不平衡数据 增量式降维 时间窗口 增量数据抽取 流形学习 加权处理
在线阅读 下载PDF
基于深度学习的喀斯特型铝土矿找矿预测:以桂西平果地区为例
19
作者 解启丽 娄德波 +1 位作者 宋国玺 孟祥仑 《地质学报》 北大核心 2026年第2期723-740,共18页
铝土矿作为战略性紧缺资源,亟需推进其找矿勘查工作。针对传统找矿方法在效率和精度上的局限性,本文以桂西平果地区喀斯特型铝土矿为研究对象,提出了一种基于多源数据融合的深度学习找矿预测方法。研究基于U-Net基准模型,重点探讨滑动... 铝土矿作为战略性紧缺资源,亟需推进其找矿勘查工作。针对传统找矿方法在效率和精度上的局限性,本文以桂西平果地区喀斯特型铝土矿为研究对象,提出了一种基于多源数据融合的深度学习找矿预测方法。研究基于U-Net基准模型,重点探讨滑动窗口技术构建多源地学数据训练集和网络架构参数优化对模型性能的影响,并通过引入综合得分S(由交并比IoU、F1分数、归一化训练时间Tn加权组成)定量评估模型性能,进而构建深度学习找矿预测模型。研究发现:(1)使用滑动窗口技术构建数据集时,75%重叠率的S值较0重叠率显著提高了71.04%,表明该设置能实现数据增强并显著提升模型性能;(2)进一步优化网络架构(采用64基础通道数、replicate卷积填充、添加SE+模块、ELU激活函数及交叉熵+Dice的组合损失函数),使模型S值再提升8.72%,显著增强了复杂地质特征的表达能力。最后,在预测区开展找矿预测并结合多源数据,成功圈定5个找矿靶区。多源数据与深度学习技术的结合,丰富了喀斯特型铝土矿找矿预测理论,为该类型矿产勘查提供了科学依据。 展开更多
关键词 喀斯特型铝土矿 U-Net 找矿预测 多源数据 滑动窗口技术
在线阅读 下载PDF
基于Windows Phone的野外数据采集系统的设计与实现——以土壤调查为例 被引量:5
20
作者 曾群 林熙 +1 位作者 张建 田礼乔 《城市勘测》 2013年第3期5-8,共4页
野外数据采集是自然资源调查的重要组成部分。随着新兴技术的发展,野外数据采集已经摆脱了传统的手工采集模式,但由于平台的局限性,其发展受到限制。本文以目前最新的智能移动系统Windows Phone为平台,并以土壤数据采集为例,设计和开发... 野外数据采集是自然资源调查的重要组成部分。随着新兴技术的发展,野外数据采集已经摆脱了传统的手工采集模式,但由于平台的局限性,其发展受到限制。本文以目前最新的智能移动系统Windows Phone为平台,并以土壤数据采集为例,设计和开发了野外数据采集系统,探索了新移动平台的性能,为以后野外数据采集系统提供了新的设计思路。 展开更多
关键词 野外数据采集 windowS PHONE 移动GIS
在线阅读 下载PDF
上一页 1 2 68 下一页 到第
使用帮助 返回顶部