首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   4189篇
  免费   62篇
  国内免费   296篇
电工技术   80篇
综合类   243篇
化学工业   45篇
金属工艺   83篇
机械仪表   293篇
建筑科学   99篇
矿业工程   66篇
能源动力   25篇
轻工业   47篇
水利工程   10篇
石油天然气   22篇
武器工业   42篇
无线电   212篇
一般工业技术   74篇
冶金工业   36篇
原子能技术   53篇
自动化技术   3117篇
  2024年   2篇
  2023年   5篇
  2022年   16篇
  2021年   16篇
  2020年   33篇
  2019年   7篇
  2018年   18篇
  2017年   16篇
  2016年   29篇
  2015年   45篇
  2014年   129篇
  2013年   83篇
  2012年   171篇
  2011年   294篇
  2010年   174篇
  2009年   147篇
  2008年   246篇
  2007年   332篇
  2006年   324篇
  2005年   358篇
  2004年   318篇
  2003年   336篇
  2002年   312篇
  2001年   241篇
  2000年   186篇
  1999年   166篇
  1998年   114篇
  1997年   76篇
  1996年   69篇
  1995年   49篇
  1994年   41篇
  1993年   32篇
  1992年   20篇
  1991年   16篇
  1990年   12篇
  1989年   14篇
  1988年   8篇
  1987年   10篇
  1986年   7篇
  1985年   17篇
  1984年   13篇
  1983年   12篇
  1982年   5篇
  1981年   12篇
  1980年   4篇
  1979年   6篇
  1978年   3篇
  1977年   2篇
  1973年   1篇
排序方式: 共有4547条查询结果,搜索用时 0 毫秒
31.
针对三层架构的数据库应用系统,提出了一种非常便捷的,能大量减少编码工作量的实现方式。服务端由基于Strusts 2的Java完成,而客户端接口用C#和Delphi语言分别实现。  相似文献   
32.
建立标准数据库是临床研究病情变化的重要手段,建立适用于肌肉功能障碍患者的标准数据库模板更具有重要临床意义。本研究针对临床上所采集的具有肌肉功能障碍患者的肌力、肌电数据,通过ODBC连接方式,引入了统一建模语言(UML),使用VC++开发工具,设计和完成了Access数据库,以对获取到的大量的肌力、肌电数据进行管理和使用。数据库有效存储并管理肌力、肌电数据,同时能减少数据占有空间和数据冗余,它更好地满足了医院康复科的需求。  相似文献   
33.
高职高专院校的课程(特别是计算机软件类的课程)教学中,常见问题及处理对策。以及开展的教学活动,主要采用项目驱动教学方法,通过具体的项目开发,培养学生综合实践能力。  相似文献   
34.
为了满足工程实践对先进液压测试技术的需要,研究了基于美国NI公司最新推出的LabVIEW 7 Express虚拟仪器开发平台的液压测试系统的软硬件结构,介绍了测试系统实现网络通讯、数据库链接和多种编程语言联合作业的方法,提出了现代液压测试系统的技术方案。  相似文献   
35.
介绍了水厂生产管理决策支持系统的设计原理和方法,其中主要讲述了数据库和知识库的建立,并阐述了该系统的运行功能、管理和维护方法。  相似文献   
36.
37.
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.  相似文献   
38.
数据是业务运转的基础.是企业的宝贵资产。企业在系统升级过程中往往会遇到数据迁移问题,由于新系统与旧系统经常存在数据结构异构的情况.使数据迁移工作难以实现。开发一款异构数据库数据迁移工具,该工具通过框架程序在ODBC(Open Database Connectivity)开发平台以及XML技术的支持下实现数据结构异构的数据库数据迁移。  相似文献   
39.
作为一门重要的数据库基础课程,《Access数据库》的教学不但可以使学生学会一种数据库技术,而且还能够奠定学生将来学习高级数据库技术的基础,因此,将案例式教学法应用《Access数据库》教学中具有重大的实际意义。为此,对案例式教学法的内涵进行阐述,《Access数据库》教学中案例式教学法的实际应用策略,以及应用案例式教学法需要注意的一系列事项。  相似文献   
40.
运用Java反射机制和面向接口的编程思想,设计并实现一款Java数据库访问通用模型,该模型具有适用范围广、轻量级、可扩展性好等特点,既可以应用到Java桌面应用程序也可以应用到Java Web应用程序中,而且和使用的数据库服务器无关。该模型的使用可以减少程序员的工作量,从而减少开发成本,缩短开发周期。  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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