首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   695篇
  免费   55篇
  国内免费   5篇
电工技术   15篇
综合类   3篇
化学工业   229篇
金属工艺   28篇
机械仪表   30篇
建筑科学   32篇
矿业工程   3篇
能源动力   42篇
轻工业   35篇
水利工程   28篇
石油天然气   13篇
无线电   47篇
一般工业技术   119篇
冶金工业   16篇
原子能技术   4篇
自动化技术   111篇
  2024年   2篇
  2023年   7篇
  2022年   21篇
  2021年   48篇
  2020年   51篇
  2019年   61篇
  2018年   83篇
  2017年   78篇
  2016年   62篇
  2015年   27篇
  2014年   38篇
  2013年   76篇
  2012年   41篇
  2011年   54篇
  2010年   34篇
  2009年   21篇
  2008年   7篇
  2007年   14篇
  2006年   9篇
  2005年   11篇
  2004年   1篇
  2003年   1篇
  2002年   2篇
  2001年   1篇
  2000年   2篇
  1998年   1篇
  1989年   1篇
  1986年   1篇
排序方式: 共有755条查询结果,搜索用时 109 毫秒
1.
For the first time in this study, Zinc oxide nanoparticles were biosynthesized by the eco-friendly and cost-effective procedure using Amygdalus scoparia stem bark extract then used as antibacterial, antifungal, anticancer, and anti-diabetic agents. The characterization techniques confirmed the biosynthesis, crystalline nature, structure, size, elemental composition of ZnO NPs and bioactive compounds that exist in A. scoparia extract accounting for Zn2+ ion reduction, capping and stabilization of ZnO NPs. The ZnO NPs displayed remarkable inhibitory activity against E. coli, E. aerigenes, S. aureus, P. oryzae, F. thapsinum, and F. semitectum compared to antibiotic standards. The ZnO NPs showed significant inhibitory effects on cancer cell lines, while it had no toxic effect on Vero normal cell line. The ZnO NPs (30 mg/kg)-treated diabetic rats showed significantly higher levels of insulin and lower AST, ALT and blood glucose compared with the STZ induced diabetic group and other treated groups (P < 0.05). The ZnO NPs- and extract-treated rats showed significantly higher levels of IR, GluT2, and GCK expression and lower TNFα expression compared with the STZ induced diabetic rats. Our findings showed that ZnO NPs represented an outstanding performance for biological applications.  相似文献   
2.
On the basis of the energy supply and demand, this paper assesses the environmental damage from air pollution in Iran using the Extern-E study that has extended over 10 years and is still in progress in the European Union (EU) commission. Damage costs were transferred from Western European practice to the conditions of Iran by scaling according to GDP per capital measured in PPP terms.  相似文献   
3.
Vicious codes, especially viruses, as a kind of impressive malware have caused many disasters and continue to exploit more vulnerabilities. These codes are injected inside benign programs in order to abuse their hosts and ease their propagation. The offsets of injected virus codes are unknown and their targets usually are latent until they are executed and activated, what in turn makes viruses very hard to detect. In this paper enriched control flow graph miner, ECFGM in short, is presented to detect infected files corrupted by unknown viruses. ECFGM uses enriched control flow graph model to represent the benign and vicious codes. This model has more information than traditional control flow graph (CFG) by utilizing statistical information of dependent assembly instructions and API calls. To the best of our knowledge, the presented approach in this paper, for the first time, can recognize the offset of infected code of unknown viruses in the victim files. The main contributions of this paper are two folds: first, the presented model is able to detect unknown vicious code using ECFG model with reasonable complexity and desirable accuracy. Second, our approach is resistant against metamorphic viruses which utilize dead code insertion, variable renaming and instruction reordering methods.  相似文献   
4.

Most of the commonly used hydrological models do not account for the actual evapotranspiration (ETa) as a key contributor to water loss in semi-arid/arid regions. In this study, the HEC-HMS (Hydrologic Engineering Center Hydrologic Modeling System) model was calibrated, modified, and its performance in simulating runoff resulting from short-duration rainfall events was evaluated. The model modifications included integrating spatially distributed ETa, calculated using the surface energy balance system (SEBS), into the model. Evaluating the model’s performance in simulating runoff showed that the default HEC-HMS model underestimated the runoff with root mean squared error (RMSE) of 0.14 m3/s (R2?=?0.92) while incorporating SEBS ETa into the model reduced RMSE to 0.01 m3/s (R2?=?0.99). The integration of HECHMS and SEBS resulted in smaller and more realistic latent heat flux estimates translated into a lower water loss rate and a higher magnitude of runoff simulated by the HECHMS model. The difference between runoff simulations using the default and modified model translated into an average of 95,000 m3 runoff per rainfall event (equal to seasonal water requirement of ten-hectare winter wheat) that could be planned and triggered for agricultural purposes, flood harvesting, and groundwater recharge in the region. The effect of ETa on the simulated runoff volume is expected to be more pronounced during high evaporative demand periods, longer rainfall events, and larger catchments. The outcome of this study signifies the importance of implementing accurate estimates of evapotranspiration into a hydrological model.

  相似文献   
5.

In recent years, due to the drastic rise in the number of vehicles and the lack of sufficient infrastructure, traffic jams, air pollution, and fuel consumption have increased in cities. The optimization of timing for traffic lights is one of the solutions for the mentioned problems. Many methods have been introduced to deal with these problems, including reinforcement learning. Although a great number of learning-based methods have been used in traffic signal control, they suffer from poor performance and slow learning convergence. In this paper, a transfer learning-based method for traffic signal control has been proposed. Multi-agent system has also been used for modelling the traffic network and transfer learning has been used to make reinforcement learning agents transfer their experience to each other. Furthermore, a classifier has been utilized to classify the transferred experiences. The results show that using the proposed method leads to a significant improvement on average delay time and convergence time of the learning process.

  相似文献   
6.
Nowadays malware is one of the serious problems in the modern societies. Although the signature based malicious code detection is the standard technique in all commercial antivirus softwares, it can only achieve detection once the virus has already caused damage and it is registered. Therefore, it fails to detect new malwares (unknown malwares). Since most of malwares have similar behavior, a behavior based method can detect unknown malwares. The behavior of a program can be represented by a set of called API's (application programming interface). Therefore, a classifier can be employed to construct a learning model with a set of programs' API calls. Finally, an intelligent malware detection system is developed to detect unknown malwares automatically. On the other hand, we have an appealing representation model to visualize the executable files structure which is control flow graph (CFG). This model represents another semantic aspect of programs. This paper presents a robust semantic based method to detect unknown malwares based on combination of a visualize model (CFG) and called API's. The main contribution of this paper is extracting CFG from programs and combining it with extracted API calls to have more information about executable files. This new representation model is called API-CFG. In addition, to have fast learning and classification process, the control flow graphs are converted to a set of feature vectors by a nice trick. Our approach is capable of classifying unseen benign and malicious code with high accuracy. The results show a statistically significant improvement over n-grams based detection method.  相似文献   
7.
This study reported the synthesis of fluorescent hydroxyapatite/alginate/carbon quantum dots (HA/Alg/CQDs) nanocomposites via the co-precipitation technique. The N-doped CQDs as a new class of fluorescent materials were prepared by the citric acid pyrolysis method, with an average size around 4 nm. Physical, chemical, and optical properties of the synthesized nanocomposites were investigated by X-ray diffraction (XRD), Fourier-transformed infrared spectroscopy (FTIR), atomic force microscopy (AFM), field-emission scanning electron microscopy (FESEM), UV–visible spectroscopy, and photoluminescence (PL) spectroscopy, respectively. The PL spectroscopy data verified the favorable in vitro luminescent emission of the HA/Alg/CQDs nanocomposites in comparison with HA/Alg and HA samples. The XRD patterns of the prepared samples confirmed the formation of crystalline HA in all composites, possessing a Ca/P ratio around 1.5 as obtained by EDX elemental analysis. The FESEM analysis exhibited HA nanoplates that homogeneously distributed throughout the alginate matrix. Therefore, the synthesized nanocomposites could be regarded as potential trackable drug carriers for hard tissue engineering applications.  相似文献   
8.
Water resources allocation problems are mainly categorized in two classes of simulation and optimization. In most cases, optimization problems due to the number of variables, constraints and nonlinear feasible search space are known as a challenging subject in the literature. In this research, by coupling particle swarm optimization (PSO) algorithm and a network flow programming (NFP) based river basin simulation model, a PSO-NFP hybrid structure is constructed for optimum water allocation planning. In the PSO-NFP model, the NFP core roles as the fast inner simulation engine for finding optimum values for a large number of water discharges in the network links (rivers and canals) and nodes (reservoirs and demands) while the heuristic PSO algorithm forms the outer optimization cover to search for the optimum values of reservoirs capacities and their storage priorities. In order to assess the performance of the PSO-NFP model, three hypothetical test problems are defined, and their equivalent nonlinear mathematical programs are developed in LINGO and the results are compared. Finally, the PSO-NFP model is applied in solving a real river basin water allocation problem. Results indicate that the applied method of coupling PSO and NFP has an efficient ability for handling river basin-scale water resources optimization problems.  相似文献   
9.
In this paper, a nonlinear model reference adaptive impedance controller is proposed and tested. The controller provides asymptotic tracking of a reference impedance model for the robot end-effector in Cartesian coordinates applicable to rehabilitation robotics or any other human–robot interactions such as haptic systems. The controller uses the parameters of a desired stable reference model which is the target impedance for the robot’s end-effector. It also considers uncertainties in the model parameters of the robot. The asymptotic tracking is proven using Lyapunov stability theorem. Moreover, the adaptation law is proposed in joint space for reducing the complexity of its calculations; however, the controller and the stability proof are all presented in Cartesian coordinates. Using simulations and experiments on a two DOFs robot, the effectiveness of the proposed controller is investigated.  相似文献   
10.
In the present paper, the dynamic facilities layout problem is studied in presence of ambiguity of information flow. Product demand (and consequently material flow) is defined as fuzzy numbers with different membership functions. The problem is modeled in fuzzy programming. Three models of expected value, chance-constrained programming and dependent-chance programming and two hybrid intelligent algorithms are then presented. At the end, efficiency of algorithms for solving fuzzy models of dynamic facilities layout is shown through some numerical examples.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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