首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   139篇
  免费   8篇
电工技术   2篇
综合类   1篇
化学工业   17篇
金属工艺   8篇
机械仪表   4篇
建筑科学   4篇
能源动力   5篇
轻工业   2篇
无线电   15篇
一般工业技术   28篇
冶金工业   29篇
自动化技术   32篇
  2022年   2篇
  2021年   3篇
  2020年   3篇
  2019年   4篇
  2018年   10篇
  2017年   5篇
  2016年   10篇
  2015年   4篇
  2014年   4篇
  2013年   10篇
  2012年   9篇
  2011年   11篇
  2010年   3篇
  2009年   5篇
  2008年   6篇
  2007年   6篇
  2006年   3篇
  2005年   2篇
  2004年   7篇
  2003年   4篇
  2002年   1篇
  2001年   4篇
  2000年   1篇
  1999年   2篇
  1998年   4篇
  1997年   2篇
  1996年   4篇
  1995年   3篇
  1994年   1篇
  1993年   1篇
  1992年   2篇
  1991年   1篇
  1990年   4篇
  1989年   2篇
  1984年   1篇
  1976年   1篇
  1974年   1篇
  1973年   1篇
排序方式: 共有147条查询结果,搜索用时 31 毫秒
1.
A methodology for evaluating the reactivity of titanium with mould materials during casting has been developed. Microhardness profiles and analysis of oxygen contamination have provided an index for evaluation of the reactivity of titanium. Microhardness profile delineates two distinct regions, one of which is characterised by a low value of hardness which is invariant with distance. The reaction products are uniformly distributed in the metal in this region. The second is characterised by a sharp decrease in microhardness with distance from the metal-mould interface. It represents a diffusion zone for solutes that dissolve into titanium from the mould. The qualitative profiles for contaminants determined by scanning electron probe microanalyser and secondary ion mass spectroscopy in the as-cast titanium were found to be similar to that of microhardness, implying that microhardness can be considered as an index of the contamination resulting from metal-mould reaction.  相似文献   
2.
A Ti-24Al-11Nb alloy has been heat-treated so as to obtain a microstructure of coarse α2 particles (D019 structure based on Ti3Al) in a matrix of the ordered βo phase (B2 structure based on Ti2AlNb). Dislocation structures generated by tensile strains of ∼2 pct at room temperature have been analyzed by transmission electron microscopy The βo phase is shown to deform inhomogeneously on {110}, {112}, and {123} planes by α/〈211〉 slip. The slipband structure is complex, consisting of segments of heavily pinned edge dislocations with periodic cross slip of screw components on to secondary slip planes. Incompatibility stresses at α2o interfaces can generate fine α[100] slip as well. The α2 phase deforms independently by α dislocation slip. Slipbands in the βo phase can shear the α2 phase by activatingc +a/2 slip on and slip planes, as well asa slip on higher order pyramidal planes, where the parallelism of the specific slip system is permitted by the Burgers relationship between the two phases.  相似文献   
3.
Design and implementation of division algorithm is one of the most complicated problems in multi-precision arithmetic. Huang et al. [1] proposed an efficient multi-precision integer division algorithm, and experimentally showed that it is about three times faster than the most popular algorithms proposed by Knuth [2] and Smith [3]. This paper reports a bug in the algorithm of Huang et al. [1], and suggests the necessary corrections. The theoretical correctness proof of the proposed algorithm is also given. The resulting algorithm remains as fast as that of [1].  相似文献   
4.
Estimation of reliability and the number of faults present in software in its early development phase, i.e., requirement analysis or design phase is very beneficial for developing reliable software with optimal cost. Software reliability prediction in early phase of development is highly desirable to the stake holders, software developers, managers and end users. Since, the failure data are unavailable in early phase of software development, different reliability relevant software metrics and similar project data are used to develop models for early software fault prediction. The proposed model uses the linguistic values of software metrics in fuzzy inference system to predict the total number of faults present in software in its requirement analysis phase. Considering specific target reliability, weightage of each input software metrics and size of software, an algorithm has been proposed here for developing general fuzzy rule base. For model validation of the proposed model, 20 real software project data have been used here. The linguistic values from four software metrics related to requirement analysis phase have been considered as model inputs. The performance of the proposed model has been compared with two existing early software fault prediction models.  相似文献   
5.
Let s be a point source of light inside a polygon P of n vertices. A polygonal path from s to some point t inside P is called a diffuse reflection path if the turning points of the path lie on edges of?P. A?diffuse reflection path is said to be optimal if it has the minimum number of reflections on the path. The problem of computing a diffuse reflection path from s to t inside P has not been considered explicitly in the past. We present three different algorithms for this problem which produce suboptimal paths. For constructing such a path, the first algorithm uses a greedy method, the second algorithm uses a transformation of a minimum link path, and the third algorithm uses the edge–edge visibility graph of?P. The first two algorithms are for polygons without holes, and they run in O(n+klogn) time, where k denotes the number of reflections in the constructed path. The third algorithm is for polygons with or without holes, and it runs in O(n 2) time. The number of reflections in the path produced by this third algorithm can be at most three times that of an optimal diffuse reflection path. Though the combinatorial approach used in the third algorithm gives a better bound on the number of reflections on the path, the first and the second algorithms stand on the merit of their elegant geometric approaches based on local geometric information.  相似文献   
6.
This paper is concerned with the problem of recognition of dynamic hand gestures. We have considered gestures which are sequences of distinct hand poses. In these gestures hand poses can undergo motion and discrete changes. However, continuous deformations of the hand shapes are not permitted. We have developed a recognition engine which can reliably recognize these gestures despite individual variations. The engine also has the ability to detect start and end of gesture sequences in an automated fashion. The recognition strategy uses a combination of static shape recognition (performed using contour discriminant analysis), Kalman filter based hand tracking and a HMM based temporal characterization scheme. The system is fairly robust to background clutter and uses skin color for static shape recognition and tracking. A real time implementation on standard hardware is developed. Experimental results establish the effectiveness of the approach.  相似文献   
7.
This paper outlines an algorithm for optimum linear ordering (OLO) of a weighted parallel graph with O(n log k) worst-case time complexity, and O(n + k log(n/k) log k) expected-case time complexity, where n is the total number of nodes and k is the number of chains in the parallel graph. Next, the two-layer OLO problem is considered, where the goal is to place the nodes linearly in two routing layers minimizing the total wire length. The two-layer problem is shown to subsume the maxcut problem and a befitting heuristic algorithm is proposed. Experimental results on randomly generated samples show that the heuristic algorithm runs very fast and outputs optimum solutions in more than 90% instances.  相似文献   
8.
This work develops a new monolithic strategy for magnetohydrodynamics based on a continuous velocity–pressure formulation. The magnetic field is interpolated in the same way as the velocity field, and the entire formulation is within a nodal finite-element framework. The velocity and pressure interpolations are chosen so that they satisfy the Babuska–Brezzi (BB) conditions. In most of the existing formulations, a stabilized formulation is used that requires a stabilization term, and some associated mesh-dependent parameters that need to be adjusted. In contrast, no such parameters need to be adjusted in the current formulation, making it more user-friendly and robust. Both transient and steady-state formulations are developed for two- and three-dimensional geometries. An exact linearization of the monolithic strategy ensures that rapid (quadratic) convergence is achieved within each time (or load) step, while the stable nature of the interpolations used ensures that no instabilities arise in the solution. An existing analytical solution is corrected. The coarse mesh accuracy is shown to be better compared with other existing strategies in several benchmark problems, showing that the developed formulation is both robust and efficient.  相似文献   
9.
The tensile behaviour of boron modified Timetal 834 titanium alloy was studied in the intermediate temperature range 400-500 °C and compared with that of the base alloy. The yield and ultimate tensile strengths of the B modified alloy were found to be higher than those of the base alloy at all the temperatures investigated. The B modified alloy also exhibited only a marginally lower elongation to failure as compared to the base alloy at all the temperatures investigated. The B modified alloy exhibited dynamic strain aging in the temperature range 400-475 °C which is similar to the observed behaviour in the base alloy.  相似文献   
10.
Nandy T  Kaul SN 《Water research》2001,35(2):351-362
The concept of immobilization technology has been incorporated in this research study for biomethanation of high strength herbal based pharmaceutical wastewater. Accordingly, an investigation has been made on laboratory scale to assess the feasibility of an anaerobic fixed film fixed bed reactor system to pre-treat herbal-based pharmaceutical wastewater with recourse to energy recovery, including influence of operating conditions. The work was carried out with laboratory-scale upflow reactor, equipped with nylon scrubber as random support. The reactor was operated at 35 degrees C. COD removal efficiencies ranging from 76 to 98% were achieved for organic loading rates upto 10 kgCOD/m3 d, while the highest organic loading rate (around 48 kg COD/m3 d) led to efficiencies of 46-50%. The influences of hydraulic retention time and substrate concentration were also studied. The reactors did now show destabilization under impulse hydraulic and organic overloadings. Reactor stability was easily achieved under intermittent operation, with breaks, after which the reactors rapidly returned to their optimal performance.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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