首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   14230篇
  免费   1650篇
  国内免费   765篇
电工技术   1793篇
综合类   1341篇
化学工业   2862篇
金属工艺   382篇
机械仪表   1031篇
建筑科学   2620篇
矿业工程   465篇
能源动力   231篇
轻工业   1403篇
水利工程   349篇
石油天然气   804篇
武器工业   125篇
无线电   576篇
一般工业技术   1099篇
冶金工业   301篇
原子能技术   56篇
自动化技术   1207篇
  2024年   82篇
  2023年   178篇
  2022年   323篇
  2021年   485篇
  2020年   494篇
  2019年   425篇
  2018年   427篇
  2017年   559篇
  2016年   562篇
  2015年   602篇
  2014年   945篇
  2013年   943篇
  2012年   1031篇
  2011年   1119篇
  2010年   854篇
  2009年   896篇
  2008年   788篇
  2007年   931篇
  2006年   886篇
  2005年   636篇
  2004年   600篇
  2003年   512篇
  2002年   430篇
  2001年   326篇
  2000年   286篇
  1999年   272篇
  1998年   198篇
  1997年   179篇
  1996年   131篇
  1995年   117篇
  1994年   91篇
  1993年   77篇
  1992年   66篇
  1991年   42篇
  1990年   43篇
  1989年   25篇
  1988年   15篇
  1987年   16篇
  1986年   7篇
  1985年   10篇
  1984年   6篇
  1983年   3篇
  1982年   5篇
  1980年   9篇
  1962年   1篇
  1961年   1篇
  1959年   1篇
  1956年   1篇
  1955年   1篇
  1951年   4篇
排序方式: 共有10000条查询结果,搜索用时 9 毫秒
71.
Web-based post-processing visualization system for finite element analysis   总被引:1,自引:0,他引:1  
In this paper, we propose and implement a website of post-processing system for finite element analysis (WebDFEA). Finite element analysis is a computer-aided engineering tool and is popular for static/dynamic structure analysis. It includes three processing systems where post-processing system is to graphically demonstrate the analysis result of a structure model analyzed by finite element method. WebDFEA performs as a website. It is cross-platform because it can auto-detect a client computer platform and auto-download proper OpenGL API for drawing computer graphics. It can draw precise graphics on webpage which can be free controlled by the mouse as a manner in professional software. A database server is involved to store finite element model data and its analysis result. The graphic user interface (GUI) of WebDFEA is a flexible GUI comprising three parts: the switch buttons designed by HTML, the display board and the color bar both developed in Java. The three components are independent and cooperative with each other. They can be recombined without running errors for different purposes. A ship hull section with half a hatch is chosen as the study case to test WebDFEA website. Its finite element model comprises 11,442 triangle elements (shapes). The timeframe starting when WebDFEA is connected to the end when the model is demonstrated is acceptable.  相似文献   
72.
基于指针映射集的动态内存故障测试方法研究   总被引:2,自引:0,他引:2  
动态内存故障在使用指针的程序中是普遍存在的,采用动态测试方法进行测试难以准确定位故障源.而现有的静态分析方法主要存在漏报和误报过多的情况.针对这些问题,提出了指针映射代数系统的概念,全面地反映了指针与内存之间的映射关系,并给出了面向不同故障的指针映射集的构造规则,以此为基础建立了动态内存故障模型.通过指针映射集和故障模型,可以自动检测内存释放异常、内存泄露和空指针引用等动态内存故障,提高了测试效率.在分析过程中,还综合应用了控制流图和路径条件,提高了测试结果的精度.实验结果表明,该方法能够有效检测动态内存故障,而且出于规则定义较为全面,漏报和误报率也较低.  相似文献   
73.
将Java程序静态编译成可执行程序是使用Java虚拟机动态编译/解释执行Java程序的另一种运行Java程序的方式。针对Java异常机制的特点和静态编译的需求,在介绍Java异常处理逻辑的基础上,提出一种在静态编译器中实现Java异常机制的算法,结合Open64开源编译器,给出该算法的具体步骤以及实现方式,以SPECjvm98为测试集,验证该算法的有效性。  相似文献   
74.
邢熠  叶新铭 《计算机工程》2009,35(24):36-38
针对一致性测试中的静态需求测试通常采用手工方法而产生的效率低问题,提出一种基于统计学习的方法,包括静态需求的关联规则表示,并对采样的协议数据进行关联规则挖掘,如果得到的规则与需求规则一致,静态需求就可以得到统计上的测试检验。该方法在OSPFv3协议测试中取得了较好的效果。  相似文献   
75.
Volatility is a key variable in option pricing, trading, and hedging strategies. The purpose of this article is to improve the accuracy of forecasting implied volatility using an extension of genetic programming (GP) by means of dynamic training‐subset selection methods. These methods manipulate the training data in order to improve the out‐of‐sample patterns fitting. When applied with the static subset selection method using a single training data sample, GP could generate forecasting models, which are not adapted to some out‐of‐sample fitness cases. In order to improve the predictive accuracy of generated GP patterns, dynamic subset selection methods are introduced to the GP algorithm allowing a regular change of the training sample during evolution. Four dynamic training‐subset selection methods are proposed based on random, sequential, or adaptive subset selection. The latest approach uses an adaptive subset weight measuring the sample difficulty according to the fitness cases' errors. Using real data from S&P500 index options, these techniques are compared with the static subset selection method. Based on mean squared error total and percentage of non‐fitted observations, results show that the dynamic approach improves the forecasting performance of the generated GP models, especially those obtained from the adaptive‐random training‐subset selection method applied to the whole set of training samples.  相似文献   
76.
针对机翼的静气动弹性问题,为准确预测其气动特性,研究一种实用有效的气动结构耦合仿真方法.以客机机翼设计为例,通过机翼的静气动弹性问题分析和机翼的气动结构耦合分析流程的分解,建立参数化、自动化、模块化的气动结构耦合仿真分析平台.该平台的流程包括基于全速势方程的气动分析、基于MSC Nastran的结构仿真、应用MATLAB的载荷到结构模型的传递、结构变形向气动外形的映射等环节.算例表明该方法能较好地解决机翼的静气动弹性分析问题.  相似文献   
77.
采用分子动力学方法,模拟计算了阻垢剂HEDP及其取代物与方解石(104,(102),(202),(113)面的相互作用,计算并分析了阻垢剂与方解石(104),(102),(202),(113)面作用的相互作用能,包括结合能,库仑能和范德华作用能.并且分析了方解石(104)晶面上的钙离子与阻垢剂中双键氧原子、整个(104)晶面与阻垢剂中所有氧原子之间和整个(104)晶面与整个阻垢剂分子之间的对关联函数,结果表明:阻垢剂分子中的氧原子与碳酸钙的Ca2+形成的离子键对吸附起到了主要作用,同时阻垢剂与晶面间存在较弱的范德华力相互作用,阻垢剂与各晶面的的结合能强弱顺序为(102)>(202)≥(113)≈(104).苯环的大π键有利于阻垢效果的提高.  相似文献   
78.
针对在PowerBuilder中利用DropDownLintBox控件显示数据库字段值存在一定难度的问题,提出了三种不同的实现方法。  相似文献   
79.
Mueller  Frank 《Real-Time Systems》2000,18(2-3):217-247
This paper contributes a comprehensive study of a framework to bound worst-case instruction cache performance for caches with arbitrary levels of associativity. The framework is formally introduced, operationally described and its correctness is shown. Results of incorporating instruction cache predictions within pipeline simulation show that timing predictions for set-associative caches remain just as tight as predictions for direct-mapped caches. The low cache simulation overhead allows interactive use of the analysis tool and scales well with increasing associativity.The approach taken is based on a data-flow specification of the problem and provides another step toward worst-case execution time prediction of contemporary architectures and its use in schedulability analysis for hard real-time systems.  相似文献   
80.
Caches impose a major problem for predicting execution times of real-time systems since the cache behavior depends on the history of previous memory references. Too pessimistic assumptions on cache hits can obtain worst-case execution time estimates that are prohibitive for real-time systems. This paper presents a novel approach for deriving a highly accurate analytical cache hit function for C-programs at compile-time based on the assumption that no external cache interference (e.g. process dispatching or DMA activity) occurs. First, a symbolic tracefile of an instrumented C-program is generated based on symbolic evaluation, which is a static technique to determine the dynamic behavior of programs. All memory references of a program are described by symbolic expressions and recurrences and stored in chronological order in the symbolic tracefile. Second, a cache hit function for several cache architectures is computed based on a cache evaluation technique. Our approach goes beyond previous work by precisely modelling program control flow and program unknowns, modelling large classes of cache architectures, and providing very accurate cache hit predictions. Examples for the SPARC architecture are used to illustrate the accuracy and effectiveness of our symbolic cache prediction.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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