This book gives a concise description of the Java 2 programming language. They give a quick reference for the reader who has already learned (or is learning) Java from a standard textbook and who wants to know the language in more detail. These book presents the entire Java programming language and essential parts of the class libraries: the collection classes and the input-output classes.
標簽: description programming language concise
上傳時間: 2017-06-20
上傳用戶:asdkin
This project features a full-hardware sound compressor using the well known algorithm: IMA ADPCM. The core acts as a slave WISHBONE device. The output is perfectly compatible with any sound player with the IMA ADPCM codec (included by default in every Windows). Includes a testbench that takes an uncompressed PCM 16 bits Mono WAV file and outputs an IMA ADPCM compressed WAV file. Compression ratio is fixed for IMA-ADPCM, being 4:1. PLEASE NOTICE THAT THIS CORE IS LICENSED UNDER http://creativecommons.org/licenses/by-nc-sa/3.0/ (Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported). That means you may use it only for NON-COMMERCIAL purposes.
標簽: full-hardware compressor algorithm features
上傳時間: 2014-01-14
上傳用戶:Shaikh
This code outputs various NMEA strings to a com port. The code was originally used to test naviation programmes. First select the required com port and the required NMEA message string. There is a default starting position but this can be changed to suit just by typing in a new position. Click on the Start button the current position displayed will change according to the speed and heading selected and the selected NMEA string will be output to the com port and will reflect the current position as displayed. There is a text box which is normally not visible. If you change this to visible the relevant NMEA string can be displayed.
標簽: code originally outputs naviati
上傳時間: 2013-11-30
上傳用戶:熊少鋒
Enter the Matrix MS-DOS screensaver. Sample of using bios functions (by int 10h) for text data output (monitor in the text mode) and keyboard input. Requires: Borland C++ 3.1 for DOS.
標簽: screensaver functions Matrix MS-DOS
上傳時間: 2013-11-29
上傳用戶:hopy
用C++編寫的一個簡單C語言詞法分析器,把需要分析的內容保存在C:\input.txt,分 析完畢好保存在C:\output.txt
上傳時間: 2017-06-28
上傳用戶:氣溫達上千萬的
NN Functions a program in Lisp to demonstrate working of an artificial neuron. (Enter an input vector X and weight vector W. Calculate weighted sum XW. Transform this using signal or activation functions like logistic, threshold, hyperbolic-tangent, linear, exponential, sigmoid or some other functions (syntax provided) and display the output).
標簽: demonstrate artificial Functions program
上傳時間: 2013-12-30
上傳用戶:hfmm633
Implementation for the Huffman Cod in Visual C++. Both, the encoder and the decoder take as input a file and write the output into another file.
標簽: the Implementation Huffman encoder
上傳時間: 2013-12-30
上傳用戶:ghostparker
Implementation for Lempel-Ziv code. Encoder and decoder are separated. The input is a file and the output is written in another file.
標簽: Implementation Lempel-Ziv and separated
上傳時間: 2017-07-05
上傳用戶:xuanjie
一個不帶界面的計算器,用戶只需要在文本文件input.txt中輸入計算表達式,即可通過運行程序得到結果,輸出在output.txt中; 支持加減乘除,取余數,乘方,括號等等; 如:5+4 = 輸出9 5+4*4+9/3 = 輸出24 (5+4)*4+9/3 = 輸出39 (50+4)*(40 3)+288/(147-3) = 輸出56 (50+4)^2*(40 3)+288/(147-3) = 輸出2918
標簽: 計算器
上傳時間: 2013-12-18
上傳用戶:hoperingcong
the program is used to find out the FFT using time in decimation and solves problem of dsp fft ,compared with inbuilt fft and goertzel function , working well given with output also.
標簽: decimation the program problem
上傳時間: 2014-01-04
上傳用戶:wsf950131