全文获取类型
收费全文 | 65793篇 |
免费 | 12456篇 |
国内免费 | 8994篇 |
专业分类
电工技术 | 8190篇 |
技术理论 | 1篇 |
综合类 | 8519篇 |
化学工业 | 1307篇 |
金属工艺 | 1257篇 |
机械仪表 | 5164篇 |
建筑科学 | 1171篇 |
矿业工程 | 930篇 |
能源动力 | 1376篇 |
轻工业 | 661篇 |
水利工程 | 1085篇 |
石油天然气 | 762篇 |
武器工业 | 1179篇 |
无线电 | 12124篇 |
一般工业技术 | 4109篇 |
冶金工业 | 485篇 |
原子能技术 | 260篇 |
自动化技术 | 38663篇 |
出版年
2024年 | 537篇 |
2023年 | 1251篇 |
2022年 | 2353篇 |
2021年 | 2529篇 |
2020年 | 2802篇 |
2019年 | 2337篇 |
2018年 | 2326篇 |
2017年 | 2704篇 |
2016年 | 3113篇 |
2015年 | 3704篇 |
2014年 | 4793篇 |
2013年 | 4553篇 |
2012年 | 5741篇 |
2011年 | 5976篇 |
2010年 | 4877篇 |
2009年 | 4993篇 |
2008年 | 5258篇 |
2007年 | 5691篇 |
2006年 | 4463篇 |
2005年 | 3653篇 |
2004年 | 2935篇 |
2003年 | 2320篇 |
2002年 | 1717篇 |
2001年 | 1334篇 |
2000年 | 1141篇 |
1999年 | 890篇 |
1998年 | 713篇 |
1997年 | 566篇 |
1996年 | 438篇 |
1995年 | 297篇 |
1994年 | 259篇 |
1993年 | 193篇 |
1992年 | 188篇 |
1991年 | 91篇 |
1990年 | 123篇 |
1989年 | 81篇 |
1988年 | 58篇 |
1987年 | 21篇 |
1986年 | 31篇 |
1985年 | 30篇 |
1984年 | 22篇 |
1983年 | 22篇 |
1982年 | 24篇 |
1981年 | 13篇 |
1980年 | 20篇 |
1979年 | 9篇 |
1978年 | 10篇 |
1977年 | 8篇 |
1975年 | 9篇 |
1959年 | 9篇 |
排序方式: 共有10000条查询结果,搜索用时 0 毫秒
81.
BAI Hong-yi 《数字社区&智能家居》2008,(29)
该文在对常用内排序算法基本思想分析的基础上,从算法的稳定性;算法在最好情况下、最坏情况下的交换次数和移动次数;算法的时间复杂度等方面进行了详细的比较分析。 相似文献
82.
从数据库安全需求着手,提出数据库加密要实现的目标,分析了数据库加密技术中几项关键技术并进行比较,最后对加密后系统产生的影响进行总结。 相似文献
83.
B. V. Kryzhanovsky 《Optical Memory & Neural Networks》2008,17(1):62-68
The paper proposes a neural-net iterative algorithm that allows us to represent any random symmetrical N×N matrix as a weighted Hebbian series of configuration vectors with a given accuracy. The iterative algorithm is shown to demonstrate
the fastest convergence when the vectors of expansion are stable nods of the N-dimensional space corresponding to the extremums of the neural-net energy functional. It so proves that all conclusions about
neural networks and optimization algorithms that are based on Hebbian matrices are true for any other type of matrix.
The text was submitted by the author in English. 相似文献
84.
85.
The election problem in asynchronous distributed systems with bounded faulty processes 总被引:1,自引:1,他引:0
Sung Hoon Park 《The Journal of supercomputing》2007,41(1):89-104
Determining the “weakest” failure detectors is a central topic in solving many agreement problems such as Consensus, Non-Blocking
Atomic Commit and Election in asynchronous distributed systems. So far, this has been studied extensively for several such
fundamental problems. It is stated that Perfect Failure Detector P is the weakest failure detector to solve the Election problem with any number of faulty processes. In this paper, we introduce
Modal failure detector M and show that to solve Election, M is the weakest failure detector to solve election when the number of faulty processes is less than ⌈n/2⌉. We also show that it is strictly weaker than P.
相似文献
Sung Hoon ParkEmail: |
86.
Scheduling algorithms are used in content delivery systems to control the resource allocation rate. They not only improve
system efficiency, but also increase user satisfaction. Lower renege rate and less waiting time for users are the main goals
for a scheduling algorithm. Among existing algorithms, On-Demand strategy does not perform well, while rate control channel
allocation policies performs much better. Pure-Rate-Control (PRC) and Multiple-Service-Class (MSC) belong to the rate control
algorithms. MSC performs well, but a drawback is that it uses the Hot Index, which is hard to decide and has significant effects
on the performance. In order to solve this problem and to improve the overall system performance, two new algorithms, Modified
MSC(MMSC) and Adaptive Algorithm (AA), are proposed in this paper. Both of them solved the problem of MSC very well and improved
the overall performance. For example, the renege rate of AA is about 5.4% less than that of MMSC, and about 9.8% less than
that of MSC.
相似文献
Yun ZhangEmail: |
87.
Recently, High Performance Computing (HPC) platforms have been employed to realize many computationally demanding applications
in signal and image processing. These applications require real-time performance constraints to be met. These constraints
include latency as well as throughput. In order to meet these performance requirements, efficient parallel algorithms are
needed. These algorithms must be engineered to exploit the computational characteristics of such applications.
In this paper we present a methodology for mapping a class of adaptive signal processing applications onto HPC platforms
such that the throughput performance is optimized. We first define a new task model using the salient computational characteristics
of a class of adaptive signal processing applications. Based on this task model, we propose a new execution model. In the
earlier linear pipelined execution model, the task mapping choices were restricted. The new model permits flexible task mapping
choices, leading to improved throughput performance compared with the previous model. Using the new model, a three-step task
mapping methodology is developed. It consists of (1) a data remapping step, (2) a coarse resource allocation step, and (3)
a fine performance tuning step. The methodology is demonstrated by designing parallel algorithms for modern radar and sonar
signal processing applications. These are implemented on IBM SP2 and Cray T3E, state-of-the-art HPC platforms, to show the
effectiveness of our approach. Experimental results show significant performance improvement over those obtained by previous
approaches. Our code is written using C and the Message Passing Interface (MPI). Thus, it is portable across various HPC platforms.
Received April 8, 1998; revised February 2, 1999. 相似文献
88.
U. Rösler 《Algorithmica》2001,29(1-2):238-261
This paper develops general tools for the analysis of stochastic divide and conquer algorithms. We concentrate on the average
performance and the distribution of the running time of the algorithm. As a special example we analyse the average performance
and the running time distribution of the (2k + 1)-median version of Quicksort.
Online publication October 13, 2000. 相似文献
89.
针对线性规划问题,文中引入了一种与传统障碍函数不同的新的障碍函数,其在可行域边界上的取值是有限的.沿此有限障碍函数所确定的新的搜索方向,给出了短步长全牛顿步内点算法,结果证明该算法具有目前求解线性规划问题最好的复杂性界. 相似文献
90.