首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   2436篇
  免费   190篇
  国内免费   2篇
电工技术   27篇
化学工业   615篇
金属工艺   76篇
机械仪表   76篇
建筑科学   121篇
矿业工程   8篇
能源动力   242篇
轻工业   494篇
水利工程   11篇
石油天然气   7篇
无线电   110篇
一般工业技术   363篇
冶金工业   40篇
原子能技术   58篇
自动化技术   380篇
  2024年   17篇
  2023年   46篇
  2022年   77篇
  2021年   145篇
  2020年   107篇
  2019年   82篇
  2018年   181篇
  2017年   155篇
  2016年   165篇
  2015年   93篇
  2014年   142篇
  2013年   370篇
  2012年   170篇
  2011年   170篇
  2010年   197篇
  2009年   169篇
  2008年   100篇
  2007年   128篇
  2006年   42篇
  2005年   15篇
  2004年   11篇
  2003年   8篇
  2002年   14篇
  2001年   4篇
  2000年   3篇
  1999年   3篇
  1998年   7篇
  1997年   3篇
  1996年   3篇
  1987年   1篇
排序方式: 共有2628条查询结果,搜索用时 156 毫秒
61.
62.
In this study, a hybrid intelligent solution system including neural networks, genetic algorithms and simulated annealing has been proposed for the inverse kinematics solution of robotic manipulators. The main purpose of the proposed system is to decrease the end effector error of a neural network based inverse kinematics solution. In the designed hybrid intelligent system, simulated annealing algorithm has been used as a genetic operator to decrease the process time of the genetic algorithm to find the optimum solution. Obtained best solution from the neural network has been included in the initial solution of genetic algorithm with randomly produced solutions. The end effector error has been reduced micrometer levels after the implementation of the hybrid intelligent solution system.  相似文献   
63.
Bug fixing has a key role in software quality evaluation. Bug fixing starts with the bug localization step, in which developers use textual bug information to find location of source codes which have the bug. Bug localization is a tedious and time consuming process. Information retrieval requires understanding the programme's goal, coding structure, programming logic and the relevant attributes of bug. Information retrieval (IR) based bug localization is a retrieval task, where bug reports and source files represent the queries and documents, respectively. In this paper, we propose BugCatcher, a newly developed bug localization method based on multi‐level re‐ranking IR technique. We evaluate BugCatcher on three open source projects with approximately 3400 bugs. Our experiments show that multi‐level reranking approach to bug localization is promising. Retrieval performance and accuracy of BugCatcher are better than current bug localization tools, and BugCatcher has the best Top N, Mean Average Precision (MAP) and Mean Reciprocal Rank (MRR) values for all datasets.  相似文献   
64.
Every quadratic programming problem with a mix of continuous and binary variables can be equivalently reformulated as a completely positive optimization problem, that is, a linear optimization problem over the convex but computationally intractable cone of completely positive matrices. In this paper, we focus on general inner approximations of the cone of completely positive matrices on instances of completely positive optimization problems that arise from the reformulation of mixed binary quadratic programming problems. We provide a characterization of the feasibility of such an inner approximation as well as the optimal value of a feasible inner approximation. In particular, our results imply that polyhedral inner approximations are equivalent to a finite discretization of the feasible region of the original completely positive optimization problem. Our characterization yields, as a byproduct, an upper bound on the gap between the optimal value of an inner approximation and that of the original instance. We discuss the implications of this error bound for standard and box-constrained quadratic programs as well as general mixed binary quadratic programs with a bounded feasible region.  相似文献   
65.
Today websites are the tools most commonly used to access information. People with disabilities face difficulties accessing or using information, and the importance of website usability in their lives needs to be recognized. Visually impaired students need to be able to use university websites that inform them about the opportunities and events taking place on campus. This study aims to evaluate the usability of a university website by visually impaired students. In this research, six visually impaired students were interviewed. The assistive technologies they use, as well as the various web pages they wished to use unaided were identified. Following data collection, usability tests were conducted and satisfaction surveys were completed. The usability test was done with five visually impaired students. They were asked to think aloud while performing 11 tasks involving their university’s web pages, including the main page and the pages of student affairs, library and departments and then to accomplish these tasks. In this test, five tasks were not successfully completed by all students. According to the test results, finding final exam dates on the academic calendar posed major difficulties, and accessing the course schedule web page was the task that required the most time. The test results indicated the need for a search engine on each page, a text version for all pages, rearrangement of the web link sequences with tabs and more information about visuals. Suggestions related to the visually impaired students’ needs were offered.  相似文献   
66.
This paper considers the problem of multirobot coordination in pick-and-place tasks on a conveyor band. The robot team is composed of identical robots with mutually exclusive, but neighboring workspaces. The products are fed in at one end of the band, move through each workspace sequentially until being picked up and are collected at the other end—if not picked up interim. Each robot has the same task—that is picking up and packaging as many products as possible. We propose an approach based on noncooperative game theory where each robot uses local observations of the conveyor band and their neighbors' actions in order to decide on its actions. The developed algorithm has been implemented and tested in a simulated manufacturing environment using Webots. Results obtained from the simulations are analyzed using a variety of statistical performance measures.  相似文献   
67.
68.
In practice, classifiers in an ensemble are not independent. This paper is the continuation of our previous work on ensemble subset selection [A. Ula?, M. Semerci, O.T. Y?ld?z, E. Alpayd?n, Incremental construction of classifier and discriminant ensembles, Information Sciences, 179 (9) (2009) 1298–1318] and has two parts: first, we investigate the effect of four factors on correlation: (i) algorithms used for training, (ii) hyperparameters of the algorithms, (iii) resampled training sets, (iv) input feature subsets. Simulations using 14 classifiers on 38 data sets indicate that hyperparameters and overlapping training sets have higher effect on positive correlation than features and algorithms. Second, we propose postprocessing before fusing using principal component analysis (PCA) to form uncorrelated eigenclassifiers from a set of correlated experts. Combining the information from all classifiers may be better than subset selection where some base classifiers are pruned before combination, because using all allows redundancy.  相似文献   
69.
In the literature, there exist statistical tests to compare supervised learning algorithms on multiple data sets in terms of accuracy but they do not always generate an ordering. We propose Multi2Test, a generalization of our previous work, for ordering multiple learning algorithms on multiple data sets from “best” to “worst” where our goodness measure is composed of a prior cost term additional to generalization error. Our simulations show that Multi2Test generates orderings using pairwise tests on error and different types of cost using time and space complexity of the learning algorithms.  相似文献   
70.
Summary The retention diagrams of benzene, toluene, ethyl benzene, chloro benzene, n-propyl benzene, isopropyl benzene, methyl acetate, ethyl acetate, n-propyl acetate, n-butyl acetate and isoamyl acetate on the polycaprolactone were plotted at temperatures between 70 and 140oC by inverse gas chromatography technique. Percent crystallinity of polycaprolactone were obtained at temperatures below melting point from the retention diagrams of benzene, toluene and ethyl benzene. It was concluded that the data obtained by inverse gas chromatography were comparable those of obtained by differential scanning calorimetry. Specific retention volume, Vgo, Flory-Huggins polymer-solvent interaction parameters, 12, the weight fraction activity coefficients of the solvents at infinite dilution, 1, effective exchange energy parameters, Xeff were determined. Later, the partial molar heat of sorption, H1,sorp and the partial molar heat of mixing, H1 were obtained from the slope of the logarithm of specific retention volume, Ln Vgo versus 1/T plot and from the slope of the logarithm of the weight fraction activity coefficients, 1versus 1/T plot, respectively.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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