首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   33285篇
  免费   4727篇
  国内免费   3512篇
电工技术   2342篇
技术理论   5篇
综合类   4764篇
化学工业   1569篇
金属工艺   676篇
机械仪表   1749篇
建筑科学   2502篇
矿业工程   762篇
能源动力   796篇
轻工业   1511篇
水利工程   1083篇
石油天然气   1768篇
武器工业   300篇
无线电   3463篇
一般工业技术   2303篇
冶金工业   787篇
原子能技术   224篇
自动化技术   14920篇
  2024年   145篇
  2023年   409篇
  2022年   797篇
  2021年   872篇
  2020年   1050篇
  2019年   950篇
  2018年   940篇
  2017年   1122篇
  2016年   1264篇
  2015年   1437篇
  2014年   1976篇
  2013年   2132篇
  2012年   2443篇
  2011年   2789篇
  2010年   2223篇
  2009年   2262篇
  2008年   2438篇
  2007年   2696篇
  2006年   2362篇
  2005年   1952篇
  2004年   1682篇
  2003年   1361篇
  2002年   1084篇
  2001年   871篇
  2000年   726篇
  1999年   587篇
  1998年   473篇
  1997年   386篇
  1996年   363篇
  1995年   337篇
  1994年   284篇
  1993年   194篇
  1992年   170篇
  1991年   129篇
  1990年   107篇
  1989年   100篇
  1988年   62篇
  1987年   39篇
  1986年   30篇
  1985年   44篇
  1984年   36篇
  1983年   32篇
  1982年   21篇
  1981年   18篇
  1980年   15篇
  1979年   16篇
  1978年   9篇
  1977年   13篇
  1963年   10篇
  1961年   9篇
排序方式: 共有10000条查询结果,搜索用时 15 毫秒
951.
A subset S of vertices of a graph G is k-dominating if every vertex not in S has at least k neighbours in S. The k-domination number γ k (G) is the minimum cardinality of a k-dominating set of G, and α(G) denotes the cardinality of a maximum independent set of G. Brook's well-known bound for the chromatic number χ and the inequality α(G)≥n(G)/χ(G) for a graph G imply that α(G)≥n(G)/Δ(G) when G is non-regular and α(G)≥n(G)/(Δ(G)+1) otherwise. In this paper, we present a new proof of this property and derive some bounds on γ k (G). In particular, we show that, if G is connected with δ(G)≥k then γ k (G)≤(Δ(G)?1)α(G) with the exception of G being a cycle of odd length or the complete graph of order k+1. Finally, we characterize the connected non-regular graphs G satisfying equality in these bounds and present a conjecture for the regular case.  相似文献   
952.
953.
954.
《国际计算机数学杂志》2012,89(3-4):149-153
The Aho-Corasick algorithm is a well-known method of determining the occurrences of one of several given pattern strings in a given text string. We address the question of augmenting the pattern matching machine constructed by this algorithm with a new pattern string, both on-line and off-line. We show that augmenting a machine of N nodes with a new pattern string of length m takes Θ(mN) time on-line and Θ(N) time off-line.  相似文献   
955.
Design patterns codify proven solutions to recurring design problems. Their proper use within a development context requires that: (i) we understand them; (ii) we ascertain their applicability or relevance to the design problem at hand; and (iii) we apply them faithfully to the problem at hand. We argue that an explicit representation of the design problem solved by a design pattern is key to supporting the three tasks in an integrated fashion. We propose a model‐driven representation of design patterns consisting of triples < MP, MS, T > where MP is a model of the problem solved by the pattern, MS is a model of the solution proposed by the pattern, and T is a model transformation of an instance of the problem into an instance of the solution. Given an object‐oriented design model, we look for model fragments that match MP (call them instances of MP), and when one is found, we apply the transformation T yielding an instance of MS. Easier said than done. Experimentation with an Eclipse Modeling Framework‐based implementation of our approach applied to a number of open‐source software application's raised fundamental questions about: (i) the nature of design patterns in general, and the ones that lend themselves to our approach, and (ii) our understanding and codification of seemingly simple design patterns. In this paper, we present the principles behind our approach, report on the results of applying the approach to the Gang of Four (GoF) design patterns, and discuss the representability of design problems solved by these patterns. Copyright © 2011 John Wiley & Sons, Ltd.  相似文献   
956.
Mining sequential patterns is to discover sequential purchasing behaviours for most of the customers from a large number of customer transactions. The strategy of mining sequential patterns focuses on discovering frequent sequences. A frequent sequence is an ordered list of the itemsets purchased by a sufficient number of customers. The previous approaches for mining sequential patterns need to repeatedly scan the database so that they take a large amount of computation time to find frequent sequences. The customer transactions will grow rapidly in a short time, and some of the customer transactions may be antiquated. Consequently, the frequent sequences may be changed due to the insertion of new customer transactions or the deletion of old customer transactions from the database. It may require rediscovering all the patterns by scanning the entire updated customer transaction database. In this paper, we propose an incremental updating technique to maintain the discovered sequential patterns when transactions are inserted into or deleted from the database. Our approach partitions the database into some segments and scans the database segment by segment. For each segment scan, our approach prunes those sequences that cannot be frequent sequences any more to accelerate the finding process of the frequent sequences. Therefore, the number of database scans can be significantly reduced by our approach. The experimental results show that our algorithms are more efficient than other algorithms for the maintenance of mining sequential patterns.  相似文献   
957.
In recent years, grid technology has had such a fast growth that it has been used in many scientific experiments and research centers. A large number of storage elements and computational resources are combined to generate a grid which gives us shared access to extra computing power. In particular, data grid deals with data intensive applications and provides intensive resources across widely distributed communities. Data replication is an efficient way for distributing replicas among the data grids, making it possible to access similar data in different locations of the data grid. Replication reduces data access time and improves the performance of the system. In this paper, we propose a new dynamic data replication algorithm named PDDRA that optimizes the traditional algorithms. Our proposed algorithm is based on an assumption: members in a VO (Virtual Organization) have similar interests in files. Based on this assumption and also file access history, PDDRA predicts future needs of grid sites and pre-fetches a sequence of files to the requester grid site, so the next time that this site needs a file, it will be locally available. This will considerably reduce access latency, response time and bandwidth consumption. PDDRA consists of three phases: storing file access patterns, requesting a file and performing replication and pre-fetching and replacement. The algorithm was tested using a grid simulator, OptorSim developed by European Data Grid projects. The simulation results show that our proposed algorithm has better performance in comparison with other algorithms in terms of job execution time, effective network usage, total number of replications, hit ratio and percentage of storage filled.  相似文献   
958.
Texture analysis provides a means to quantify complex changes in microscope images. We previously showed that cytoplasmic poly-adenylated mRNAs form mRNA granules in post-ischemic neurons and that these granules correlated with protein synthesis inhibition and hence cell death. Here we utilized the texture analysis software MaZda to quantify mRNA granules in photomicrographs of the pyramidal cell layer of rat hippocampal region CA3 around 1 h of reperfusion after 10 min of normothermic global cerebral ischemia. At 1 h reperfusion, we observed variations in the texture of mRNA granules amongst samples that were readily quantified by texture analysis. Individual sample variation was consistent with the interpretation that animal-to-animal variations in mRNA granules reflected the time-course of mRNA granule formation. We also used texture analysis to quantify the effect of cycloheximide, given either before or after brain ischemia, on mRNA granules. If administered before ischemia, cycloheximide inhibited mRNA granule formation, but if administered after ischemia did not prevent mRNA granulation, indicating mRNA granule formation is dependent on dissociation of polysomes. We conclude that texture analysis is an effective means for quantifying the complex morphological changes induced in neurons by brain ischemia and reperfusion.  相似文献   
959.

Context

Several metrics have been proposed to measure the extent to which class members are related. Connectivity-based class cohesion metrics measure the degree of connectivity among the class members.

Objective

We propose a new class cohesion metric that has higher discriminative power than any of the existing cohesion metrics. In addition, we empirically compare the connectivity and non-connectivity-based cohesion metrics.

Method

The proposed class cohesion metric is based on counting the number of possible paths in a graph that represents the connectivity pattern of the class members. We theoretically and empirically validate this path connectivity class cohesion (PCCC) metric. The empirical validation compares seven connectivity-based metrics, including PCCC, and 11 non-connectivity-based metrics in terms of discriminative and fault detection powers. The discriminative-power study explores the probability that a cohesion metric will incorrectly determine classes to be cohesively equal when they have different connectivity patterns. The fault detection study investigates whether connectivity-based metrics, including PCCC, better explain the presence of faults from a statistical standpoint in comparison to other non-connectivity-based cohesion metrics, considered individually or in combination.

Results

The theoretical validation demonstrates that PCCC satisfies the key cohesion properties. The results of the empirical studies indicate that, in contrast to other connectivity-based cohesion metrics, PCCC is much better than any comparable cohesion metric in terms of its discriminative power. In addition, the results also indicate that PCCC measures cohesion aspects that are not captured by other metrics, wherein it is considerably better than other connectivity-based metrics but slightly worse than some other non-connectivity-based cohesion metrics in terms of its ability to predict faulty classes.

Conclusion

PCCC is more useful in practice for the applications in which practitioners need to distinguish between the quality of different classes or the quality of different implementations of the same class.  相似文献   
960.
通过反步设计方法,研究了Lotka-Volterra捕食模型的全局稳定化问题,得到了使闭环系统在正平衡点处全局渐近稳定的控制规律,其控制效果通过了数值模拟的验证.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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