搜索结果

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

按分类筛选

显示更多分类

嵌入式Linux 压缩解压算法LZ77算法有许多派生算法(这里面包括 LZSS算法)。它们的算法原理上基本都相同

压缩解压算法LZ77算法有许多派生算法(这里面包括 LZSS算法)。它们的算法原理上基本都相同,无论是哪种派生算法,LZ77算法总会包含一个动态窗口(Sliding Window)和一个预读缓冲器(Read Ahead Buffer)。动态窗口是个历史缓冲器,它被用来存放输入流的前n个字节的有关信息。一个动态窗口的数据范围可以从 0K 到 64K,而LZS ...
https://www.eeworm.com/dl/653/267059.html
下载: 56
查看: 1263

其他书籍 Dr. Dobb s Journal - Issue 402 @ 2007 November - Smart Compilers BUT SMART ENOUGH ? - GRID-ENABL

Dr. Dobb s Journal - Issue 402 @ 2007 November - Smart Compilers BUT SMART ENOUGH ? - GRID-ENABLING YOUR APPS - Building Desktop Apps Using Web Technologies - JavaScript & Aspect-Oriented Programming - C++ & Reusable Associations *** A Programmer s MUST-READ magazine... ***
https://www.eeworm.com/dl/542/267208.html
下载: 50
查看: 1036

J2ME 利用SyncML开发客户端程序的中间件

利用SyncML开发客户端程序的中间件,J2ME版本。 This library is a collection of basic utilities for: object serialization and persistence on the RMS, Logging and string manipulation. This document describes the Funambol JavaME Common API library, which purpose is giving support and providing basic fun ...
https://www.eeworm.com/dl/660/267433.html
下载: 99
查看: 1049

文章/文档 一、目的要求 1、用高级语言编写和调试一个简单的文件系统

一、目的要求 1、用高级语言编写和调试一个简单的文件系统,模拟文件管理的工作过程。从而对各种文件操作命令的实质内容和执行过程有比较深入的了解。 2、要求设计一个 n个用户的文件系统,每次用户可保存m个文件,用户在一次运行中只能打开一个文件,对文件必须设置保护措施,且至少有Create、delete、open、close、read ...
https://www.eeworm.com/dl/652/267578.html
下载: 59
查看: 1164

游戏 Motoko it s a 2D library to handle the graphical user interface of the game. It supports the basic c

Motoko it s a 2D library to handle the graphical user interface of the game. It supports the basic controls of the windows GUI look like: PictureBox, TextBox, ListBox, LabelBox, ControlListBox, ComboBox, Button, CheckButton, Dialog, Panel, HScrollBar and VScrollBar. It uses the library CRM32Pro, so ...
https://www.eeworm.com/dl/625/271704.html
下载: 64
查看: 1051

VC书籍 The first edition of this book ranks among the small (very small) number of books that I credit with

The first edition of this book ranks among the small (very small) number of books that I credit with significantly elevating my skills as a professional software devel-oper. Like the others, it was practical and easy to read, but loaded with important advice. Effective C++, Third Edition, continues ...
https://www.eeworm.com/dl/686/273651.html
下载: 36
查看: 1048

操作系统开发 linux文件系统试验 一、实验目的 学习有关linux文件管理程序如何组织的知识

linux文件系统试验 一、实验目的 学习有关linux文件管理程序如何组织的知识,为简化的文件系统设计并实现一组目录操作。实验中使用软盘的fat12格式,设计一个程序可以对这种格式的磁盘进行一组目录操作。 实验使用了部分linux的系统调用,比如说open() sleek() read() write()几个调用。通过此实验来对linux的文件系统的 ...
https://www.eeworm.com/dl/531/274424.html
下载: 173
查看: 1045

单片机开发 单片机操作MMC/SD卡读写fat12/16/32文件系统的程序

单片机操作MMC/SD卡读写fat12/16/32文件系统的程序,外国网站找到的,支持文件open,read write mkdir close 等,基本pc文件功能都支持,专门针对8位mcu,方便移植到各种单片机系统,占用资源很少
https://www.eeworm.com/dl/648/275180.html
下载: 61
查看: 1056

单片机开发 This program accesses a SPI EEPROM using polled mode access. The F12x MCU is configured in 4-wire Si

This program accesses a SPI EEPROM using polled mode access. The F12x MCU is configured in 4-wire Single Master Mode, and the EEPROM is the only slave device connected to the SPI bus. The read/write operations are tailored to access a Microchip 4 kB EEPROM
https://www.eeworm.com/dl/648/276998.html
下载: 181
查看: 1063

Windows CE Atheros无线芯片AR-6000系列wince 6驱动源代码(这东西我也没用过别问我,我是搜别的wince资源搜到的) AR6K SDIO support. Requires firmware

Atheros无线芯片AR-6000系列wince 6驱动源代码(这东西我也没用过别问我,我是搜别的wince资源搜到的) AR6K SDIO support. Requires firmware 1.1 on SD13 cards. readme: Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver ...
https://www.eeworm.com/dl/674/280891.html
下载: 168
查看: 1203