一个iscsi实现源码,值得参考。It is a high-performance, transport independent, multi-platform implementation of RFC3720 iSCSI.
上传时间: 2016-06-30
上传用户:it男一枚
GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and data structure classes, etc. This framework offers a class foundation that hides platform differences from your C++ application so that you need not write platform specific code. GNU Common C++ has been ported to compile nativily on most platforms which support either posix threads, or on maybe be used with Debian hosted mingw32 to build native threading applications for Microsoft Windows.
标签: applications framework optimized portable
上传时间: 2014-01-02
上传用户:luke5347
Zigbee 精简版技术协议,英文原版的,很好,值得参考! A Zigbee-subset/IEEE 802.15.4 Multi-platform Protocol Stack
上传时间: 2013-12-09
上传用户:sqq
Sun’s most advanced certification program in Java technology is the Sun Certified Enterprise Architect (“SCEA”) for Java 2 Platform. This book, the Sun Certified Enterprise Architect for J2EE Study Guide (Exam 310-051), provides all the information that you may need to prepare for the SCEA. It has detailed chapters and a CD covering all the topics of the SCEA exam. To pass the certification, the candidate should be familiar with the fundamentals of Java applications programming and should have skill in Java programming. Additionally, there are some specific technologies that the candidate should know we
标签: certification Enterprise technology Sun
上传时间: 2016-07-27
上传用户:李梦晗
(1) 本光盘提供了书中案例的Java源代码文件及编译发布后的可执行文件。 (2) 读者可以使用文本编辑工具(例如Windows中的记事本)或Java编辑工具来打开和编辑Java源代码文件。 (3) 文件夹图标后的数字编号为章号。例如CH03,为第3章的内容。 (4) 本光盘中,每章均含有打包发布的程序文件和案例的源代码文件(第3章除外,另请注意第1章和第2章因内容简单,所以光盘中没有包含)。 (5) 直接双击各章“打包发布”文件夹中的BAT文件即可运行相应章的案例程序(注意必须已安装JDK 1.5,并检查Path环境变量中应已经有JDK路径)。 (6) 也可以直接双击各章“打包发布”文件夹中的JAR文件来运行相应章的案例程序。但如果JAR文件已被RAR等压缩软件关联,则应当通过右击JAR文件图标,从快捷菜单中选择【打开方式】|【选择程序】|【推荐的程序】|【Java(TM) 2 Platform Standard Edition binary】命令,来取消与其他压缩软件的关联。取消后若JDK安装配置无误,即可直接双击JAR文件运行应用程序。 (7) 第11章中的database文件夹存放有该章的数据库文件,运行该章的程序前请首先配置数据源,配置方法请参考书中的讲解。
上传时间: 2016-07-31
上传用户:Amygdala
(1) 本光盘提供了书中案例的Java源代码文件及编译发布后的可执行文件。 (2) 读者可以使用文本编辑工具(例如Windows中的记事本)或Java编辑工具来打开和编辑Java源代码文件。 (3) 文件夹图标后的数字编号为章号。例如CH03,为第3章的内容。 (4) 本光盘中,每章均含有打包发布的程序文件和案例的源代码文件(第3章除外,另请注意第1章和第2章因内容简单,所以光盘中没有包含)。 (5) 直接双击各章“打包发布”文件夹中的BAT文件即可运行相应章的案例程序(注意必须已安装JDK 1.5,并检查Path环境变量中应已经有JDK路径)。 (6) 也可以直接双击各章“打包发布”文件夹中的JAR文件来运行相应章的案例程序。但如果JAR文件已被RAR等压缩软件关联,则应当通过右击JAR文件图标,从快捷菜单中选择【打开方式】|【选择程序】|【推荐的程序】|【Java(TM) 2 Platform Standard Edition binary】命令,来取消与其他压缩软件的关联。取消后若JDK安装配置无误,即可直接双击JAR文件运行应用程序。 (7) 第11章中的database文件夹存放有该章的数据库文件,运行该章的程序前请首先配置数据源,配置方法请参考书中的讲解。
上传时间: 2016-07-31
上传用户:朗朗乾坤
(1) 本光盘提供了书中案例的Java源代码文件及编译发布后的可执行文件。 (2) 读者可以使用文本编辑工具(例如Windows中的记事本)或Java编辑工具来打开和编辑Java源代码文件。 (3) 文件夹图标后的数字编号为章号。例如CH03,为第3章的内容。 (4) 本光盘中,每章均含有打包发布的程序文件和案例的源代码文件(第3章除外,另请注意第1章和第2章因内容简单,所以光盘中没有包含)。 (5) 直接双击各章“打包发布”文件夹中的BAT文件即可运行相应章的案例程序(注意必须已安装JDK 1.5,并检查Path环境变量中应已经有JDK路径)。 (6) 也可以直接双击各章“打包发布”文件夹中的JAR文件来运行相应章的案例程序。但如果JAR文件已被RAR等压缩软件关联,则应当通过右击JAR文件图标,从快捷菜单中选择【打开方式】|【选择程序】|【推荐的程序】|【Java(TM) 2 Platform Standard Edition binary】命令,来取消与其他压缩软件的关联。取消后若JDK安装配置无误,即可直接双击JAR文件运行应用程序。 (7) 第11章中的database文件夹存放有该章的数据库文件,运行该章的程序前请首先配置数据源,配置方法请参考书中的讲解。
上传时间: 2013-12-29
上传用户:阳光少年2016
(1) 本光盘提供了书中案例的Java源代码文件及编译发布后的可执行文件。 (2) 读者可以使用文本编辑工具(例如Windows中的记事本)或Java编辑工具来打开和编辑Java源代码文件。 (3) 文件夹图标后的数字编号为章号。例如CH03,为第3章的内容。 (4) 本光盘中,每章均含有打包发布的程序文件和案例的源代码文件(第3章除外,另请注意第1章和第2章因内容简单,所以光盘中没有包含)。 (5) 直接双击各章“打包发布”文件夹中的BAT文件即可运行相应章的案例程序(注意必须已安装JDK 1.5,并检查Path环境变量中应已经有JDK路径)。 (6) 也可以直接双击各章“打包发布”文件夹中的JAR文件来运行相应章的案例程序。但如果JAR文件已被RAR等压缩软件关联,则应当通过右击JAR文件图标,从快捷菜单中选择【打开方式】|【选择程序】|【推荐的程序】|【Java(TM) 2 Platform Standard Edition binary】命令,来取消与其他压缩软件的关联。取消后若JDK安装配置无误,即可直接双击JAR文件运行应用程序。 (7) 第11章中的database文件夹存放有该章的数据库文件,运行该章的程序前请首先配置数据源,配置方法请参考书中的讲解。
上传时间: 2016-07-31
上传用户:372825274
Abstract—Wireless networks in combination with image sensors open up a multitude of previously unthinkable sensing applications. Capable tools and testbeds for these wireless image sensor networks can greatly accelerate development of complex, yet efficient algorithms that meet application requirements. In this paper, we introduce WiSNAP, a Matlab-based application development platform intended for wireless image sensor networks. It allows researchers and developers of such networks to investigate, design, and evaluate algorithms and applications using real target hardware. WiSNAP offers standardized and easy-to-use Application Program Interfaces (APIs) to control image sensors and wireless motes, which do not require detailed knowledge of the target hardware. Nonetheless, its open system architecture enables support of virtually any kind of sensor or wireless mote. Application examples are presented to illustrate the usage of WiSNAP as a powerful development tool.
标签: combination previously multitude Abstract
上传时间: 2013-12-03
上传用户:D&L37
简单的硬件设计实验,此试验可作为使用 Xilinx Platform Studio (XPS)创建简单系统的指导,此试验以 Spartan-3E为目标板。
上传时间: 2013-12-23
上传用户:qiaoyue