The development of a data acquisition card based on USB bus is introduced in this article.It first describes the configuration and principle of this card in the part of hardware design,and then the application program and device driver in the part of software design.Data acquisition program in firmware is also discussed.Finally,this data acquisition card is tested and evaluated in a program developed by Lab Windows CVI,which shows that this car is stable and reliable
标签: development acquisition introduced article
上传时间: 2015-12-07
上传用户:lijianyu172
In addition to all the people who contributed to the first edition, we would like to thank the following individuals for their generous help in writing this edition. Very special thanks go to Jory Prather for verifying the code samples as well as fixing them for consistency. Thanks to Dave Thaler, Brian Zill, and Rich Draves for clarifying our IPv6 questions, Mohammad Alam and Rajesh Peddibhotla for help with reliable multicasting, and Jeff Venable for his contributions on the Network Location Awareness functionality. Thanks to Vadim Eydelman for his Winsock expertise. And Finally we would like to thank the .NET Application Frameworks team (Lance Olson, Mauro Ottaviani, and Ron Alberda) for their help with our questions about .NET Sockets.
标签: the contributed addition to
上传时间: 2015-12-17
上传用户:dongqiangqiang
This tutorial will describe how to create a simple device driver, dynamically load and unload it, and Finally talk to it from user mode.
标签: dynamically tutorial describe create
上传时间: 2014-01-09
上传用户:cxl274287265
JAVA程序员面试32问 如:第一,谈谈final, Finally, finalize的区别。
上传时间: 2013-11-27
上传用户:1966640071
java面试习题集 大家看看自己都会不会哦 一,谈谈final, Finally, finalize的区别。 第二,Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements(实现)interface(接口)?
上传时间: 2016-05-03
上传用户:电子世界
Coaxial feed structures are widely used in ultra-wide band antennas . This paper modeled the characteristic of the monopole antenna feeded by coaxial line by FDTD in the time-domiain,which showes that . Firstly, it introduced the theory of the arithmetic and the particularly realization in the calculation then it described the use in the time-domain Finally it analysed several characteristics of the monopole antenna. The arithmetic used in the microstrip antenna is also a quick and economical way to design the antenna.
标签: structures ultra-wide antennas Coaxial
上传时间: 2016-06-28
上传用户:朗朗乾坤
实验12 异常处理 12.1 实验目的 (1)掌握异常处理的编程特点。 (2)了解Java异常分类层次,常见系统异常。 (3)了解自定义异常的定义及方法异常的抛出与处理。 12.2 知识要点 Java把异常加入Java语言的体系结构,为异常定义了类和关键字,简化了错误处理代码。将错误处理从正常的控制流中分离出来,对错误实施统一处理。 12.2.1异常处理结构 try { 语句块; } catch (异常类名1 参变量名) { 语句块; } catch (异常类名2 参变量名) { 语句块; } Finally { 语句块; } 说明: (1)Finally总是执行,它是异常处理的统一出口,常用来实现资源释放,文件关闭等。 (2)发生异常时try块内的后续语句不再执行; (3)catch按照次序进行匹配检查处理,找到一个匹配者,不再找其它;catch的排列要按照先个别化再一般化的次序。不能将父类异常排在前、子类异常排在后。 12.2.2 常见系统异常 常见系统异常如表12-1所示。 表12-1 常见系统异常
上传时间: 2013-12-09
上传用户:jhksyghr
Writing Robust Java Code The AmbySoft Inc. Coding Standards for Java v17.01d Scott W. Ambler Software Process Mentor This Version: January 15, 2000 Copyright 1998-1999 AmbySoft Inc.Purpose of this White Paper This white paper describes a collection of standards, conventio code. They are based on sound, proven software engineering p understand, to maintain, and to enhance. Furthermore, by foll productivity as a Java developer should increase remarkably ¨C write high-quality code right from the start you will have a much development process. Finally, following a common set of codi making teams of developers significantly more productive.
标签: W. Java Standards AmbySoft
上传时间: 2013-12-22
上传用户:mhp0114
Tricks of the Windows Game Programmin Gurus, 2E takes the reader through Win32 programming, covering all the major components of DirectX including DirectDraw, DirectSound, DirectInput (including Force Feedback), and DirectMusic. Andre teaches the reader 2D graphics and rasterization techniques. Finally, Andre provides the most intense coverage of game algorithms, multithreaded programming, artificial intelligence (including fuzzy logic, neural nets, and genetic algorithms), and physics modeling you have ever seen in a game book.
标签: programming Programmin the covering
上传时间: 2014-01-02
上传用户:wangchong
学生公寓管理系统使用说明: 1.服务器运行环境 SQL 2000 .NET FRAMEWORK 1.1 .NET FRAMEWORK 1.1 CHINESE (SIMPLIFIED) LANGUAGE WINDOWS信使 IIS 开发环境:Windows XP Microsoft Visual Studio .NET 2003 SQL Server 2000 2.使用方法 附数据库Manage,文件夹为DB,用户名为sa,密码为空。 3.通过信使将Manage文件夹添加为虚拟目录。 起始页是Login.aspx 网站的系统管理员帐号和密码分别是: admin admin 网站的管理员帐号和密码有很多,其中一个是:1 1 网站的学生帐号和密码有很多,其中一个是: 3 12345678 制作说明: 1.由于时间仓促,为了做一个完整的系统,做的这个系统没有用基本的三层架构或基本的MVC架构,而是用的一层 2.本系统参考了自己曾经做过网站,系统的代码,并不是从无到有的做出来的 3.为了在短时间实现了最为基本的功能,本网站做的比较粗糙,里面有隐患的bug,我没有用 try{} catch{} Finally{} 捕捉,所以在调试的时候,难免会报错 4.还是由于时间的仓促,网站的所有网页,出了图片之外,都在根目录下,见笑了
上传时间: 2016-11-01
上传用户:eclipse