首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   229篇
  免费   4篇
电工技术   4篇
化学工业   23篇
金属工艺   1篇
机械仪表   2篇
建筑科学   2篇
轻工业   15篇
无线电   36篇
一般工业技术   52篇
冶金工业   32篇
原子能技术   1篇
自动化技术   65篇
  2024年   2篇
  2023年   5篇
  2022年   7篇
  2021年   2篇
  2020年   7篇
  2019年   1篇
  2018年   7篇
  2017年   6篇
  2016年   7篇
  2015年   9篇
  2014年   5篇
  2013年   7篇
  2012年   17篇
  2011年   13篇
  2010年   17篇
  2009年   11篇
  2008年   18篇
  2007年   16篇
  2006年   9篇
  2005年   6篇
  2004年   6篇
  2003年   8篇
  2002年   5篇
  2001年   6篇
  2000年   2篇
  1999年   7篇
  1998年   9篇
  1997年   2篇
  1996年   3篇
  1995年   2篇
  1994年   1篇
  1993年   3篇
  1990年   1篇
  1989年   1篇
  1984年   1篇
  1980年   1篇
  1976年   1篇
  1974年   1篇
  1970年   1篇
排序方式: 共有233条查询结果,搜索用时 0 毫秒
41.
In this paper, we present a new technique for worst-case analysis of compression algorithms which are based on the Burrows–Wheeler Transform. We mainly deal with the algorithm proposed by Burrows and Wheeler in their first paper on the subject [M. Burrows, D.J. Wheeler, A block sorting lossless data compression algorithm, Technical Report 124, Digital Equipment Corporation, Palo Alto, California, 1994], called bw0. This algorithm consists of the following three essential steps: (1) Obtain the Burrows–Wheeler Transform of the text, (2) Convert the transform into a sequence of integers using the move-to-front algorithm, (3) Encode the integers using Arithmetic code or any order-0 encoding (possibly with run-length encoding).  相似文献   
42.
This study aimed at identifying the roll motion parameters of a motorcycle simulator prototype. Experienced motorcyclists tuned the angular physical movement of the mock-up and that of the visual scene to achieve an optimal riding experience during curves. The participants exceeded the rolling angles that would be required in real-world riding, while avoiding leaning the mock-up beyond 10°. In addition, they were more influenced by the speed of the virtual motorcycle than by road curvature, especially in a wide field of view. Heterogeneity was found in the roll applied to the visual scene. The overall patterns suggest that at least when washout is not applied to remove the side forces that in real-world riding are compensated by a centrifugal force, greater roll of the visual at the expense of the mock-up is mandatory to avoid performance biases that might be enhanced due to fear of falling off the simulator. Future roll motion models must take into consideration factors such as riding postures, which might not only influence the forces operating on the rider-motorcycle system, but also how motorcyclists perceive the visual world.  相似文献   
43.
Aspect-oriented software testing is emerging as an important alternative to conventional procedural and object-oriented testing techniques. This paper reports experiences from two case studies where aspects were used for the testing of embedded software in the context of an industrial application. In the first study, we used code-level aspects for testing non-functional properties. The methodology we used for deriving test aspect code was based on translating high-level requirements into test objectives, which were then implemented using test aspects in AspectC++. In the second study, we used high-level visual scenario-based models for the test specification, test generation, and aspect-based test execution. To specify scenario-based tests, we used a UML2-compliant variant of live sequence charts. To automatically generate test code from the models, a modified version of the S2A Compiler, outputting AspectC++ code, was used. Finally, to examine the results of the tests, we used the Tracer, a prototype tool for model-based trace visualization and exploration. The results of the two case studies show that aspects offer benefits over conventional techniques in the context of testing embedded software; these benefits are discussed in detail. Finally, towards the end of the paper, we also discuss the lessons learned, including the technological and other barriers to the future successful use of aspects in the testing of embedded software in industry.  相似文献   
44.
Automated regression suites are essential in developing large applications, while maintaining reasonable quality and timetables. The main argument against the automation of regression suites, in addition to the cost of creation and maintenance, is the observation that if you run the same test many times, it becomes increasingly less likely to find bugs. To alleviate such problems, a new regression suite practice, using random test generators to create regression suites on-the-fly, is becoming more common. In this practice, instead of maintaining tests, we generate test suites on-the-fly by choosing several specifications and generating a number of tests from each specification.  相似文献   
45.
Given a k-uniform hypergraph, the Maximum k -Set Packing problem is to find the maximum disjoint set of edges. We prove that this problem cannot be efficiently approximated to within a factor of unless P = NP. This improves the previous hardness of approximation factor of by Trevisan. This result extends to the problem of k-Dimensional-Matching.  相似文献   
46.
    
5-Methylcytosine and 5-hydroxymethylcytosine are epigenetic modifications involved in gene regulation and cancer. We present a new, simple, and high-throughput platform for multi-color epigenetic analysis. The novelty of our approach is the ability to multiplex methylation and de-methylation signals in the same assay. We utilize an engineered methyltransferase enzyme that recognizes and labels all unmodified CpG sites with a fluorescent cofactor. In combination with the already established labeling of the de-methylation mark 5-hydroxymethylcytosine via enzymatic glycosylation, we obtained a robust platform for simultaneous epigenetic analysis of these marks. We assessed the global epigenetic levels in multiple samples of colorectal cancer and observed a 3.5-fold reduction in 5hmC levels but no change in DNA methylation levels between sick and healthy individuals. We also measured epigenetic modifications in chronic lymphocytic leukemia and observed a decrease in both modification levels (5-hydroxymethylcytosine: whole blood 30 %; peripheral blood mononuclear cells (PBMCs) 40 %. 5-methylcytosine: whole blood 53 %; PBMCs 48 %). Our findings propose using a simple blood test as a viable method for analysis, simplifying sample handling in diagnostics. Importantly, our results highlight the assay‘s potential for epigenetic evaluation of clinical samples, benefiting research and patient management.  相似文献   
47.
We present polymorphic scenarios, a generalization of a UML2-compliant variant of Damm and Harel??s live sequence charts (LSC) in the context of object-orientation. Polymorphic scenarios are visualized using (modal) sequence diagrams where lifelines may represent classes and interfaces rather than concrete objects. Their semantics takes advantage of inheritance and interface realization to allow the specification of most expressive, succinct, and reusable universal and existential inter-object scenarios for object-oriented system models. We motivate the use of polymorphic scenarios, formally define their trace-based semantics, and present their application for scenario-based testing and execution, as implemented in the S2A compiler developed at the Weizmann Institute of Science. We further discuss advanced semantic issues arising from the use of scenarios in a polymorphic setting, suggest possible extensions, present a UML profile to support polymorphic scenarios, consider the application of the polymorphic semantics to other variants of scenario-based specification languages, and position our work in the broader context of behavioral subtyping.  相似文献   
48.
49.
The continuous-time random walk (CTRW) model is useful for alleviating the computational burden of simulating diffusion in actual media. In principle, isotropic CTRW only requires knowledge of the step-size, \(P_l\), and waiting-time, \(P_t\), distributions of the random walk in the medium and it then generates presumably equivalent walks in free space, which are much faster. Here we test the usefulness of CTRW to modelling diffusion of finite-size particles in porous medium generated by loose granular packs. This is done by first simulating the diffusion process in a model porous medium of mean coordination number, which corresponds to marginal rigidity (the loosest possible structure), computing the resulting distributions \(P_l\) and \(P_t\) as functions of the particle size, and then using these as input for a free space CTRW. The CTRW walks are then compared to the ones simulated in the actual media. In particular, we study the normal-to-anomalous transition of the diffusion as a function of increasing particle size. We find that, given the same \(P_l\) and \(P_t\) for the simulation and the CTRW, the latter predicts incorrectly the size at which the transition occurs. We show that the discrepancy is related to the dependence of the effective connectivity of the porous media on the diffusing particle size, which is not captured simply by these distributions. We propose a correcting modification to the CTRW model—adding anisotropy—and show that it yields good agreement with the simulated diffusion process. We also present a method to obtain \(P_l\) and \(P_t\) directly from the porous sample, without having to simulate an actual diffusion process. This extends the use of CTRW, with all its advantages, to modelling diffusion processes of finite-size particles in such confined geometries.  相似文献   
50.
A mathematical model for large amplitude wave propagation in a thin walled distensible tube is developed. The tube wall is considered as a membranic shell made of an incompressible, non-linear viscoelastic material with cylindrical orthotropy. The fluid is regarded as incompressible and inviscid and the flow is quasi-one-dimensional. The case of a pressure step applied at one end of a uniform straight tube is solved as an example. The system of partial differential equations, describing the motions of the fluid and the wall, are integrated numerically by using a two-step explicit scheme. Flow and deformation variables as well as the wave velocity are determined in time and space.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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