搜索结果

找到约 2,901 项符合 Using 的查询结果

按分类筛选

显示更多分类

操作系统开发 A user-space device driver can do many of the things that kernel drivers can t, such as perform a lo

A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the networ ...
https://www.eeworm.com/dl/531/456247.html
下载: 186
查看: 1095

单片机编程 使用软件程序仿真C500微控制器系列SSC(同步串行通道)功

The solution presented in this paper and in the attached source files emulates the mostimportant SSC functions by using SW routines implemented in C. The code is focused onthe SAB C513, but will fit to all C500 derivatives.Beyond the low level software drivers a test shell is delivered. This shell a ...
https://www.eeworm.com/dl/502/31367.html
下载: 31
查看: 1053

单片机编程 87LPC76X的IIC从程序

Presents short and simple I2C software routines that support onlyslave (rather than master or master & slave) operation and an ASMdemonstration program. The slave-only software in this app notecomplements the master mode software presented in AN464, Usingthe 87LPC76X microcontroller as an I2C bus ma ...
https://www.eeworm.com/dl/502/31389.html
下载: 137
查看: 1080

技术书籍 数字逻辑与微处理器VHDL设计

This book is about the digital logic design of microprocessors. It is intended to provide both an understanding of the basic principles of digital logic design, and how these fundamental principles are applied in the building of complex microprocessor circuits using current technologies.
https://www.eeworm.com/dl/537/36833.html
下载: 101
查看: 1091

网络 This toolbox distributes processes over matlab workers available over the intranet/internet (SPMD or

This toolbox distributes processes over matlab workers available over the intranet/internet (SPMD or MPMD parallel model). It is very useful for corsely granular parallelization problems and in the precesence of a distributed and heterogeneus computer enviroment. No need for configuration files ! Cr ...
https://www.eeworm.com/dl/635/136698.html
下载: 54
查看: 1087

Java书籍 JavaMail开发手册.pdf 英文教材 1. Tutorial tips 2 2. Introducing the JavaMail API 3 3. Reviewing related p

JavaMail开发手册.pdf 英文教材 1. Tutorial tips 2 2. Introducing the JavaMail API 3 3. Reviewing related protocols 4 4. Installing JavaMail 6 5. Reviewing the core classes 8 6. Using the JavaMail API 13 7. Searching with SearchTerm 21 8. Exercises 22 9. Wrapup 32
https://www.eeworm.com/dl/656/156747.html
下载: 59
查看: 1086

软件设计/软件工程 Introduction to the MSN Messenger Activity SDK --- --- --- --- --- --- --- --- --- --- --- --- --

Introduction to the MSN Messenger Activity SDK --- --- --- --- --- --- --- --- --- --- --- --- --- -- The MSN&reg Messenger Activity software development kit (SDK) contains technical information about how to develop and test single-user and multiuser applications by using the Activity object model ...
https://www.eeworm.com/dl/684/193545.html
下载: 33
查看: 1044

驱动编程 RAM Disk Driver with custom BoundsChecker events This sample illustrates how to add custom Bounds

RAM Disk Driver with custom BoundsChecker events This sample illustrates how to add custom BoundsChecker events to a DDK driver. It links to the kchecker library and has several BOUNDSCHECKER() calls in it. This sample is a software only Windows NT Device Driver. This driver is provided for educa ...
https://www.eeworm.com/dl/618/216540.html
下载: 147
查看: 1091

软件工程 Embedded Linux Primer: A Practical, Real-World Approach presents a step-by-step walkthrough of port

Embedded Linux Primer: A Practical, Real-World Approach presents a step-by-step walkthrough of porting Linux to custom boards and introduces real-time configuration via CONFIG_RT--one of today s most exciting developments in embedded Linux. You ll find especially detailed coverage of using developm ...
https://www.eeworm.com/dl/540/433111.html
下载: 48
查看: 1119

数值算法/人工智能 program to solve a finite difference discretization of Helmholtz equation : (

program to solve a finite difference discretization of Helmholtz equation : (d2/dx2)u + (d2/dy2)u - alpha u = f using Jacobi iterative method. COMMENTS: OpenMP version 3: 1 PR outside the iteration loop, 4 Barriers Directives are used in this c ...
https://www.eeworm.com/dl/518/453199.html
下载: 94
查看: 1074