02 Scientific Reading and Writing - Introduction to Scientific Writing WS2021/22
1 SCIENCE PASSION TECHNOLOGY Introduction to Scientific Writing 02 Scientific Reading and Writing Matthias Boehm Graz University of Technology, Austria Institute of Interactive Systems and Data Science Management Last update: Nov 04, 2021 2 706.015 Introduction to Scientific Writing – 02 Scientific Reading and Writing Matthias Boehm, Graz University of Technology, WS 2021/22 Announcements/Org #1 Virtual Introduction to Scientific Writing – 02 Scientific Reading and Writing Matthias Boehm, Graz University of Technology, WS 2021/22 Agenda Scientific Reading Scientific Writing Scientific Writing skills0 码力 | 26 页 | 613.57 KB | 1 年前3Go语言 - 一些简单的读书分享
0 码力 | 16 页 | 9.09 MB | 1 年前3Reference guide for FCL units. Document version 3.2.2
TASCII85RingBuffer is an internal buffer class: it maintains a memory buffer of 1Kb, for faster reading of the stream. It should not be necessary to instantiate an instance of this class, the TASCII85DecoderStream creates a new instance of the TBase64DecodingStream class. It stores the source stream ASource for reading the data from. The optional AMode parameter determines the mode in which the decoding will be done oper- ation is forward only, it does not support backward seeks. The forward seek is emulated by reading and discarding data till the desired position is reached. For an explanation of the parameters,0 码力 | 953 页 | 2.21 MB | 1 年前3The Way To Go - 2012
slice: .................................................................................92 4.7.11—Reading from a string: .............................................................................93 4 the Sorter interface .......................................................277 11.8 2nd example: Reading and Writing .....................................................................282 11.9 Empty Interface ...306 PART 3—ADVANCED GO Chapter 12—Reading and writing ....................................................................................313 12.1 Reading input from the user ...................0 码力 | 629 页 | 4.85 MB | 1 年前3Introduction to Apache Flink and Apache Kafka - CS 591 K1: Data Stream Processing and Analytics Spring 2020
University 2020 DataStream API Basics Vasiliki Kalavri | Boston University 2020 case class Reading(id: String, time: Long, temp: Double) object MaxSensorReadings { def main(args: Array[String]) val sensorData = env.addSource(new SensorSource) val maxTemp = sensorData .map(r => Reading(r.id,r.time,(r.temp-32)*(5.0/9.0))) .keyBy(_.id) .max("temp") maxTemp.print() temperature”) } } Example: Sensor Readings 7 Vasiliki Kalavri | Boston University 2020 case class Reading(id: String, time: Long, temp: Double) object MaxSensorReadings { def main(args: Array[String])0 码力 | 26 页 | 3.33 MB | 1 年前3The TypeScript Handbook
background, with the intention of TypeScript being your first language, we recommend you first start reading the documentation on either the Microsoft Learn JavaScript tutorial or read JavaScript at the Mozilla experience in other languages, you should be able to pick up JavaScript syntax quite quickly by reading the handbook. How is this Handbook Structured The handbook is split into two sections: The Handbook basics like functions, classes, and closures. Where appropriate, we'll include links to background reading that you can use to read up on those concepts. The Handbook also isn't intended to be a replacement0 码力 | 184 页 | 647.99 KB | 1 年前3Zabbix 2.2 Manual
by the users. Sections Introduction provides general information about current Zabbix software. Reading this section should equip you with some good reasons to choose Zabbix. Zabbix concepts explain 3 Support for IPMI discrete sensors Previously Zabbix supported reading only IPMI threshold (analog) sensors. Zabbix 2.2.0 adds reading states of IPMI discrete sensors. A new function band() (bitwise Significantly improved log file monitoring (log[] and logrt[] items): – more efficient log file reading and matching of records against regular expression. – more efficient selecting of log files when0 码力 | 918 页 | 11.28 MB | 1 年前3pandas: powerful Python data analysis toolkit - 0.12
objects: – sum, prod, mean, std, var, skew, kurt, corr, and cov • read_html now defaults to None when reading, and falls back on bs4 + html5lib when lxml fails to parse. a list of parsers to try until success See the installation docs • Added module for reading and writing Stata files: pandas.io.stata (GH1512) accessable via read_stata top-level function for reading, and to_stata DataFrame method for writing writing, See the docs • Added module for reading and writing json format files: pandas.io.json accessable via read_json top- level function for reading, and to_json DataFrame method for writing, See the docs0 码力 | 657 页 | 3.58 MB | 1 年前3Zabbix 2.4 Manual
by the users. Sections Introduction provides general information about current Zabbix software. Reading this section should equip you with some good reasons to choose Zabbix. Zabbix concepts explain only the name and user parameters are supported. sensor[device,sensor,] Hardware sensor reading. Float device - device name sensor - sensor name mode - possible values: avg, max, min (if SMBIOS table in memory. Root permissions are required because the value is acquired by reading from memory. Supported since Zabbix agent version 2.0. system.hw.cpu[ , ] CPU information 0 码力 | 910 页 | 10.81 MB | 1 年前3Oracle VM VirtualBox 4.3.6 Programming Guide and Reference
. . 37 3 Basic VirtualBox concepts; some examples 41 3.1 Obtaining basic machine information. Reading attributes . . . . . . . . . . . . . 41 3.2 Changing machine settings. Sessions . . . . . . . . the object-oriented client-side code that was described in the previous chapter. Generally, when reading the documentation in chapter 5, Classes (interfaces), page 46 and chapter 6, Enumerations (enums) environment you are using, you will need to adjust the examples. 3.1 Obtaining basic machine information. Reading attributes Any program using the Main API will first need access to the global VirtualBox object0 码力 | 371 页 | 2.23 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100