首页 | 官方网站   微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   491篇
  免费   81篇
  国内免费   60篇
工业技术   632篇
  2024年   4篇
  2023年   5篇
  2022年   6篇
  2021年   7篇
  2020年   9篇
  2019年   3篇
  2018年   5篇
  2017年   10篇
  2016年   10篇
  2015年   15篇
  2014年   15篇
  2013年   16篇
  2012年   24篇
  2011年   23篇
  2010年   19篇
  2009年   29篇
  2008年   40篇
  2007年   47篇
  2006年   32篇
  2005年   37篇
  2004年   34篇
  2003年   32篇
  2002年   31篇
  2001年   21篇
  2000年   16篇
  1999年   20篇
  1998年   20篇
  1997年   10篇
  1996年   12篇
  1995年   8篇
  1994年   10篇
  1993年   13篇
  1992年   15篇
  1991年   7篇
  1990年   3篇
  1989年   2篇
  1987年   2篇
  1986年   1篇
  1985年   5篇
  1984年   3篇
  1983年   1篇
  1982年   2篇
  1981年   2篇
  1980年   1篇
  1979年   3篇
  1978年   1篇
  1977年   1篇
排序方式: 共有632条查询结果,搜索用时 23 毫秒
1.
并发程序与并发系统可以拥有非常高的执行效率和相对串行系统较快的响应速度,在现实中有着非常广泛的应用。但是并发程序与并发系统往往难以保证其实现的正确性,实际应用程序运行中的错误会带来严重的后果。同时,并发程序执行时的不确定性会给其正确性验证带来巨大的困难。在形式化验证方法中,人们可以通过交互式定理证明器严格地对并发程序进行验证。本文对在交互式定理证明中可用于描述并发程序正确性的验证目标进行总结,它们包括霍尔三元组、可线性化、上下文精化和逻辑原子性。交互式定理证明方法中常用程序逻辑对程序进行验证,本文分析了基于并发分离逻辑、依赖保证逻辑、关系霍尔逻辑等理论研究的系列成果与相应形式化方案,并对使用了这些方法的程序验证工具和程序验证成果进行了总结。  相似文献   
2.
Message passing notations (language, package, etc.) typically include some form of asynchronous or synchronous invocation. In a synchronous invocation, the invoker waits for the invocation's servicer to pass back results. Some message passing notations also include early reply or deferred reply (including forwarding), which alters how and when the servicer passes back its results; this additional flexibility is useful in realistic applications. It is well known how to transform a synchronous invocation into only asynchronous invocations. This paper extends such transformations to early reply and forward. This paper also describes the use of these transformations within the implementations of programming notations. Using the transformation simplifies the implementation without significantly affecting run‐time costs. Copyright © 2015 John Wiley & Sons, Ltd.  相似文献   
3.
设计了基于Soot字节码分析框架并实现了软件原型,利用Soot提供的Spark指向分析框架对整个程序做出指向分析,在此基础上拓展了Soot分析框架,对每个可能竞争对进行线程局部对象分析、可能并行分析、别名锁分析,数据竞争结果逐步精确.  相似文献   
4.
颜一鸣  郭鑫 《计算机工程》2014,(3):67-70,92
为适应真实环境中数据量大、流程复杂、计算密集的数据挖掘需求,提高传统树增量更新挖掘效率,改变已有算法的串行执行方式,提出一种基于Hadoop的动态树增量更新方法。介绍云计算、模型与执行流程等基本概念,针对现有Hadoop平台中任务调度的随机分配策略,设计一种动态云平台中的资源调度与分配算法,以期达到成本消耗的最小化,给出树增量更新挖掘算法以及2个并行算法(DeleteFreqTree和FindNewTree),完成树数据的增量挖掘工作。实验结果表明,该并行算法有效可行,具有高效性与良好的扩展率,能够对海量树数据进行更新挖掘。  相似文献   
5.
在面向对象的应用软件中,广泛存在着对象中的数据和方法与关系型数据库之间相关联的问题。目前使用的主流数据库多是关系型的,并且使用SQL作为查询和报表生成语言。对于面向对象的应用软件来说,需要归纳出一种有效并读写一致的摄取和更新关系型数据库中数据的机制。本文对对象与关系型数据库之间相关联的软件设计模式进行了研究,使用统一建模语言UML完成比软件设计模式更为具体的软件构造实现,并且使用该方法对一假设的网上银行系统进行建模研究。  相似文献   
6.
一个好的并发控制方法应在操作不发生冲突的同时具有最大限度的并发度。针对复制式协同设计提出了一种基于特征依赖关系的自适应粒度的并发控制方法,极大地提高了协同设计的并发度,最后采用C++编程语言结合WinSocket技术建立一个实现该并发控制方法的协同特征造型系统。  相似文献   
7.
为了使基于ingres扩展的空间数据库支持多线程空间数据上传和下载,设计实现了一个支持多线程的GSQL解析器。在分析PostGIS解析器的基础上,通过全局变量封装,实现解析器对多线程的支持。为了提高GSQL解析器的效率,提出并实现了可变长内存池管理机制。通过验证,GSQL解析器在多线程上传和下载空间数据时性能优良,而且使用可变长的内存池管理机制大幅度提高了GSQL解析器的时空效率。  相似文献   
8.
Event fairness and non-interleaving concurrency   总被引:1,自引:0,他引:1  
Event fairness suitable for non-interleaving concurrency is proposed. Fairness is viewed with respect to concurrency, rather than non-determinism, in the sense that no concurrent component of the system should be delayed indefinitely. Shields' asynchronous transition systems and Mazurkiewicz's traces have been used; the model gives rise to a partial order. A class of generalised notions of (weak, strong and unconditional) event fairness relative to progress requirements is derived. The weakest fairness notion in this class is shown to coincide with maximality with respect to the partial order over traces.  相似文献   
9.
分布式数据库系统通常采用2PL(两阶段锁定协议)来维护其一致性.本文运用Shadow-Opt方法,通过区分写操作将新旧算法结合从而保证一致性并提高性能.  相似文献   
10.
An optimal distributed solution to the dining philosophers problem is presented. The solution is optimal in the sense that it incurs the least communication and computational overhead, and allows the maximum achievable concurrency. The worst case upper bound for concurrency is shown to ben div 3,n being the number of philosophers. There is no previous algorithm known to achieve this bound.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司    京ICP备09084417号-23

京公网安备 11010802026262号