首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   11941篇
  免费   2141篇
  国内免费   1689篇
电工技术   952篇
综合类   1538篇
化学工业   312篇
金属工艺   168篇
机械仪表   689篇
建筑科学   430篇
矿业工程   249篇
能源动力   185篇
轻工业   346篇
水利工程   225篇
石油天然气   242篇
武器工业   196篇
无线电   1667篇
一般工业技术   817篇
冶金工业   95篇
原子能技术   91篇
自动化技术   7569篇
  2024年   67篇
  2023年   204篇
  2022年   346篇
  2021年   400篇
  2020年   471篇
  2019年   449篇
  2018年   433篇
  2017年   468篇
  2016年   559篇
  2015年   611篇
  2014年   867篇
  2013年   834篇
  2012年   1079篇
  2011年   1061篇
  2010年   853篇
  2009年   902篇
  2008年   933篇
  2007年   978篇
  2006年   755篇
  2005年   723篇
  2004年   513篇
  2003年   406篇
  2002年   346篇
  2001年   250篇
  2000年   218篇
  1999年   165篇
  1998年   120篇
  1997年   110篇
  1996年   100篇
  1995年   82篇
  1994年   73篇
  1993年   61篇
  1992年   65篇
  1991年   38篇
  1990年   41篇
  1989年   33篇
  1988年   18篇
  1987年   16篇
  1986年   9篇
  1985年   12篇
  1984年   13篇
  1983年   14篇
  1982年   11篇
  1981年   8篇
  1980年   10篇
  1979年   6篇
  1978年   6篇
  1977年   7篇
  1976年   6篇
  1975年   8篇
排序方式: 共有10000条查询结果,搜索用时 15 毫秒
231.
混沌权值变异的Huffman树图像加密算法   总被引:1,自引:0,他引:1  
提出一种采用混沌权值变异的Huff man树的图像加密算法.此算法在熵编码过程中,以基本的Huffman树为标准,利用双耦合混沌序列1对DC系数进行树的结构未变异、路径值变异的加密;再利用双耦合混沌序列2对AC系数进行码字序号的加密.论文对算法进行了仿真,并对安全性、计算复杂度、压缩比性能进行了分析.实验结果表明,该算法基本上不影响压缩效率,且计算复杂度低、安全性高和实时性好,可用于网络上的图像服务.  相似文献   
232.
向量空间模型中结合句法的文本表示研究   总被引:1,自引:1,他引:0       下载免费PDF全文
为增强向量空间模型(VSM)中项的语义描述性,克服VSM中各语义单元相互独立的缺陷,提出一种基于短语的特征粒度描述方法。该方法从文本的表示及特征项之间的组织方式入手,通过句法规则识别基本短语,构建特征与中心动词的关系树,利用基本短语代替BOW中的词。实验结果表明,采用基本短语的文本表示可提高分类的性能,增加项之间的联系,克服特征项相互独立的缺陷,在特征数量较少的情况下仍能保持良好的分类效果。  相似文献   
233.
提出基于单元树结构的广度优先搜索算法UTBFS。将单元树结构生成算法与广度优先算法相结合,阐述UTBFS的实现思路,对其时间复杂度、空间复杂度、可行性、优越性进行分析。实验仿真结果显示,相比于传统的广度优先搜索算法和随机广度优先搜索算法,UTBFS减少了需要转发消息的邻居节点个数和冗余消息,因此性能更优。  相似文献   
234.
针对二元的互关联后继树模型进行改进,构造三元互关联后继树,并结合Web日志的特点,构造Web事务集的互关联后继树和增量更新模型,设计基于三元互关联后继树的频繁路径挖掘算法,挖掘Web日志中的频繁路径。通过实验证明了基于三元互关联后继树和改进后的模型的出色插入查询性能。  相似文献   
235.
Comparing tree-structured data for structural similarity is a recurring theme and one on which much effort has been spent. Most approaches so far are grounded, implicitly or explicitly, in algorithmic information theory, being approximations to an information distance derived from Kolmogorov complexity. In this paper we propose a novel complexity metric, also grounded in information theory, but calculated via Shannon's entropy equations. This is used to formulate a directly and efficiently computable metric for the structural difference between unordered trees. The paper explains the derivation of the metric in terms of information theory, and proves the essential property that it is a distance metric. The property of boundedness means that the metric can be used in contexts such as clustering, where second-order comparisons are required. The distance metric property means that the metric can be used in the context of similarity search and metric spaces in general, allowing trees to be indexed and stored within this domain. We are not aware of any other tree similarity metric with these properties.  相似文献   
236.
In this paper, we discuss a scheduling problem for jobs on identical parallel machines. Ready times of the jobs, precedence constraints, and sequence-dependent setup times are considered. We are interested in minimizing the performance measure total weighted tardiness that is important for achieving good on-time delivery performance. Scheduling problems of this type appear as subproblems in decomposition approaches for large scale job shops with automated transport of the jobs as, for example, in semiconductor manufacturing. We suggest several variants of variable neighborhood search (VNS) schemes for this scheduling problem and compare their performance with the performance of a list based scheduling approach based on the Apparent Tardiness Cost with Setups and Ready Times (ATCSR) dispatching rule. Based on extensive computational experiments with randomly generated test instances we are able to show that the VNS approach clearly outperforms heuristics based on the ATCSR dispatching rule in many situations with respect to solution quality. When using the schedule obtained by ATCSR as an initial solution for VNS, then the entire scheme is also fast and can be used as a subproblem solution procedure for complex job shop decomposition approaches.  相似文献   
237.
We propose a self-stabilizing algorithm for constructing a Minimum Degree Spanning Tree (MDST) in undirected networks. Starting from an arbitrary state, our algorithm is guaranteed to converge to a legitimate state describing a spanning tree whose maximum node degree is at most Δ+1, where Δ is the minimum possible maximum degree of a spanning tree of the network.To the best of our knowledge, our algorithm is the first self-stabilizing solution for the construction of a minimum degree spanning tree in undirected graphs. The algorithm uses only local communications (nodes interact only with the neighbors at one hop distance). Moreover, the algorithm is designed to work in any asynchronous message passing network with reliable FIFO channels. Additionally, we use a fine grained atomicity model (i.e., the send/receive atomicity). The time complexity of our solution is O(mn2logn) where m is the number of edges and n is the number of nodes. The memory complexity is O(δlogn) in the send-receive atomicity model (δ is the maximal degree of the network).  相似文献   
238.
Fuzzy quality function deployment (QFD) has been extensively used for translating customer requirements (CRs) into product design requirements (DRs) in fuzzy environments. Existing approaches, however, for rating technical importance of DRs in fuzzy environments are found problematic, either incorrect or inappropriate. This paper investigates how the technical importance of DRs can be correctly rated in fuzzy environments. A pair of nonlinear programming models and two equivalent pairs of linear programming models are developed, respectively, to rate the technical importance of DRs. The developed models are examined and illustrated with two numerical examples.  相似文献   
239.
设计了一种基于龙芯2F的低成本多媒体信息发布系统,并提出了一种基于请求属性的更新调度算法。硬件体系结构以龙芯2F作为服务器CPU,CDMA、WiFi和有线多模更新模块,蓝牙推送模块等构成,软件环境为Linux操作系统。更新调度算法依据应用场景对请求加权予以最优调度,较好地降低了由于等待延迟而产生的系统开销。实验结果表明,系统运行稳定,更新响应实时性高,能够较好地满足用户需求,而且更新调度算法使系统各项指标均好于传统的FCFS算法。  相似文献   
240.
MIB浏览器是SNMP开发和网络管理中的常用与必备软件,为了生成可供显示的MIB树,传统的实现方法一般采用在代码中直接写入MIB树内容的方法或通过编码读入MIB文件来生成MIB树,这些方法都存在一定的局限性,也影响了MIB浏览器的适应性。通过使用libsmi与SNMP++可以较为轻松地构建起MIB浏览器,与传统方法相比,该方法实现的MIB浏览器可用性大大提高,且降低了实现的难度。说明并纠正了libsmi与SNMP++在开发中发现的一些缺陷。  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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