首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   43491篇
  免费   1866篇
  国内免费   138篇
电工技术   537篇
综合类   267篇
化学工业   8274篇
金属工艺   923篇
机械仪表   885篇
建筑科学   1638篇
矿业工程   138篇
能源动力   1424篇
轻工业   4998篇
水利工程   361篇
石油天然气   199篇
武器工业   6篇
无线电   3319篇
一般工业技术   6958篇
冶金工业   8437篇
原子能技术   353篇
自动化技术   6778篇
  2023年   308篇
  2022年   826篇
  2021年   1312篇
  2020年   883篇
  2019年   959篇
  2018年   1163篇
  2017年   1209篇
  2016年   1228篇
  2015年   1005篇
  2014年   1415篇
  2013年   2424篇
  2012年   2181篇
  2011年   2702篇
  2010年   1932篇
  2009年   1931篇
  2008年   1862篇
  2007年   1714篇
  2006年   1346篇
  2005年   1329篇
  2004年   1261篇
  2003年   1181篇
  2002年   1122篇
  2001年   900篇
  2000年   718篇
  1999年   724篇
  1998年   2234篇
  1997年   1500篇
  1996年   1099篇
  1995年   775篇
  1994年   623篇
  1993年   675篇
  1992年   333篇
  1991年   354篇
  1990年   345篇
  1989年   305篇
  1988年   283篇
  1987年   249篇
  1986年   263篇
  1985年   278篇
  1984年   216篇
  1983年   165篇
  1982年   211篇
  1981年   210篇
  1980年   185篇
  1979年   160篇
  1978年   136篇
  1977年   212篇
  1976年   285篇
  1975年   127篇
  1973年   82篇
排序方式: 共有10000条查询结果,搜索用时 15 毫秒
991.
Web mapping has become a popular way of distributing interactive digital maps over the internet. Instead of dynamically generating map images on the fly, those can be pre-generated and served from a server-side cache for faster retrieval. However, these caches can grow unmanageably in size when the cartography covers mid to large areas for multiple rendering scales. This forces modest organizations to use partial caches containing just a subset of the total tiles, and makes their services less attractive than other mapping services like Google Maps or Microsoft Bing Maps. This work proposes a neural-network-based intelligent system that predicts which areas are likely to be requested in the future from a catalog of geographic features and a short history of past requests. These priority regions can be used by a tile prefetching policy to achieve an optimal population of the cache. Neural networks are trained and validated using supervised learning with real data-sets from a public nation-wide web map service. Trace-driven simulations demonstrate that accurate long-term predictions, up to 90% in terms of cache-hit ratio, can be obtained with the proposed model by prefetching a low fraction, only the 20% of the total tiles, and with a short training period.  相似文献   
992.
Software testing is essential to guarantee high quality products. However, it is a very expensive activity, particularly when manually performed. One way to cut down costs is by reducing the input test suites, which are usually large in order to fully satisfy the test goals. Yet, since large test suites usually contain redundancies (i.e., two or more test cases (TC) covering the same requirement/piece of code), it is possible to reduce them in order to respect time/people constraints without severely compromising coverage. In this light, we formulated the TC selection problem as a constrained search based optimization task, using requirements coverage as the fitness function to be maximized (quality of the resultant suite), and the execution effort (time) of the selected TCs as a constraint in the search process. Our work is based on the Particle Swarm Optimization (PSO) algorithm, which is simple and efficient when compared to other widespread search techniques. Despite that, besides our previous works, we did not find any other proposals using PSO for TC selection, neither we found solutions treating this task as a constrained optimization problem. We implemented a Binary Constrained PSO (BCPSO) for functional TC selection, and two hybrid algorithms integrating BCPSO with local search mechanisms, in order to refine the solutions provided by BCPSO. These algorithms were evaluated using two different real-world test suites of functional TCs related to the mobile devices domain. In the performed experiments, the BCPSO obtained promising results for the optimization tasks considered. Also, the hybrid algorithms obtained statistically better results than the individual search techniques.  相似文献   
993.
The Medical and Pharmaceutical industries have shown high interest in the precise engineering of protein hormones and enzymes that perform existing functions under a wide range of conditions. Proteins are responsible for the execution of different functions in the cell: catalysis in chemical reactions, transport and storage, regulation and recognition control. Computational Protein Design (CPD) investigates the relationship between 3-D structures of proteins and amino acid sequences and looks for all sequences that will fold into such 3-D structure. Many computational methods and algorithms have been proposed over the last years, but the problem still remains a challenge for Mathematicians, Computer Scientists, Bioinformaticians and Structural Biologists. In this article we present a new method for the protein design problem. Clustering techniques and a Dead-End-Elimination algorithm are combined with a SAT problem representation of the CPD problem in order to design the amino acid sequences. The obtained results illustrate the accuracy of the proposed method, suggesting that integrated Artificial Intelligence techniques are useful tools to solve such an intricate problem.  相似文献   
994.
Transactional memory is an alternative to locks for handling concurrency in multi-threaded environments. Instead of providing critical regions that only one thread can enter at a time, transactional memory records sufficient information to detect and correct for conflicts if they occur. This paper surveys the range of options for implementing software transactional memory in Scala. Where possible, we provide references to implementations that instantiate each technique. As part of this survey, we document for the first time several techniques developed in the implementation of Manchester University Transactions for Scala. We order the implementation techniques on a scale moving from the least to the most invasive in terms of modifications to the compilation and runtime environment. This shows that, while the less invasive options are easier to implement and more common, they are more verbose and invasive in the codes using them, often requiring changes to the syntax and program structure throughout the code.  相似文献   
995.
996.
We introduce Kynoid, a real-time monitoring and enforcement framework for Android. Kynoid is based on user-defined security policies which are defined for data-items. This allows users to define temporal, spatial, and destination constraints which have to hold for single items. We introduce an innovative approach to allow for the real-time tracking and enforcement of such policies. In this way, Kynoid is the first extension for Android which enables the enforcement of security policies of data-items stored in shared resources. We outline Kynoid's architecture, present its operation and discuss it in terms of applicability, and performance. By providing a proof-of-concept implementation we further show the feasibility of our framework.  相似文献   
997.
998.
This paper describes a new technique for signal classification by means of Genetic Programming (GP). The novelty of this technique is that no prior knowledge of the signals is needed to extract the features. Instead of it, GP is able to extract the most relevant features needed for classification. This technique has been applied for the solution of a well-known problem: the classification of EEG signals in epileptic and healthy patients. In this problem, signals obtained from EEG recordings must be correctly classified into their corresponding class. The aim is to show that the technique described here, with the automatic extraction of features, can return better results than the classical techniques based on manual extraction of features. For this purpose, a final comparison between the results obtained with this technique and other results found in the literature with the same database can be found. This comparison shows how this technique can improve the ones found.  相似文献   
999.
In this paper we deal with the application of differential inclusions to modeling nonlinear dynamical systems under uncertainty in parameters. In this case, differential inclusions seem to be better suited to modeling practical situations under uncertainty and imprecision than formulations by means of fuzzy differential equations. We develop a practical algorithm to approximate the reachable sets of a class of nonlinear differential inclusion, which eludes the computational problems of a previous set-valued version of the Heun’s method. Our algorithm is based on a complete discretization (time and state space) of the differential inclusion and it suits hardware features, handling the memory used by the method in a controlled fashion during all iterations. As a case of study, we formulate a differential inclusion to model an epidemic outbreak of dengue fever under Cuban conditions. The model takes into account interaction of human and mosquito populations as well as vertical transmission in the mosquito population. It is studied from the theoretical point of view to apply the Practical Algorithm. Also, we estimate the temporal evolution of the different human and mosquito populations given by the model in the Dengue 3 epidemic in Havana 2001, through the computation of the reachable sets using the Practical Algorithm.  相似文献   
1000.
Medication adherence—taking medication as prescribed—is critical for successful self-care, especially among older adults. Adherence depends on developing and implementing plans for taking medications. Age-related cognitive declines that affect adherence may be mitigated using external tools that support patient-provider collaboration needed to develop these adherence plans. We tested the effectiveness of structured collaborative medication tools to support better medication planning and adherence practices. Evidence for benefits of collaborative tools has been mixed in terms of their usefulness for medication-scheduling tasks, perhaps because the tools have not been explicitly designed to support patient-provider collaboration. A total of 144 community-dwelling older adults participated in pairs and performed the role of a patient or provider in a simulated patient-provider medication-scheduling task. Each pair worked with a structured (MedTable? and e-MedTable) or unstructured (Medcard) scheduling tool and completed four problems (2 simple and 2 complex). Performance was measured using the following: problem-solving (medication schedule) accuracy, problem-solving time, solution (schedule) optimality, tool usability, collaborative effectiveness, and subjective workload involved in creating the medication schedules. Participants using structured tools produced more accurate and optimal schedules. They also rated subjective workload as lower and thought that the structured tools were easier to use, reduced subjective workload associated with creating the schedules. There was also suggestive evidence that participants using the structured tools rated more highly the quality of their collaboration. Structured medication-scheduling tools have the potential to improve medication adherence among older adults because they support collaborative planning and reduce the cognitive load involved in creating these adherence plans.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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