首页 | 官方网站   微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   3901篇
  免费   191篇
  国内免费   216篇
工业技术   4308篇
  2024年   7篇
  2023年   12篇
  2022年   39篇
  2021年   62篇
  2020年   57篇
  2019年   36篇
  2018年   44篇
  2017年   63篇
  2016年   74篇
  2015年   105篇
  2014年   230篇
  2013年   249篇
  2012年   269篇
  2011年   295篇
  2010年   189篇
  2009年   233篇
  2008年   242篇
  2007年   255篇
  2006年   260篇
  2005年   312篇
  2004年   260篇
  2003年   229篇
  2002年   181篇
  2001年   148篇
  2000年   135篇
  1999年   91篇
  1998年   37篇
  1997年   38篇
  1996年   38篇
  1995年   28篇
  1994年   35篇
  1993年   13篇
  1992年   11篇
  1991年   7篇
  1990年   2篇
  1989年   3篇
  1988年   5篇
  1987年   1篇
  1986年   1篇
  1985年   3篇
  1984年   3篇
  1979年   1篇
  1976年   1篇
  1975年   1篇
  1961年   2篇
  1959年   1篇
排序方式: 共有4308条查询结果,搜索用时 15 毫秒
111.
We present the software library STXXL that is an implementation of the C++ standard template library (STL) for processing huge data sets that can fit only on hard disks. It supports parallel disks, overlapping between disk I/O and computation and it is the first I/O‐efficient algorithm library that supports the pipelining technique that can save more than half of the I/Os. STXXL has been applied both in academic and industrial environments for a range of problems including text processing, graph algorithms, computational geometry, Gaussian elimination, visualization, and analysis of microscopic images, differential cryptographic analysis, etc. The performance of STXXL and its applications are evaluated on synthetic and real‐world inputs. We present the design of the library, how its performance features are supported, and demonstrate how the library integrates with STL. Copyright © 2007 John Wiley & Sons, Ltd.  相似文献   
112.
针对传统CAN总线设备存在的系统规模大、功耗高、成本高等问题,提出并实现了一种高性价比CAN适配卡系统。介绍了系统总体结构,阐述了软硬件组成及其功能,并给出硬件具体设计方案及驱动程序的实现方法。经实践证明,该适配卡系统完全可满足实际需要且结构简单、能耗低、稳定性能好。  相似文献   
113.
The paper research is concerned with enabling parallel, high-performance computation—in particular development of scientific software in the network-aware programming language, Java. Traditionally, this kind of computing was done in Fortran. Arguably, Fortran is becoming a marginalized language, with limited economic incentive for vendors to produce modern development environments, optimizing compilers for new hardware, or other kinds of associated software expected of by today’s programmers. Hence, Java looks like a very promising alternative for the future. The paper will discuss in detail a particular environment called HPJava. HPJava is the environment for parallel programming—especially data-parallel scientific programming—in Java. Our HPJava is based around a small set of language extensions designed to support parallel computation with distributed arrays, plus a set of communication libraries. A high-level communication API, Adlib, is developed as an application level communication library suitable for our HPJava. This communication library supports collective operations on distributed arrays. We include Java Object as one of the Adlib communication data types. So we fully support communication of intrinsic Java types, including primitive types, and Java object types.  相似文献   
114.
在实际工作学习时,尤其是正常人学习盲文,或正常人之间需要用盲文交流时,或者盲文和普通文字的混排,或者需要简单的方法把盲文输入到普通的文档中.主要介绍了盲文字库的设计方法,以及解决该字库在不同计算机之间的移植和盲文字符的输入法等问题.  相似文献   
115.
数据采集卡在LabVIEW中的驱动方法   总被引:1,自引:0,他引:1  
戴新 《计算机应用与软件》2008,25(3):156-158,161
LabVIEW目前已成为虚拟仪器软件的重要代表,但是在LabVIEW中不能直接使用非NI公司的数据采集卡,必须自行编写驱动程序.介绍了在LabVIEW中驱动普通数据采集卡的几种方法,包括直接端口读写法、利用代码接口节点CIN(Code Inteface Node)的方法和利用CLF(Call Library Function)节点调用动态链接库的方法,并比较了三种方法的应用特点.实践证明,LabVIEW软件平台具有很好的开放性,可以实现对普通数据采集卡的编程.  相似文献   
116.
论述了基于浏览器方式的数字图书馆信息系统,在安全方面采用了身份识别验证与数字签名技术、多层次的权限控制技术、工作流程安全机制等安全技术,并尽最大可能利用网络环境、操作系统以及数字图书馆服务器本身的安全机制,将非法访问和数据的篡改降到最低的限度,以保障数字图书馆的数据安全,系统的安全是可以信赖的。  相似文献   
117.
从页面设计和功能设计两个模块来阐述,提出了盲人数字图书馆的设计策略,旨在通过提高盲人数字图书馆的易访问性来使盲人和视障用户便利地访问网站,获取自己所需要的信息。  相似文献   
118.
从页面设计和功能设计两个模块来阐述,提出了盲人数字图书馆的设计策略,旨在通过提高盲人数字图书馆的易访问性来使盲人和视障用户便利地访问网站,获取自己所需要的信息。  相似文献   
119.
针对传统的B/S模式媒体资源库系统代码可重用性低、维护困难、可扩展性差等问题,引入MVC设计模式,结合持久化工具Hibernate的功能特点和Struts框架的优势,提出采用Struts+Hibernate框架的媒体资源库设计思想,以构建一个媒体资源库的音乐子分库为例,验证了基于Struts+Hibernate模型的媒体资源库系统具有扩展性好、结构灵活、易于维护等特点。  相似文献   
120.
随着信息时代的不断发展,陈旧的图书管理方式已经不能适应当今人们的需要,新的图书馆管理系统信息量比较大,操作快捷方便,可靠性强等特点。据此,该小组成员设计出简易且实用性强的图书馆管理系统。该图书管理系统实现图书管理、图书借还管理、用户管理和系统查询等基本功能,及各个大块记录的录入和记录查询,从而达到了方便图书馆管理人员对图书从进入图书馆到读者手中,全过程进行有条不紊的管理,该文作者在此设计中负责图书管理模块的设计,其包括图书统计、书籍类别设置、图书基本设置、添加图书以及图书查询系统五大部分。该图书管理系统采用Micosoft公司的Visual Basic6.0程序编译工具和Access数据库设计工具实现该系统的界面与数据库设计。  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

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

京公网安备 11010802026262号