搜索结果

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

Java书籍 Overview If you have been wanting to learn Java, check out the newly revised fourth edition of the

Overview If you have been wanting to learn Java, check out the newly revised fourth edition of the best-seller Sams Teach Yourself Programming with Java in 24 Hours. This step-by-step tutorial will teach you how to create simple Java programs and applets. Comprised of 24 one-hour lessons, this new e ...
https://www.eeworm.com/dl/656/390107.html
下载: 29
查看: 1046

驱动编程 This book explains how to write device drivers for the newest members of the MicrosoftWindows family

This book explains how to write device drivers for the newest members of the MicrosoftWindows family of operating systems using the Windows Driver Model (WDM). In this Introduction, I ll explain who should be reading this book, the organization of the book, and how to use the book most effectively. ...
https://www.eeworm.com/dl/618/398081.html
下载: 119
查看: 1059

Java编程 jSearch - turns search Engines into FIND engines - Programming in JAVA Copyright (C) 1999-2009 Hun

jSearch - turns search Engines into FIND engines - Programming in JAVA Copyright (C) 1999-2009 Hunt Lin This program is free software you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation either version 2 of the Licens ...
https://www.eeworm.com/dl/633/403035.html
下载: 175
查看: 1068

Linux/Unix编程 "Everyone will want this book because it provides a great mix of practical experience, historical pe

"Everyone will want this book because it provides a great mix of practical experience, historical perspective, and a depth of understanding that only comes from being intimately involved in the field. I ve already enjoyed and learned from reading this book, and surely you will too." -Sam Leffler
https://www.eeworm.com/dl/619/403302.html
下载: 144
查看: 1032

Java编程 Reads/writes text as a character stream, buffering characters so as to provide for the efficient rea

Reads/writes text as a character stream, buffering characters so as to provide for the efficient reading/writing of characters, arrays, and lines. The buffer size may be specified, or the default size may be used. The default is large enough for most purposes. In general, each read request made of ...
https://www.eeworm.com/dl/633/407252.html
下载: 148
查看: 1032

技术管理 The Software Engineering Institute’s (SEI) Capability Maturity Model (CMM) provides a well-known ben

The Software Engineering Institute’s (SEI) Capability Maturity Model (CMM) provides a well-known benchmark of software process maturity. The CMM has become a popular vehicle for assessing the maturity of an organization’s software process in many domains. This white paper describes how the Rationa ...
https://www.eeworm.com/dl/642/409101.html
下载: 105
查看: 1100

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

其他书籍 一位学术界大师写的PPT

一位学术界大师写的PPT,如何写出世界级的好paper
https://www.eeworm.com/dl/542/418448.html
下载: 61
查看: 1010

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