搜索结果

找到约 116 项符合 reading 的查询结果

Java书籍 All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read

All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four large categories: input streams and output ...
https://www.eeworm.com/dl/656/409784.html
下载: 27
查看: 1062

Java书籍 Start it with this document[13 pages only] if you want to develop some good web application using Ja

Start it with this document[13 pages only] if you want to develop some good web application using Java instead of reading large books. This document prepared by myself. Clearly explains what is JDBC. and how you can connect to a particular database through JSP and Servlets. Examples are given.
https://www.eeworm.com/dl/656/414275.html
下载: 70
查看: 1044

Linux/Unix编程 //结构 struct fb_fix_screeninfo finfo struct fb_var_screeninfo vinfo //打开设备 fd = open[

//结构 struct fb_fix_screeninfo finfo struct fb_var_screeninfo vinfo //打开设备 fd = open["/dev/fb0", O_RDWR] if [!fd] { printf["Cannot open framebuffer device.\n"] exit[1] } //取得固定信息 if [ioctl[fd, FBIOGET_FSCREENINFO, &finfo]] { printf["Error reading fixed info ...
https://www.eeworm.com/dl/619/418778.html
下载: 99
查看: 1063

其他书籍 Builder uses to integrate a larger system module. Each component consists of a structured set of fi

Builder uses to integrate a larger system module. Each component consists of a structured set of files within a directory. The files in a component directory serve the following The RS232 UART Core implements a method for communication of serial data. The core provides a simple register-mapped Avalo ...
https://www.eeworm.com/dl/542/419351.html
下载: 187
查看: 1037

其他 Write a program to decide if a graph has a cycle or not. The given graph can be a directed or undire

Write a program to decide if a graph has a cycle or not. The given graph can be a directed or undirected graph, which is indicated at the time of reading the input (0 for directed graph and 1 for undirected graphs). The input is given as an adjacency list.
https://www.eeworm.com/dl/534/425102.html
下载: 146
查看: 1057

编译器/解释器 how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing

how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing vectors as function arguments. * Reading from files of unknown size (monitoring istream status). * Repetitive structures (while and for loops). * The increment operators (++). * Selection ...
https://www.eeworm.com/dl/628/431997.html
下载: 28
查看: 1027

嵌入式/单片机编程 This file contains example code to print over the serial port of the P87C591 MCU and Evaultion Board

This file contains example code to print over the serial port of the P87C591 MCU and Evaultion Board (EVAL-P87C591QS). This example will test the I2C function of the P87C591. This will be done by writing and reading from a serial A/D & D/A (P8591).
https://www.eeworm.com/dl/647/455140.html
下载: 110
查看: 1087

嵌入式/单片机编程 PC Host used for controlling and command exchanging to the SPI flash memory controller which enables

PC Host used for controlling and command exchanging to the SPI flash memory controller which enables reading, writing and bulk erasing of SPI flash memories such as ST25p16 and 25p32 used on the WGT624V3 Netgear s router.
https://www.eeworm.com/dl/647/463386.html
下载: 178
查看: 1058

电子书籍 You may read code because you have to-to fix it, inspect it, or improve it. You may read code the wa

You may read code because you have to-to fix it, inspect it, or improve it. You may read code the way an engineer examines a machine--to discover what makes it tick. Or you may read code because you are scavenging--looking for material to reuse. Code-reading requires its own set of skills, and the ...
https://www.eeworm.com/dl/cadence/ebook/477262.html
下载: 132
查看: 1033

其他 WordCloud is a visual depiction of how many times a word is used, or its frequency if you will, with

WordCloud is a visual depiction of how many times a word is used, or its frequency if you will, within a given set of words. It does this by: reading in plain text, filtering out "stop words", counting how many times a word is used, and displaying results in a Squarified Treemap.
https://www.eeworm.com/dl/534/485436.html
下载: 195
查看: 1088