Award BIOS(Basic Input/Output System)(電腦啟動時所必需)的源碼
上傳時間: 2014-01-04
上傳用戶:ecooo
講述了Java Input/Output庫的主要包和類。有關Channel類和ByteBuffer類特別適用于對文件操作中的某些特殊要求。
標簽: ByteBuffer Channel Output Input
上傳時間: 2013-12-14
上傳用戶:GHF
computes Input/output auto/cross-correlation.
標簽: cross-correlation computes output Input
上傳時間: 2013-12-21
上傳用戶:aysyzxzm
“網絡基本輸入/輸出系統”(Network Basic Input/Output System, NetBIOS)是一種標準的應用程序編程接口( A P I),1 9 8 3年由S y t e k公司專為I B M開發成功)
標簽: Network NetBIOS Output System
上傳時間: 2015-12-09
上傳用戶:wanghui2438
To estimate the Input-Output mapping with inputs x % and outputs y generated by the following nonlinear, % nonstationary state space model: % x(t+1) = 0.5x(t) + [25x(t)]/[(1+x(t))^(2)] % + 8cos(1.2t) + process noise % y(t) = x(t)^(2) / 20 + 6 squareWave(0.05(t-1)) + 3 % + time varying measurement noise % using a multi-layer perceptron (MLP) and both the EKF and % the hybrid importance-samping resampling (SIR) algorithm.
標簽: Input-Output the generated following
上傳時間: 2014-01-05
上傳用戶:royzhangsz
Demo Source Code VxDemo Groups: 1. Multi-Processing 2. Networking 3. Input-Output 4. File System 5. MMU 6. Multi-Tasking 7. ANSI-C 8. POSIX 9. ExecHandling
標簽: Multi-Processing Input-Output Networking Source
上傳時間: 2014-02-26
上傳用戶:plsee
Batch version of the back-propagation algorithm. % Given a set of corresponding Input-Output pairs and an initial network % [W1,W2,critvec,iter]=batbp(NetDef,W1,W2,PHI,Y,trparms) trains the % network with backpropagation. % % The activation functions must be either linear or tanh. The network % architecture is defined by the matrix NetDef consisting of two % rows. The first row specifies the hidden layer while the second % specifies the output layer. %
標簽: back-propagation corresponding Input-Output algorithm
上傳時間: 2016-12-27
上傳用戶:exxxds
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 streams, for reading and writing binary data and readers and writers, for reading and writing textual (character) data. You re almost certainly familiar with the basic kinds of streams--but did you know that there s a CipherInputStream for reading encrypted data? And a ZipOutputStream for automatically compressing data? Do you know how to use buffered streams effectively to make your I/O operations more efficient? Java I/O, 2nd Edition has been updated for Java 5.0 APIs and tells you all you ever need to know about streams--and probably more.
標簽: facilities streams provide Output
上傳時間: 2013-12-17
上傳用戶:6546544
A GPIO(General Purpose Input Output) example source code for TI TMS320F2812 DSP
標簽: General Purpose example Output
上傳時間: 2013-12-17
上傳用戶:stella2015
sd card input,output source program
標簽: program output source input
上傳時間: 2017-08-29
上傳用戶:懶龍1988