Welcome![Sign In][Sign Up]
Location:
Search - rea

Search list

[Driver Develop816-4854

Description: 本设备驱动教程是一本实际操作指南,介绍如何开发简单的 SolarisTM 操作系统(Solaris OS)驱动程序。设备驱动教程 还阐述了设备驱动程序在 Solaris 操作系统中的工作原理。本书与 Writing Device Drivers 配套。Writing Device Drivers 是一个详尽的参考文档,对多种设备和驱动程序进行了讨论。设备驱动教程探讨了完整的驱动程序,但没有对所有驱动程序类型进行全面分析。设备驱动教程中的很多地方都引用了 Writing Device Drivers 及其他书籍的内容,以提供更详细的信息。需要开发、安装和配置 Solaris 操作系统设备驱动程序者,以及需要维护现有驱动程序或为现有的 Solaris 操作系统驱动程序添加新功能者,都应阅读本书。本书提供的内核方面的信息也有助于诊断和排除在安装或配置 Solaris 系统时遇到的问题。-the Device Driver Guide is a practical guide on how to develop simple SolarisTM Operating System (Solaris OS) driver. Device Drivers Guide also describes the device driver in the Solaris operating system works. Book Writing Device Drivers and matching. Writing Device Drivers is a detailed reference documentation, to multiple devices and drivers were discussed. Device Drivers Guide on the integrity of the driver, but not for all types of drivers for a full analysis. Device Drivers Guide to the many places are quoted Writing Device Drivers and other books, to provide more detailed information. Need to develop, install and configure the Solaris operating system device drivers, and the need to safeguard the existing drivers or for existing Solaris operating system adds new features, should rea
Platform: | Size: 1363105 | Author: 史桂颖 | Hits:

[Other resourceartx_kernel_swi

Description: SWI with ARTX Kernel and RealView Compiler This example program shows how to implement software interrupt functions in an application that uses the ARTX Kernel. The example uses the RealView Compilation Tools. The file SWI_Table.s implements the SWI function table. The SWI function declarations and implementations are demonstrated in the file Artx_SWI.c. -SWI with premiums Kernel and RealView Compiler This example program shows how to implement EpikOne Software interrupt functions in an application th at uses the premiums Kernel. The example uses the Rea lView Compilation Tools. The file SWI_Table.s SWI implements the function table. The SWI func tion declarations and implementations are dem onstrated Artx_SWI.c in the file.
Platform: | Size: 14002 | Author: 徐勇 | Hits:

[Software EngineeringAn-embedded-rea-time-environmen-monitoring-system.

Description: 一篇关于实时嵌入式系统环境监控的系统设计!博士论文 THE UNIVERSITY OF TEXAS AT ARLINGTON-on a real-time embedded system environment monitoring system design! Doctoral thesis THE UNIVERSITY OF TEXAS AT ARLINGTON
Platform: | Size: 3537056 | Author: xulingfei | Hits:

[Other resourceSQLDA_oracle

Description: 动态SQL的第4种方法通过SQLDA(The SQL Descriptor Area)和oracle内部交换数据,可以执行直到程序运行时还不知道选择表项或虚拟输入宿主变量的个数和类型的SQL语句。-the first four methods through SQLDA (The SQL Descriptor A rea) and the exchange of data within the oracle, can be implemented until the procedures do not know when the selection table or virtual host variable input the number and types of SQL statements .
Platform: | Size: 118616 | Author: xian | Hits:

[Other resourceDevelopBoard_SetupSupport

Description: 开发板简易系统安装: --Jflash-s3c2410 --mkyaffsimage --my_root_yaffs_mini.tar.gz --vivi_note_yaffs.tar.gz --vivi_yaffs --zImage_2.4 --zImage_2.6 readme.txt-Development Board Simple installation : -- Jflash - s3c2410 -- mkyaffsimage -- my_root_ yaffs_mini.tar.gz -- vivi_note_yaffs. tar.g z -- vivi_yaffs -- zImage_2 .4 -- .6 rea zImage_2 dme.txt
Platform: | Size: 4237909 | Author: xxm | Hits:

[OtherIIS_SSL

Description: 如何使用IIS实现SSL服务.rar 如何使用IIS实现SSL服务.rar-realized how to use the IIS SSL services. Rar rea lize how to use IIS SSL services. rar
Platform: | Size: 64954 | Author: samwong | Hits:

[Special EffectsCColor_src

Description: CColor - RGB and HLS combined in one class The CColor class emerged from the need to manipulate color in the HLS model, meaning I needed the ability to directly change attributes like luminance or saturation. The HLS model makes it very easy to draw such things as color gradients between any color. Perhaps Windows 2000 will support the HLS (or the similary HSB) color model, but I do not want to wait until the release. On the other hand my code should also work under NT 4.0 and Win95/98. The CColor class encapsulates the long known type COLORREF and extends it with the HLS color model. A CColor object represents a color, whose RGB and HLS properties can be directly read and manipulated. It makes the use of type COLORREF and the associated macros superfluous. -CColor - RGB and HLS combined in one class Th e CColor class emerged from the need to manipula te in the HLS color model, meaning I needed the ability to directly change attributes like luminance or saturation. The H LS model makes it very easy to draw such things as color gradients between any color. Perhaps Win dows 2000 will support the HLS (or the similary H SB) color model, but I do not want to wait until the release. On the other hand my code should also work under a NT 4.0 nd Win95/98. The class encapsulates the CColor long known type COLORREF and extends it with the HLS color model. A CColor object represents a co lor. RGB and HLS whose properties can be directly rea d and manipulated. It makes the use of type COLOR REF and the associated macros superfluous.
Platform: | Size: 7490 | Author: 上官婉儿 | Hits:

[Other resource0321227255

Description: C++ Template Metaprogramming sheds light on the most powerful idioms of today s C++, at long last delivering practical metaprogramming tools and techniques into the hands of the everyday programmer. A metaprogram is a program that generates or manipulates program code. Ever since generic programming was introduced to C++, programmers have discovered myriad \"template tricks\" for manipulating programs as they are compiled, effectively eliminating the barrier between program and metaprogram. While excitement among C++ experts about these capabilities has reached the community at large, their practical application remains out of reach for most programmers. This book explains what metaprogramming is and how it is best used. It provides the foundation you ll need to use the template metaprogramming effectively in your own work.-C Template Metaprogramming sheds light on the most powerful idioms of today's C, at long last delivering practical metaprogram ming tools and techniques into the hands of the e veryday programmer. A metaprogram is a program that generates or manipulates program code. Ev er since generic programming was introduced to C, programmers have discovered myriad "template tricks "for manipulating programs as they are c ompiled. effectively eliminating the barrier between p rogram and metaprogram. While excitement amon g C experts about these capabilities has reache d the community at large. their practical application remains out of rea ch for most programmers. This book explains wha t metaprogramming is and how it is best used. It p rovides the foundation you'll need to use the t
Platform: | Size: 636289 | Author: zhou | Hits:

[Technology Managementenglish37

Description: Writing Your First ASP Application ( Quick Start ) (Page 1 of 8 ) There are many tutorials out there that show you how to program in ASP. Some of them are good, and some are bad. Some of them are downright terrible. In any case, you ve read a bit about ASP and now you are ready to build your first application. But where do you start? In my own experience, I have found that I find it easier to learn something if I actually work with it hands-on. Just reading a book or documentation doesn’t give you the practical knowledge you need to be able to rush off and start creating applications. In this article, I will discuss the creation of a very simple application. I will cover what the application will do, how we will approach writing it, demonstrate in code how we will do it, and discuss additional features that could be added to it. Writing Your First ASP Application ( Quick Start ) - Users On Your Website -Writing Your First ASP Application (Quick Start) (Page 1 of 8) There are many tutorials out there that show you how to program in ASP. Some of them are good, and some are bad. Some of them are downright terr ible. In any case, you've read a bit about ASP and now you are ready to build your first application. But where do you s In my own style experience, I have found that I find it easier to learn someth ing if I actually work with it hands-on. Just rea ding a book or documentation doesn't give you th e practical knowledge you need to be able to rush off and start creating applications. In this ar ticle. I will discuss the creation of a very simple appl ication. I will cover what the application will do, how we will approach writing it. in code demonstrate how we will do it, and di
Platform: | Size: 27419 | Author: 金立犇 | Hits:

[Graph programrea tmp file-cui

Description: read file to draw model
Platform: | Size: 150554 | Author: 崔锴 | Hits:

[Graph programrea tmp file-cui

Description: read file to draw model
Platform: | Size: 150528 | Author: 崔锴 | Hits:

[BooksPortReady1.6

Description: Dotpot PortReady 是一个多线程的端口扫描工具,用于进行狂速端口扫描。它具有极快的速度│ │和方便友好的操作界面,能快速地对大网段范围进行 Connect方式端口扫描。同时具有获取端口标识│ │的功能,可以用来快速地获取端口标识(Banner),内定对80端口标识进行特别处理,能方便地获取Web│ │Server类型。PortReady 1.6同时提供Windows图形版本和控制台版本,不管是在图形环境下,还是在│ │控制台模式中,都可以方便自如地进行端口扫描。 │ │-Dotpot PortReady is a multithreaded port scanning tool used for mad port scanning speed. It is extremely rapid and convenient-- and friendly user interface, it can quickly to a large network of the scope Connect port scanning mode. While access to ports with logo-- the function can be used to quickly access port identification (Banner), the designated ports of 80 for a special logo, easy access to the Web Server-- type. PortReady 1.6 also provides graphical Windows version and the console versions, whether in a graphical environment, or-- console model, can easily facilitate the ports to scan.
Platform: | Size: 21504 | Author: 大枣 | Hits:

[Driver Develop816-4854

Description: 本设备驱动教程是一本实际操作指南,介绍如何开发简单的 SolarisTM 操作系统(Solaris OS)驱动程序。设备驱动教程 还阐述了设备驱动程序在 Solaris 操作系统中的工作原理。本书与 Writing Device Drivers 配套。Writing Device Drivers 是一个详尽的参考文档,对多种设备和驱动程序进行了讨论。设备驱动教程探讨了完整的驱动程序,但没有对所有驱动程序类型进行全面分析。设备驱动教程中的很多地方都引用了 Writing Device Drivers 及其他书籍的内容,以提供更详细的信息。需要开发、安装和配置 Solaris 操作系统设备驱动程序者,以及需要维护现有驱动程序或为现有的 Solaris 操作系统驱动程序添加新功能者,都应阅读本书。本书提供的内核方面的信息也有助于诊断和排除在安装或配置 Solaris 系统时遇到的问题。-the Device Driver Guide is a practical guide on how to develop simple SolarisTM Operating System (Solaris OS) driver. Device Drivers Guide also describes the device driver in the Solaris operating system works. Book Writing Device Drivers and matching. Writing Device Drivers is a detailed reference documentation, to multiple devices and drivers were discussed. Device Drivers Guide on the integrity of the driver, but not for all types of drivers for a full analysis. Device Drivers Guide to the many places are quoted Writing Device Drivers and other books, to provide more detailed information. Need to develop, install and configure the Solaris operating system device drivers, and the need to safeguard the existing drivers or for existing Solaris operating system adds new features, should rea
Platform: | Size: 1362944 | Author: 史桂颖 | Hits:

[WEB CodeRead8

Description: 读吧源程序 读吧源程序-source read it read source source read it it it read source source
Platform: | Size: 374784 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPSartx_kernel_swi

Description: SWI with ARTX Kernel and RealView Compiler This example program shows how to implement software interrupt functions in an application that uses the ARTX Kernel. The example uses the RealView Compilation Tools. The file SWI_Table.s implements the SWI function table. The SWI function declarations and implementations are demonstrated in the file Artx_SWI.c. -SWI with premiums Kernel and RealView Compiler This example program shows how to implement EpikOne Software interrupt functions in an application th at uses the premiums Kernel. The example uses the Rea lView Compilation Tools. The file SWI_Table.s SWI implements the function table. The SWI func tion declarations and implementations are dem onstrated Artx_SWI.c in the file.
Platform: | Size: 13312 | Author: 徐勇 | Hits:

[Software EngineeringAn-embedded-rea-time-environmen-monitoring-system.

Description: 一篇关于实时嵌入式系统环境监控的系统设计!博士论文 THE UNIVERSITY OF TEXAS AT ARLINGTON-on a real-time embedded system environment monitoring system design! Doctoral thesis THE UNIVERSITY OF TEXAS AT ARLINGTON
Platform: | Size: 3536896 | Author: xulingfei | Hits:

[OracleSQLDA_oracle

Description: 动态SQL的第4种方法通过SQLDA(The SQL Descriptor Area)和oracle内部交换数据,可以执行直到程序运行时还不知道选择表项或虚拟输入宿主变量的个数和类型的SQL语句。-the first four methods through SQLDA (The SQL Descriptor A rea) and the exchange of data within the oracle, can be implemented until the procedures do not know when the selection table or virtual host variable input the number and types of SQL statements .
Platform: | Size: 118784 | Author: xian | Hits:

[Embeded LinuxDevelopBoard_SetupSupport

Description: 开发板简易系统安装: --Jflash-s3c2410 --mkyaffsimage --my_root_yaffs_mini.tar.gz --vivi_note_yaffs.tar.gz --vivi_yaffs --zImage_2.4 --zImage_2.6 readme.txt-Development Board Simple installation :-- Jflash- s3c2410-- mkyaffsimage-- my_root_ yaffs_mini.tar.gz-- vivi_note_yaffs. tar.g z-- vivi_yaffs-- zImage_2 .4-- .6 rea zImage_2 dme.txt
Platform: | Size: 4237312 | Author: xxm | Hits:

[OtherIIS_SSL

Description: 如何使用IIS实现SSL服务.rar 如何使用IIS实现SSL服务.rar-realized how to use the IIS SSL services. Rar rea lize how to use IIS SSL services. rar
Platform: | Size: 64512 | Author: | Hits:

[OtherREA

Description: rea widget for scheme .
Platform: | Size: 1024 | Author: magicien | Hits:
« 12 3 »

CodeBus www.codebus.net