首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   52563篇
  免费   6600篇
  国内免费   4997篇
电工技术   4994篇
技术理论   2篇
综合类   8620篇
化学工业   2565篇
金属工艺   1491篇
机械仪表   4242篇
建筑科学   3758篇
矿业工程   1186篇
能源动力   1154篇
轻工业   2658篇
水利工程   1472篇
石油天然气   1074篇
武器工业   738篇
无线电   6414篇
一般工业技术   5586篇
冶金工业   1226篇
原子能技术   577篇
自动化技术   16403篇
  2024年   211篇
  2023年   764篇
  2022年   1235篇
  2021年   1469篇
  2020年   1614篇
  2019年   1553篇
  2018年   1491篇
  2017年   1815篇
  2016年   1999篇
  2015年   2032篇
  2014年   2909篇
  2013年   3305篇
  2012年   3743篇
  2011年   3963篇
  2010年   3063篇
  2009年   3273篇
  2008年   3342篇
  2007年   3881篇
  2006年   3378篇
  2005年   2966篇
  2004年   2512篇
  2003年   2165篇
  2002年   1806篇
  2001年   1532篇
  2000年   1359篇
  1999年   1128篇
  1998年   934篇
  1997年   798篇
  1996年   707篇
  1995年   615篇
  1994年   527篇
  1993年   370篇
  1992年   348篇
  1991年   275篇
  1990年   246篇
  1989年   224篇
  1988年   149篇
  1987年   80篇
  1986年   48篇
  1985年   47篇
  1984年   39篇
  1983年   43篇
  1982年   36篇
  1981年   29篇
  1980年   23篇
  1979年   18篇
  1978年   13篇
  1977年   8篇
  1964年   15篇
  1963年   8篇
排序方式: 共有10000条查询结果,搜索用时 312 毫秒
861.
Two algorithms for generating random variables with a rational probability-generating function are presented. One of them implements the recently developed general range reduction method, and the other is an extension of the alias method designed for generating discrete finite-valued random variables to the case where the generated random variable is infinite-valued. An example of a random variable which was efficiently generated by random number generators implementing the presented algorithms is given. Possible ways of improving the complexity of the presented algorithms are discussed.  相似文献   
862.
863.
A technique to approximate the solutions of nonlinear Klein–Gordon equation and Klein–Gordon-Schrödinger equations is presented separately. The approach is based on collocation of cubic B-spline functions. The above-mentioned equations are decomposed into a system of partial differential equations, which are further converted to an amenable system of ODEs. The obtained system has been solved by SSP-RK54 scheme. Numerical solutions are presented for five examples, to show the accuracy and usefulness of proposed approach. The approximate solutions of both the equations are computed without using any transformation and linearization. The technique can be applied with ease to solve linear and nonlinear PDEs and also reduces the computational work.  相似文献   
864.
865.
Programmers build large‐scale systems with multiple languages to leverage legacy code and languages best suited to their problems. For instance, the same program may use Java for ease of programming and C to interface with the operating system. These programs pose significant debugging challenges, because programmers need to understand and control code across languages, which often execute in different environments. Unfortunately, traditional multilingual debuggers require a single execution environment. This paper presents a novel composition approach to building portable mixed‐environment debuggers, in which an intermediate agent interposes on language transitions, controlling and reusing single‐environment debuggers. We implement debugger composition in Blink, a debugger for Java, C, and the Jeannie programming language. We show that Blink is (i) simple: it requires modest amounts of new code; (ii) portable: it supports multiple Java virtual machines, C compilers, operating systems, and component debuggers; and (iii) powerful: composition eases debugging, while supporting new mixed‐language expression evaluation and Java native interface bug diagnostics. To demonstrate the generality of interposition, we build prototypes and demonstrate debugger language transitions with C for five of six other languages (Caml, Common Lisp, C#, Perl 5, Python, and Ruby) without modifications to their debuggers. Using real‐world case studies, we show that diagnosing language interface errors require prior single‐environment debuggers to restart execution multiple times, whereas Blink directly diagnoses them with one execution. Copyright © 2014 John Wiley & Sons, Ltd.  相似文献   
866.
867.
868.
李改  李磊 《自动化学报》2015,41(2):405-418
单类协同过滤(One-class collaborative filtering, OCCF)问题是当前的一大研究热点.之前的研究所提出的算法对噪声数据很敏感,因为训练数据中的噪声数据将给训练过程带来巨大影响,从而导致算法的不准确性.文中引入了Sigmoid成对损失函数和Fidelity成对损失函数,这两个函数具有很好的灵活性,能够和当前最流行的基于矩阵分解(Matrix factorization, MF)的协同过滤算法和基于最近邻(K-nearest neighbor, KNN)的协同过滤算法很好地融合在一起,进而提出了两个鲁棒的单类协同排序算法,解决了之前此类算法对噪声数据的敏感性问题.基于Bootstrap抽样的随机梯度下降法用于优化学习过程.在包含有大量噪声数据点的实际数据集上实验验证,本文提出的算法在各个评价指标下均优于当前最新的单类协同排序算法.  相似文献   
869.
利用状态空间平均方法建立了Buck变换器的数学模型,该模型考虑了电容和电感的串联等效电阻,仿真结果与电路模型的仿真结果基本一致,其准确性较高;基于该数学模型,分别设计了PID控制和PWM滑模控制,滑模控制基于二重积分滑动面,并利用了电流信息。仿真结果表明,在负载突变情况下,基于二重积分滑动面的PWM滑模电流控制具有更好的动态响应特性和稳态误差调节特性。  相似文献   
870.
具备反向学习和局部学习能力的粒子群算法   总被引:2,自引:0,他引:2  
为解决粒子群优化(Particle Swarm Optimization,PSO)算法中存在的种群多样性和收敛性之间的矛盾,该文提出了一种具备反向学习和局部学习能力的粒子群优化算法(Reverse-learning and Local-learning PSO,RLPSO)。该算法保留了初始种群中满足排异距离要求的多个较差粒子以及每个粒子的历史最差位置。当检测到算法陷入局部最优时,利用这些较差粒子的位置信息指导部分粒子以较快飞行速度进行反向学习,将其迅速牵引出局部最优区域。反向学习过程可改善粒子种群的多样性,保证了算法的全局探测能力;同时,利用较优粒子间的差分结果指导最优粒子进行局部学习与搜索,该过程可与粒子群的飞行过程并行执行,且局部学习的缩放因子可随进化过程动态调节。局部学习可提高算法的求解精度,保证算法的迅速收敛。实验结果表明,RLPSO 算法同其他 PSO 算法相比,在高维函数优化中具有收敛速度快、求解精度高的特点。  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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