首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   1873篇
  免费   58篇
  国内免费   26篇
电工技术   33篇
综合类   226篇
化学工业   69篇
金属工艺   28篇
机械仪表   49篇
建筑科学   200篇
矿业工程   21篇
能源动力   23篇
轻工业   19篇
水利工程   13篇
石油天然气   7篇
武器工业   1篇
无线电   113篇
一般工业技术   80篇
冶金工业   595篇
原子能技术   11篇
自动化技术   469篇
  2023年   17篇
  2022年   16篇
  2021年   24篇
  2020年   19篇
  2019年   13篇
  2018年   12篇
  2017年   18篇
  2016年   28篇
  2015年   29篇
  2014年   78篇
  2013年   90篇
  2012年   103篇
  2011年   128篇
  2010年   122篇
  2009年   106篇
  2008年   86篇
  2007年   87篇
  2006年   99篇
  2005年   90篇
  2004年   71篇
  2003年   72篇
  2002年   59篇
  2001年   38篇
  2000年   31篇
  1999年   25篇
  1998年   14篇
  1997年   19篇
  1996年   19篇
  1995年   22篇
  1994年   21篇
  1993年   22篇
  1992年   12篇
  1990年   16篇
  1988年   18篇
  1987年   25篇
  1986年   12篇
  1985年   13篇
  1984年   10篇
  1981年   11篇
  1972年   13篇
  1971年   14篇
  1965年   11篇
  1964年   10篇
  1963年   10篇
  1962年   12篇
  1961年   12篇
  1959年   10篇
  1958年   11篇
  1957年   13篇
  1955年   11篇
排序方式: 共有1957条查询结果,搜索用时 468 毫秒
11.
Summary A derivation of a parallel algorithm for rank order filtering is presented. Both derivation and result differ from earlier designs: the derivations are less complicated and the result allows a number of different implementations. The same derivation is used to design a collection of priority queues. Both filters and priority queues are highly efficient: they have constant response time and small latency. Anne Kaldewaij received an M.Sc. degree in Mathematics from the University of Utrecht (The Netherlands) and a Ph.D. degree in Computing Science from the Eindhoven University of Technology. Currently, he is associate professor in Computing Science at Eindhoven University. His research includes parallel programming and the design of algorithms and data structures. He enjoys teaching and he has written a number of textbooks on mathematics and programming. Jan Tijmen Udding received an M.Sc. degree in Mathematics in 1980 and a Ph.D. degree in Computing Science in 1984 from Eindhoven University of Technology. Currently, he is associate professor at Groningen University. His main research interests are mathematical aspects of VLSI, program derivation and correctness, and functional programming.  相似文献   
12.
The paper proposes and describes several tools enabling their user to estimate the efficiency of Pascal or C-like programs. The approach consists of generating symbolic formulas expressing the efficiency of the programs being analyzed. The formulas are applicable to a variety of compiler-machine configurations. The actual numeric values of the variables in the symbolic formula are determined using linear programming techniques. The proposed approach reduces considerably the amount of benchmarking needed to analyze programs. Several examples are presented showing the applicability of the tools. The effort necessary to implement them is considerably reduced by the combined usage of Prolog and a symbolic formula manipulation package (Maple).  相似文献   
13.
LDL is one of the recently proposed logical query languages, which incorporate set, for data and knowledge base systems. Since LDL programs can simulate negation, they are not monotonic in general. On the other hand, there are monotonic LDL programs. This paper addresses the natural question of “When are the generally nonmonotonic LDL programs monotonic?” and investigates related topics such as useful applications for monotonicity. We discuss four kinds of monotonicity, and examine two of them in depth. The first of the two, called “ω-monotonicity”, is shown to be undecidable even when limited to single-stratum programs. The second, called “uniform monotonicity”, is shown to implyω-monotonicity. We characterize the uniform monotonicity of a program (i) by a relationship between its Bancilhon-Khoshafian semantics and its LDL semantics, and (ii) with a useful property called subset completion independence. Characterization (ii) implies that uniformly monotonie programs can be evaluated more efficiently by discarding dominated facts. Finally, we provide some necessary and/or sufficient, syntactic conditions for uniform monotonicity. The conditions pinpoint (a) enumerated set terms, (b) negations of membership and inclusion, and (c) sharing of set terms as the main source for nonuniform monotonicity.  相似文献   
14.
This study adopted a systemic approach to studying intervention efforts with delinquent youth, examining the association between several youth corrections programs and adult criminal outcomes. Two studies were designed to use juvenile and adult court records to evaluate the effectiveness of treatment programs provided to delinquent youth in state custody. The results of Study 1 suggested that court-recorded delinquent charges can be used to estimate delinquency severity. The results of Study 2 presented a discouraging but not entirely unexpected illustration of the effectiveness of intervention efforts among delinquent youth. It was found that time spent in juvenile detention facilities, work programs, and group homes was associated with negative adult criminal outcomes. No links between time spent in youth corrections programs and positive outcomes were identified. Implications for future program evaluation efforts are discussed. (PsycINFO Database Record (c) 2010 APA, all rights reserved)  相似文献   
15.
This paper highlights the role of the faculty member in recruiting students currently enrolled in B.S. programs in engineering and the sciences into full-time pursuit of a graduate-level engineering degree. The faculty member is demonstrated to be in a unique position to influence such students, providing strong counterforces to a confluence of attitudes and pressures experienced during the B.S. experience which effectively create a barrier to full-time engineering graduate study. We analyze this barrier via the method of force field analysis, and demonstrate that effective recruitment into full-time graduate study must be based on a four-fold strategy of education, expectations, improved B.S. experience and better control of the B.S. environment. Approaches to implement these strategies are discussed.  相似文献   
16.
A common debugging strategy involves reexecuting a program (on a given input) over and over, each time gaining more information about bugs. Such techniques can fail on message-passing parallel programs. Because of nondeterminacy, different runs on the given input may produce different results. This nonrepeatability is a serious debugging problem, since an execution cannot always be reproduced to track down bugs. This paper presents a technique for tracing and replaying message-passing programs. By tracing the order in which messages are delivered, a reexecution can be forced to deliver messages in their original order, reproducing the original execution. To reduce the overhead of such a scheme, we show that the delivery'order of only messages involved inraces need be traced (and not every message). Our technique makes run-time decisions to detect and trace racing messages and is usuallyoptimal in the sense that the minimal number of racing messages is traced. Experiments indicate that only 1% of the messages are often traced, gaining a reduction of two orders of magnitude over traditional techniques that trace every message. These traces allow an execution to be reproduced any number of times for debugging. Our work is novel in that we adaptively decide what to trace, and trace only those messages that introduce nondeterminacy. With our strategy, large reductions in trace size allow long-running programs to be replayed that were previously unmanageable. In addition, the reduced tracing requirements alleviate tracing bottle-necks, allowing executions to be debugged with substantially lower execution time overhead.This work was supported in part by National Science Foundation grants CCR-8815928 and CCR-9100968, Office of Naval Research grant N00014-89-J-1222, and a grant from Sequent Computer Systems, Inc.  相似文献   
17.
Data flow analysis has been used by compilers in diverse contexts, from optimization to register allocation. Traditional analysis of sequential programs has centered on scalar variables. More recently, several researchers have investigated analysis of array sections for optimizations on modern architectures. This information has been used to distribute data, optimize data movement and vectorize or parallelize programs. As multiprocessors become more common-place. we believe there will be considerable interest in explicitly parallel programming languages. In this paper, we extend traditional analysis to array section analysis for parallel languages which include additional control and synchronization structures.

We show how to compute array section data flow information, i.e., Communication Sets, for a class of parallel programs. To illustrate its use, we show how this information can be applied in compile-time program partitioning. Information about array accesses can also be used to improve estimates of program execution time used to direct runtime thread scheduling.  相似文献   
18.
为促进学校学位与研究生教育信息管理水平,在MVC设计模式基础上结合EF(ADO.NET Entity Framework)框架和Ajax技术,探讨学位与研究生教育信息管理系统的设计与实现。系统包括用户管理、学籍管理、课程管理、成绩管理、奖学金管理、导师管理、双盲评审管理和学位信息管理8个模块,具有较好的可用性、稳定性和可扩展性。  相似文献   
19.
Legislative requirements in Maryland set very robust goals for the implementation of energy efficiency by utilities. Significant energy savings has been achieved in all customer sectors and efficiency gains have been made over time in equipment and building construction. Looking forward, utilities should implement programs to promote energy efficiency with a greater emphasis on GHG reductions. Feasibility studies need to occur, but flexibility is key given changing codes and standards and market transformation.  相似文献   
20.
Solid Edge的数据库开发技术在族类零件开发中的应用   总被引:2,自引:0,他引:2  
用Solid Edge的数据库开发技术对族类零件进行开发,采用基于Jet数据库引擎的AD0数据控件访问方法和各种数据绑定控件并编写应用程序,对零件进行有效的管理并实现参数化设计,为后续的CAX和并行工程提供数据模型。  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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