搜索结果

找到约 547 项符合 Read 的查询结果

按分类筛选

显示更多分类

其他 Ever wondered how all those COM components that you ve written through the years play along with the

Ever wondered how all those COM components that you ve written through the years play along with the .NET runtime. If you are a diehard COM developer interested in knowing how Classic COM Components are positioned in the .NET world or how COM aware clients could consume .NET components, read on.
https://www.eeworm.com/dl/534/182062.html
下载: 153
查看: 1066

Linux/Unix编程 1、 了解系统调用pipe()的功能和实际原理 2、 编写一段程序

1、 了解系统调用pipe()的功能和实际原理 2、 编写一段程序,使用管道实现父子进程之间的通信 a) 使用系统调用fork()创建一个子进程 b) 子进程调用函数write()向父进程发送自己的进程ID和字符串” s sending a message to parent.\n”。 c) 父进程调用函数read()通过管道读出子进程发来的消息,将消息输出屏幕,然后终止 ...
https://www.eeworm.com/dl/619/182386.html
下载: 64
查看: 1159

Linux/Unix编程 为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open

为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 2.列目录时要列出文件名,物理地址,保护码和文件长度。 3.源文件可以进行读写保护。 ...
https://www.eeworm.com/dl/619/190720.html
下载: 95
查看: 1503

压缩解压 video editing for is streamlined for fast linear operations over video. It has batch-processing capa

video editing for is streamlined for fast linear operations over video. It has batch-processing capabilities for processing large numbers of files and can be extended with third-party video filters. VirtualDub is mainly geared toward processing AVI files, although it can read (not write) MPEG-1 and ...
https://www.eeworm.com/dl/617/191567.html
下载: 39
查看: 1032

串口编程 一个简单的SPI IP核

一个简单的SPI IP核,SPI Core Specifications 可以从说明文档中找到! The simple Serial Peripheral Interface core is an enhanced version of the Serial Peripheral Interface found on Motorola s M68HC11 family of CPUs. The Serial Peripheral Interface is a serial, synchronous communication protocol ...
https://www.eeworm.com/dl/624/198141.html
下载: 112
查看: 1037

VC书籍 This tutorial attempts to get you started developing with the Win32 API as quickly and clearly as po

This tutorial attempts to get you started developing with the Win32 API as quickly and clearly as possible. It is meant to be read as a whole, so please read it from beginning to end before asking questions... most of them will probably be answered. Each section builds on the sections before it. I h ...
https://www.eeworm.com/dl/686/202763.html
下载: 94
查看: 1054

编译器/解释器 我在三做的课程

我在三做的课程,当时拿到了95分,包括完整的报告,有IF/else/read/for等语句的plo
https://www.eeworm.com/dl/628/205015.html
下载: 76
查看: 1017

J2ME This example application is a collection of Flash Lite do s and don ts from the usability point of

This example application is a collection of Flash Lite do s and don ts from the usability point of view. The application contains real examples and animations of static examples that help you to see problematic issues in real life on a Nokia device. The application is optimized for devices with t ...
https://www.eeworm.com/dl/660/205648.html
下载: 183
查看: 1067

压缩解压 Basic Compression Library by Marcus Geelnard Release 1.2.0 2006-07-22 Introduction The Ba

Basic Compression Library by Marcus Geelnard Release 1.2.0 2006-07-22 Introduction The Basic Compression Library is a library of well known compression algorithms implemented in portable ANSI C code. For more information about the Basic Compression Library, please read the manual (doc/manual.pdf ...
https://www.eeworm.com/dl/617/206029.html
下载: 32
查看: 1041

压缩解压 We often get questions about how the deflate() and inflate() functions should be used. Users wonder

We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have read zlib.h (a ...
https://www.eeworm.com/dl/617/206209.html
下载: 151
查看: 1053