全文获取类型
收费全文 | 571篇 |
免费 | 81篇 |
国内免费 | 65篇 |
专业分类
电工技术 | 30篇 |
综合类 | 71篇 |
化学工业 | 22篇 |
金属工艺 | 11篇 |
机械仪表 | 43篇 |
建筑科学 | 17篇 |
矿业工程 | 12篇 |
能源动力 | 5篇 |
轻工业 | 16篇 |
水利工程 | 3篇 |
石油天然气 | 7篇 |
武器工业 | 17篇 |
无线电 | 182篇 |
一般工业技术 | 84篇 |
冶金工业 | 10篇 |
原子能技术 | 26篇 |
自动化技术 | 161篇 |
出版年
2024年 | 3篇 |
2023年 | 5篇 |
2022年 | 12篇 |
2021年 | 4篇 |
2020年 | 3篇 |
2019年 | 6篇 |
2018年 | 14篇 |
2017年 | 14篇 |
2016年 | 29篇 |
2015年 | 27篇 |
2014年 | 38篇 |
2013年 | 38篇 |
2012年 | 44篇 |
2011年 | 64篇 |
2010年 | 42篇 |
2009年 | 55篇 |
2008年 | 42篇 |
2007年 | 36篇 |
2006年 | 49篇 |
2005年 | 27篇 |
2004年 | 30篇 |
2003年 | 25篇 |
2002年 | 27篇 |
2001年 | 13篇 |
2000年 | 15篇 |
1999年 | 11篇 |
1998年 | 10篇 |
1997年 | 7篇 |
1996年 | 9篇 |
1995年 | 3篇 |
1993年 | 3篇 |
1992年 | 4篇 |
1991年 | 1篇 |
1990年 | 2篇 |
1989年 | 2篇 |
1985年 | 1篇 |
1976年 | 2篇 |
排序方式: 共有717条查询结果,搜索用时 10 毫秒
81.
基于解集合的准启发式方法是解决资源约束下项目调度问题的有效方法,解的表示形式一直是这种方法的一个重要研究问题。只有充分利用解的形式和目标函数之间的联系,才可能达到在少数枚举下得到尽可能好的解。详细分析了解空间性质,提出了用额外关系表示一个可行解的方法,给出了这种表示方法的理论依据。并介绍了用该方法产生邻域的方法。 相似文献
82.
最近涌现了各种进化方法来解决多目标优化问题,分散搜索也是一种可以解决多目标问题的算法。该算法的结构引用进化算法的杂交和变异算子来增强它的性能,但该算法与其他进化算法的不同在于一系列操作策略不再基于随机性原理,而是运用“分散-收敛集聚”的迭代机制。论文在多目标优化问题区域讨论分散搜索算法,寻找多目标的非支配集或Pareto最优解。实验表明,分散搜索算法具有很好的收敛性和分布性。 相似文献
83.
84.
85.
86.
一种改进的线性判别分析算法MLDA 总被引:1,自引:0,他引:1
线性判别分析(LDA)是模式识别方法之一,已广泛应用于模式识别、数据分析等诸多领域。线性判别分析法寻找的是有效分类的方向。而当样本维数远大于样本个数(即小样本问题)时,LDA便束手无策。为有效解决线性判别分析法的小样本问题,提出了一种改进的LDA算法——MLDA。该算法将类内离散度矩阵进行标量化处理,有效地避免了对类内离散度矩阵求逆。通过实验证明MLDA在一定程度上解决了经典LDA的小样本问题。 相似文献
87.
结合Fisher判别分析和支持向量机的优点,提出了一种新的分类算法—Fisher-SV分类器(简称FSVC)。该分类器的核心思想就是寻找最优分类面的法向量w*,使得样本向量在w*上做投影后,不仅使分类间隔达到最大,而且使类内离散程度尽可能小。对于线性情况,可以转化为传统的支持向量机求解,而不需要设计新的求解算法。对于非线性情况,利用再生核理论得出新的求解算法。实验结果表明,该分类器具有很高的准确度和可靠性。 相似文献
88.
异步脑—机接口的空闲状态检测新方法* 总被引:4,自引:0,他引:4
提出一种新的空闲状态检测方法,以训练集中各类运动想象样本的类内散度和正确检测率为指标,结合接收机曲线确定分类阈值,设计最佳三分类器,并采用模糊化技术对预测标签进行处理。将该方法应用于2005年BCI竞赛数据IVc,测试的均方误差为0.278 7。实验结果验证了该方法的有效性。 相似文献
89.
In this paper, a scatter search algorithm with improved component modules is proposed to solve the single machine total weighted tardiness problem with sequence-dependent setup times. For diversification generation module, both random strategy based heuristics and construction heuristic are adopted to generate the diversified population. For improvement module, variable neighborhood search based local searches are embedded into the algorithm to improve the trial solutions and the combined solutions. For reference set update module, the number of edges by which the two solutions differ from each other is counted to measure the diversification value between two solutions. We also propose a new strategy in which the length of the reference set could be adjusted adaptively to balance the computing time and solving ability. In addition, a discrete differential evolution operator is proposed with another two operators constitute the combination module to generate the new trial solutions with the solutions in the subsets. The proposed algorithm is tested on the 120 benchmark instances from the literature. Computational results indicate that the average relative percentage deviations of the improved algorithm from the ACO_AP, DPSO, DDE and GVNS are −5.16%, −3.33%, −1.81% and −0.08%, respectively. Comparing with the state-of-the-art and exact algorithms, the proposed algorithm can obtain 78 optimal solutions out of 120 instances within a reasonable computational time. 相似文献
90.
炼钢-精炼-连铸是钢铁产品的关键生产工序,其有效的调度对生产过程中减少热能消耗、提高生产效率具有重要意义.根据生产过程中工序加工时间可控性和主要工艺约束提出了分散搜索(scattcr scarch,SS)算法和数学规划相结合的两阶段求解算法.第1阶段应用SS算法基于各阶段正常的加工时间,确定炼钢-精炼生产阶段各设备的加工炉次集和各炉次的加工顺序.第2阶段将SS求得的解转化为时间约束网络图,建立了以炉次等待设备时间和设备等待炉次时间及最大完成时间最小为调度目标,工序加工时间可控的混合整数规划模型,应用CPLEX求解模型确定各炉次的加工时间和开始时间.基于国内某钢铁企业炼钢-精炼-连铸生产过程的实绩生成了14个不同规模的测试案例,对钢厂生产实绩效果与本文两阶段求解算法的优化效果进行了对比,分析了不同等待时间权重对两阶段算法性能的影响,并与采用遗传局域搜索(gcnctic local search,GLS)算法与数学规划相结合的求解算法的优化效果进行了比较.实验结果表明本文给出的模型和两阶段求解算法对加工时间可控的炼钢-精炼-连铸调度问题的优化效果很好. 相似文献