首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   665篇
  免费   54篇
  国内免费   5篇
电工技术   8篇
综合类   3篇
化学工业   199篇
金属工艺   20篇
机械仪表   24篇
建筑科学   27篇
矿业工程   2篇
能源动力   43篇
轻工业   44篇
水利工程   10篇
石油天然气   6篇
无线电   72篇
一般工业技术   110篇
冶金工业   20篇
原子能技术   2篇
自动化技术   134篇
  2024年   1篇
  2023年   14篇
  2022年   23篇
  2021年   35篇
  2020年   45篇
  2019年   50篇
  2018年   62篇
  2017年   40篇
  2016年   44篇
  2015年   27篇
  2014年   44篇
  2013年   67篇
  2012年   44篇
  2011年   51篇
  2010年   42篇
  2009年   27篇
  2008年   15篇
  2007年   21篇
  2006年   18篇
  2005年   6篇
  2004年   4篇
  2003年   3篇
  2002年   8篇
  2001年   3篇
  2000年   4篇
  1999年   3篇
  1998年   5篇
  1997年   2篇
  1996年   3篇
  1994年   1篇
  1993年   1篇
  1992年   1篇
  1991年   1篇
  1990年   2篇
  1989年   1篇
  1988年   1篇
  1987年   1篇
  1983年   1篇
  1980年   1篇
  1979年   1篇
  1978年   1篇
排序方式: 共有724条查询结果,搜索用时 109 毫秒
11.
Use Case modeling is a popular technique for documenting functional requirements of software systems. Refactoring is the process of enhancing the structure of a software artifact without changing its intended behavior. Refactoring, which was first introduced for source code, has been extended for use case models. Antipatterns are low quality solutions to commonly occurring design problems. The presence of antipatterns in a use case model is likely to propagate defects to other software artifacts. Therefore, detection and refactoring of antipatterns in use case models is crucial for ensuring the overall quality of a software system. Model transformation can greatly ease several software development activities including model refactoring. In this paper, a model transformation approach is proposed for improving the quality of use case models. Model transformations which can detect antipattern instances in a given use case model, and refactor them appropriately are defined and implemented. The practicability of the approach is demonstrated by applying it on a case study that pertains to biodiversity database system. The results show that model transformations can efficiently improve quality of use case models by saving time and effort.  相似文献   
12.
Learning Management System (LMS) is an application software that is used in automation, delivery, administration, tracking, and reporting of courses and programs in educational sector. The LMS which exploits machine learning (ML) has the ability of accessing user data and exploit it for improving the learning experience. The recently developed artificial intelligence (AI) and ML models helps to accomplish effective performance monitoring for LMS. Among the different processes involved in ML based LMS, feature selection and classification processes find beneficial. In this motivation, this study introduces Glowworm-based Feature Selection with Machine Learning Enabled Performance Monitoring (GSO-MFWELM) technique for LMS. The key objective of the proposed GSO-MFWELM technique is to effectually monitor the performance in LMS. The proposed GSO-MFWELM technique involves GSO-based feature selection technique to select the optimal features. Besides, Weighted Extreme Learning Machine (WELM) model is applied for classification process whereas the parameters involved in WELM model are optimally fine-tuned with the help of Mayfly Optimization (MFO) algorithm. The design of GSO and MFO techniques result in reduced computation complexity and improved classification performance. The presented GSO-MFWELM technique was validated for its performance against benchmark dataset and the results were inspected under several aspects. The simulation results established the supremacy of GSO-MFWELM technique over recent approaches with the maximum classification accuracy of 0.9589.  相似文献   
13.
This paper presents a semisupervised dimensionality reduction (DR) method based on the combination of semisupervised learning (SSL) and metric learning (ML) (CSSLML-DR) in order to overcome some existing limitations in HSIs analysis. Specifically, CSSML focuses on the difficulties of high dimensionality of hyperspectral images (HSIs) data, the insufficient number of labelled samples and inappropriate distance metric. CSSLML aims to learn a local metrics under which the similar samples are pushed as close as possible, and simultaneously, the different samples are pulled away as far as possible. CSSLML constructs two local-reweighted dynamic graphs in an iterative two-steps approach: L-step and V-step. In L-step, the local between-class and within-class graphs are updated. In V-step, the transformation matrix and the reduced space are updated. The algorithm is repeated until a stopping criterion is satisfied. Experimental results on two well-known hyperspectral image data sets demonstrate the superiority of CSSLML algorithm compared to some traditional DR methods.  相似文献   
14.
Optimal multi-reservoir operation is a multi-objective problem in nature and some of its objectives are nonlinear, non-convex and multi-modal functions. There are a few areas of application of mathematical optimization models with a richer or more diverse history than in reservoir systems optimization. However, actual implementations remain limited or have not been sustained.Genetic Algorithms (GAs) are probabilistic search algorithms that are capable of solving a variety of complex multi-objective optimization problems, which may include non-linear, non-convex and multi-modal functions. GA is a population based global search method that can escape from local optima traps and find the global optima. However GAs have some drawbacks such as inaccuracy of the intensification process near the optimal set.In this paper, a new model called Self-Learning Genetic Algorithm (SLGA) is presented, which is an improved version of the SOM-Based Multi-Objective GA (SBMOGA) presented by Hakimi-Asiabar et al. (2009) [45]. The proposed model is used to derive optimal operating policies for a three-objective multi-reservoir system. SLGA is a new hybrid algorithm which uses Self-Organizing Map (SOM) and Variable Neighborhood Search (VNS) algorithms to add a memory to the GA and improve its local search accuracy. SOM is a neural network which is capable of learning and can improve the efficiency of data processing algorithms. The VNS algorithm can enhance the local search efficiency in the Evolutionary Algorithms (EAs).To evaluate the applicability and efficiency of the proposed methodology, it is used for developing optimal operating policies for the Karoon-Dez multi-reservoir system, which includes one-fifth of Iran's surface water resources. The objective functions of the problem are supplying water demands, generating hydropower energy and controlling water quality in downstream river.  相似文献   
15.
The goal of motif discovery algorithms is to efficiently find unknown recurring patterns. In this paper, we focus on motif discovery in time series. Most available algorithms cannot utilize domain knowledge in any way which results in quadratic or at least super-linear time and space complexity. In this paper we define the Constrained Motif Discovery problem which enables utilization of domain knowledge into the motif discovery process. The paper then provides two algorithms called MCFull and MCInc for efficiently solving the constrained motif discovery problem. We also show that most unconstrained motif discovery problems be converted into constrained ones using a change-point detection algorithm. A novel change-point detection algorithm called the Robust Singular Spectrum Transform (RSST) is then introduced and compared to traditional Singular Spectrum Transform using synthetic and real-world data sets. The results show that RSST achieves higher specificity and is more adequate for finding constraints to convert unconstrained motif discovery problems to constrained ones that can be solved using MCFull and MCInc. We then compare the combination of RSST and MCFull or MCInc with two state-of-the-art motif discovery algorithms on a large set of synthetic time series. The results show that the proposed algorithms provided four to ten folds increase in speed compared the unconstrained motif discovery algorithms studied without any loss of accuracy. RSST+MCFull is then used in a real world human-robot interaction experiment to enable the robot to learn free hand gestures, actions, and their associations by watching humans and other robots interacting.  相似文献   
16.
针对卫星通信网络吞吐量不足、可靠性不高的问题,提出一种基于复数域网络编码(Complex Field Network Coding,CFNC)的卫星通信方案。该方案在信号发送前对源信息作预编码处理,即在复数域上选取一个大小合适的参数化空时码与源信号相乘,编码后的信号与源信号在复数域上有着一一映射关系。对该方案的吞吐量和成对差错概率(Pairwise Error Probability,PEP)做了详尽的理论分析,结果表明,采用该编码方案的卫星通信系统在终端发射功率不变的情况下,吞吐量比路由模式提高了100%以上,比传统的CFNC方式至少可提高75%。该方案还可以扩展至更多的地面源节点,从而支持多用户网络通信。最后,仿真实验表明,在较高的信噪比下,PEP仿真值逼近于渐近值,验证了理论分析的正确性。  相似文献   
17.
A bacterial strain, FBHYA2, capable of degrading naphthalene, was isolated from the American Petroleum Institute (API) separator of the Tehran Oil Refinery Complex (TORC). Strain FBHYA2 was identified as Achromobacter sp. based on physiological and biochemical characteristics and also phylogenetic similarity of 16S rRNA gene sequence. The optimal growth conditions for strain FBHYA2 were pH 6.0, 30 °C and 1.0% NaCl. Strain FBHYA2 can utilize naphthalene as the sole source of carbon and energy and was able to degrade naphthalene aerobically very fast, 48 h for 96% removal at 500 mg/L concentration. The physiological response of Achromobacter sp., FBHYA2 to several hydrophobic chemicals (aliphatic and aromatic hydrocarbons) was also investigated. No biosurfactant was detected during bacterial growth on any aliphatic/aromatic hydrocarbons. The results of hydrophobicity measurements showed no significant difference between naphthalene- and LB-grown cells. The capability of the strain FBHYA2 to degrade naphthalene completely and rapidly without the need to secrete biosurfactant may make it an ideal candidate to remediate polycyclic aromatic hydrocarbon (PAH)-contaminated sites.  相似文献   
18.
Due to the vast production of crude oil and consequent pressure drops through the reservoirs, secondary and tertiary oil recovery processes are highly necessary to recover the trapped oil. Among the different tertiary oil recovery processes, foam injection is one of the most newly proposed methods. In this regard, in the current investigation, foam solution is prepared using formation brine, C19TAB surfactant and air concomitant with nano-silica (SiO2) as foam stabilizer and mobility controller. The measurements revealed that using the surfactant-nano SiO2 foam solution not only leads to formation of stable foam, but also can reduce the interfacial tension mostly considered as an effective parameter for higher oil recovery. Finally, the results demonstrate that there is a good chance of reducing the mobility ratio from 1.12 for formation brine and reservoir oil to 0.845 for foam solution prepared by nanoparticles.  相似文献   
19.
20.
Increasing energy demand has led to a substantial growth in the use of wind energy across the world, which can be attributed to the low initial and running costs and rapid and easy deployment of this technology. The development of hydrogen from wind energy is an excellent way to store the excess wind power produced, as the produced hydrogen can be used not only as clean fuel but also as input for various industries. Considering the good wind potentials of Yazd province, the variety of industries that are active in this area, and the central location of this province in Iran, which gives it ample access to major transport routes and other industrial hubs, hydrogen production from wind power in this province could benefit not only this region but the entire country. Given these considerations, we conducted a technical, economic, and environmental assessment of the potential for wind power generation and hydrogen production in Yazd province. Overall, the assessments showed that the best locations for harvesting wind energy in this province are Bahabad and Halvan stations. For these two stations, it is recommended to use EWT DW 52-900 turbine to take advantage of its higher nominal capacity to achieve higher electricity and hydrogen output and emission reduction. For Abarkoh and Kerit stations, which have a low wind energy potential, it is recommended to use small turbines such as Eovent EVA120 H-Darrieus. Also, economic and technical assessments showed that it is not economically justified to harvest wind energy in Ardakan station. The results of ranking the stations with the Step-wise Weight Assessment Ratio Analysis (SWARA) and Evaluation based on Distance from Average Solution (EDAS) techniques showed that Bahabad station was introduced as the best place to produce hydrogen from wind energy.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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