首页 | 官方网站   微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   4272篇
  免费   278篇
  国内免费   5篇
工业技术   4555篇
  2024年   6篇
  2023年   48篇
  2022年   92篇
  2021年   164篇
  2020年   106篇
  2019年   136篇
  2018年   150篇
  2017年   168篇
  2016年   201篇
  2015年   123篇
  2014年   177篇
  2013年   326篇
  2012年   262篇
  2011年   301篇
  2010年   216篇
  2009年   239篇
  2008年   208篇
  2007年   161篇
  2006年   153篇
  2005年   222篇
  2004年   200篇
  2003年   149篇
  2002年   77篇
  2001年   55篇
  2000年   47篇
  1999年   33篇
  1998年   132篇
  1997年   77篇
  1996年   70篇
  1995年   31篇
  1994年   25篇
  1993年   42篇
  1992年   26篇
  1991年   9篇
  1990年   6篇
  1989年   5篇
  1988年   11篇
  1987年   14篇
  1986年   5篇
  1985年   12篇
  1984年   6篇
  1983年   5篇
  1982年   5篇
  1981年   6篇
  1980年   4篇
  1979年   7篇
  1977年   4篇
  1976年   16篇
  1975年   3篇
  1974年   4篇
排序方式: 共有4555条查询结果,搜索用时 343 毫秒
71.
Andrew Sim  Baumer 《软件》2010,(4):34-35
雀巢公司位于瑞士柯诺芬根的研发中心开发奶制品。并设计制造工艺。而监测换热器的压力,对于这家研发中心来说具有特殊的挑战性。  相似文献   
72.
73.
We deal with a perturbed algebraic Riccati equation in an infinite dimensional Banach space which appears, for instance, in the optimal control problem for infinite Markov jump linear systems (from now on iMJLS). Infinite or finite here has to do with the state space of the Markov chain being infinite countable or finite (see, e.g., [M.D. Fragoso, J. Baczynski, Optimal control for continuous time LQ—problems with infinite Markov jump parameters, SIAM J. Control Optim. 40(1) (2001) 270–297]). By using a certain concept of stochastic stability (a sort of L2-stability), we have proved in [J. Baczynski, M.D. Fragoso, Maximal solution to algebraic Riccati equations linked to infinite Markov jump linear systems, Internal Report LNCC, no. 6, 2006] existence (and uniqueness) of maximal solution for this class of equations. As it is noticed in this paper, unlike the finite case (including the linear case), we cannot guarantee anymore that maximal solution is a strong solution in this setting. Via a discussion on the main mathematical hindrance behind this issue, we devise some mild conditions for this implication to hold. Specifically, our main result here is that, under stochastic stability, along with a condition related with convergence in the infinite dimensional scenario, and another one related to spectrum—weaker than spectral continuity—we ensure the maximal solution to be also a strong solution. These conditions hold trivially in the finite case, allowing us to recover the result of strong solution of [C.E. de Souza, M.D. Fragoso, On the existence of maximal solution for generalized algebraic Riccati equations arising in stochastic control, Systems Control Lett. 14 (1990) 233–239] set for MJLS. The issue of whether the convergence condition is restrictive or not is brought to light and, together with some counterexamples, unveil further differences between the finite and the infinite countable case.  相似文献   
74.
In order to be capable of exploiting context for pro-active information recommendation, agents need to extract and understand user activities based on their knowledge of the user interests. In this paper, we propose a novel approach for context-aware recommendation in browsing assistants based on the integration of user profiles, navigational patterns and contextual elements. In this approach, user profiles built using an unsupervised Web page clustering algorithm are used to characterize user ongoing activities and behavior patterns. Experimental evidence show that using longer-term interests to explain active browsing goals user assistance is effectively enhanced.
Analía AmandiEmail:
  相似文献   
75.
Software developers often need to understand a large body of unfamiliar code with little or no documentation, no experts to consult, and little time to do it. A post appeared in January 2008 on Slashdot, a technology news Web site, asking for tools and techniques that could help. This article analyzes 301 often passionate and sometimes articulate responses to this query, including the themes and the associated tool recommendations. The most common suggestions were to use a code navigation tool, use a design recovery tool, use a debugger to step through the code, create a runtime trace, use problem-based learning, ask people for help, study the code from top down, and print out all the code. This analysis presents an intriguing snapshot of how software developers in industry go about comprehending big code.  相似文献   
76.
The lack of proper support for multicast services in the Internet has hindered the widespread use of applications that rely on group communication services such as mobile software agents. Although they do not require high bandwidth or heavy traffic, these types of applications need to cooperate in a scalable, fair and decentralized way. This paper presents GMAC, an overlay network that implements all multicast related functionality–including membership management and packet forwarding–in the end systems. GMAC introduces a new approach for providing multicast services for mobile agent platforms in a decentralized way, where group members cooperate in a fair way, minimize the protocol overhead, thus achieving great scalability. Simulations comparing GMAC with other approaches, in aspects such as end-to-end group propagation delay, group latency, group bandwidth, protocol overhead, resource utilization and failure recovery, show that GMAC is a scalable and robust solution to provide multicast services in a decentralized way to mobile software agent platforms with requirements similar to MoviLog.  相似文献   
77.
We present here a new randomized algorithm for repairing the topology of objects represented by 3D binary digital images. By “repairing the topology”, we mean a systematic way of modifying a given binary image in order to produce a similar binary image which is guaranteed to be well-composed. A 3D binary digital image is said to be well-composed if, and only if, the square faces shared by background and foreground voxels form a 2D manifold. Well-composed images enjoy some special properties which can make such images very desirable in practical applications. For instance, well-known algorithms for extracting surfaces from and thinning binary images can be simplified and optimized for speed if the input image is assumed to be well-composed. Furthermore, some algorithms for computing surface curvature and extracting adaptive triangulated surfaces, directly from the binary data, can only be applied to well-composed images. Finally, we introduce an extension of the aforementioned algorithm to repairing 3D digital multivalued images. Such an algorithm finds application in repairing segmented images resulting from multi-object segmentations of other 3D digital multivalued images.
James GeeEmail:
  相似文献   
78.
A programming language that considers basic values and classes as objects brings more opportunities of code reuse and it is easier to use than a language that does not support this feature. However, popular statically typed object-oriented languages do not consider classes as first-class objects because this concept is difficult to integrate with static type checking. They also do not consider basic values as objects for sake of efficiency. This article presents the Green language type system which supports classes as classless objects and offers a mechanism to treat basic values as objects. The result is a reasonably simple type system which is statically typed and easy to implement. It simplifies several other language mechanisms and prevents any infinite regression of metaclasses.  相似文献   
79.

Call for Papers

1996 International Test Conference  相似文献   
80.
Dissolving microneedle (DMN) is an attractive alternative to parenteral and enteral drug administration owing to its painless self-administration and safety due to non-generation of medical waste. For reproducible and efficient DMN administration, various DMN application methods, such as weights, springs, and electromagnetic devices, have been studied. However, these applicators have complex structures that are complicated to use and high production costs. In this study, a latch applicator that consists of only simple plastic parts and operates via thumb force without any external complex device is developed. Protrusion-shaped latches and impact distances are designed to accumulate thumb force energy through elastic deformation and to control impact velocity. The optimized latch applicator with a pressing force of 25 N and an impact velocity of 5.9 m s−1 fully inserts the drug-loaded tip of the two-layered DMN into the skin. In an ovalbumin immunization test, DMN with the latch applicator shows a significantly higher IgG antibody production rate than that of intramuscular injection. The latch applicator, which provides effective DMN insertion and a competitive price compared with conventional syringes, has great potential to improve delivery of drugs, including vaccines.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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

京公网安备 11010802026262号