全文获取类型
收费全文 | 7182篇 |
免费 | 1344篇 |
国内免费 | 742篇 |
专业分类
电工技术 | 397篇 |
综合类 | 694篇 |
化学工业 | 218篇 |
金属工艺 | 118篇 |
机械仪表 | 389篇 |
建筑科学 | 185篇 |
矿业工程 | 47篇 |
能源动力 | 53篇 |
轻工业 | 19篇 |
水利工程 | 34篇 |
石油天然气 | 29篇 |
武器工业 | 246篇 |
无线电 | 2074篇 |
一般工业技术 | 250篇 |
冶金工业 | 40篇 |
原子能技术 | 66篇 |
自动化技术 | 4409篇 |
出版年
2024年 | 144篇 |
2023年 | 178篇 |
2022年 | 236篇 |
2021年 | 254篇 |
2020年 | 234篇 |
2019年 | 196篇 |
2018年 | 185篇 |
2017年 | 236篇 |
2016年 | 225篇 |
2015年 | 298篇 |
2014年 | 465篇 |
2013年 | 451篇 |
2012年 | 593篇 |
2011年 | 701篇 |
2010年 | 593篇 |
2009年 | 652篇 |
2008年 | 694篇 |
2007年 | 742篇 |
2006年 | 640篇 |
2005年 | 565篇 |
2004年 | 340篇 |
2003年 | 266篇 |
2002年 | 131篇 |
2001年 | 82篇 |
2000年 | 51篇 |
1999年 | 29篇 |
1998年 | 14篇 |
1997年 | 13篇 |
1996年 | 13篇 |
1995年 | 10篇 |
1994年 | 6篇 |
1993年 | 7篇 |
1992年 | 3篇 |
1991年 | 4篇 |
1990年 | 4篇 |
1989年 | 2篇 |
1988年 | 4篇 |
1985年 | 1篇 |
1981年 | 1篇 |
1980年 | 1篇 |
1979年 | 1篇 |
1978年 | 1篇 |
1977年 | 2篇 |
排序方式: 共有9268条查询结果,搜索用时 15 毫秒
1.
《Expert systems with applications》2014,41(11):5416-5430
Detecting SQL injection attacks (SQLIAs) is becoming increasingly important in database-driven web sites. Until now, most of the studies on SQLIA detection have focused on the structured query language (SQL) structure at the application level. Unfortunately, this approach inevitably fails to detect those attacks that use already stored procedure and data within the database system. In this paper, we propose a framework to detect SQLIAs at database level by using SVM classification and various kernel functions. The key issue of SQLIA detection framework is how to represent the internal query tree collected from database log suitable for SVM classification algorithm in order to acquire good performance in detecting SQLIAs. To solve the issue, we first propose a novel method to convert the query tree into an n-dimensional feature vector by using a multi-dimensional sequence as an intermediate representation. The reason that it is difficult to directly convert the query tree into an n-dimensional feature vector is the complexity and variability of the query tree structure. Second, we propose a method to extract the syntactic features, as well as the semantic features when generating feature vector. Third, we propose a method to transform string feature values into numeric feature values, combining multiple statistical models. The combined model maps one string value to one numeric value by containing the multiple characteristic of each string value. In order to demonstrate the feasibility of our proposals in practical environments, we implement the SQLIA detection system based on PostgreSQL, a popular open source database system, and we perform experiments. The experimental results using the internal query trees of PostgreSQL validate that our proposal is effective in detecting SQLIAs, with at least 99.6% of the probability that the probability for malicious queries to be correctly predicted as SQLIA is greater than the probability for normal queries to be incorrectly predicted as SQLIA. Finally, we perform additional experiments to compare our proposal with syntax-focused feature extraction and single statistical model based on feature transformation. The experimental results show that our proposal significantly increases the probability of correctly detecting SQLIAs for various SQL statements, when compared to the previous methods. 相似文献
2.
3.
潘婷婷 《长沙通信职业技术学院学报》2014,(1):25-28
在数据库应用程序的研发过程中,经常涉及到对数据表的任意字段进行任意形式的组合查询,这样可以大大缩小查询范围,这就是多条件查询。文章首先对多条件查询的常用方法予以介绍,包括枚举法、递进法;最后笔者给出防止注入攻击的基于List集合的多条件查询优化算法。同时,为了提高性能,避免产生垃圾内存,SQL语句都使用StringBuilder类来创建字符串实例进行拼接,文中的代码均在VS2008平台下运行通过。 相似文献
4.
提出了基于LM3S316实现与PC机通讯的方法.给出了硬件实现及软件设计思想.该方法使用微控制器仿真USB设备,降低了功耗、成本. 相似文献
5.
基于USB的矿井气体检测系统 总被引:1,自引:0,他引:1
目前我国煤矿中使用的气体传感器的校验和分析大多采用纯手工操作,原始数据量大、校验时间长,给煤矿安全带来很大隐患。针对该问题,文章提出了一种基于USB的矿井气体检测系统的设计方案。该系统采用以ARM为核心的嵌入式技术和USB接口技术,可实现多种气体数据信息的实时采集、存储与传输功能,并可在上位机上实时显示。试运行结果表明,该基于USB的矿井气体检测系统数据处理速度快,方便可靠,有较好的实时性。 相似文献
6.
CCA-secure unidirectional proxy re-encryption in the adaptive corruption model without random oracles 总被引:1,自引:0,他引:1
DENG Robert 《中国科学:信息科学(英文版)》2010,(3):593-606
Up to now, it is still an open question of how to construct a chosen-ciphertext secure unidirectional proxy re-encryption scheme in the adaptive corruption model. To address this problem, we propose a new unidirectional proxy re-encryption scheme, and prove its chosen-ciphertext security in the adaptive corruption model without random oracles. Compared with the best known unidirectional proxy re-encryption scheme proposed by Libert and Vergnaud in PKC’08, our scheme enjoys the advantages of both higher effi... 相似文献
7.
通用串行总线设备固件的设计 总被引:6,自引:1,他引:5
该文描述使用8x930ax微处理器开发通用串行总线设备固件的技术。 相似文献
8.
9.
为了解决传统无线网卡体积大、自启动过程不稳定等问题,针对高通平台的无线网卡,根据MSM6290芯片组解决方案用一个单独的应用处理器实现单一芯片上的数字和模拟功能,并通过基于USB协议的SCSI命令处理实现虚拟光驱设备和USB协议栈的重启。实现结果显示,这种基于USB协议的无线网卡自启动方法可显著改善设备自启动的效率及稳定性,能使3G无线网卡具有更好的应用性能。 相似文献
10.