A bibliographic review and a project of an Adaptive Audio Engine for video games
资源简介:A bibliographic review and a project of an Adaptive Audio Engine for video games
上传时间: 2017-04-13
上传用户:李梦晗
资源简介:A Java virtual machine instruction consists of an opcode specifying the operation to be performed, followed by zero or more operands embodying values to be operated upon. This chapter gives details about the format of each Java virtual mach...
上传时间: 2014-01-11
上传用户:yiwen213
资源简介:A Java virtual machine instruction consists of an opcode specifying the operation to be performed, followed by zero or more operands embodying values to be operated upon. This chapter gives details about the format of each Java virtual mach...
上传时间: 2015-05-02
上传用户:daoxiang126
资源简介:A Java virtual machine instruction consists of an opcode specifying the operation to be performed, followed by zero or more operands embodying values to be operated upon. This chapter gives details about the format of each Java virtual mach...
上传时间: 2015-05-02
上传用户:shawvi
资源简介:A Java virtual machine instruction consists of an opcode specifying the operation to be performed, followed by zero or more operands embodying values to be operated upon. This chapter gives details about the format of each Java virtual mach...
上传时间: 2013-12-12
上传用户:朗朗乾坤
资源简介:Java technology is both a programming language and a platform. The Java programming language originated as part of a research project to develop advanced software for a wide variety of network devices and embedded systems. The goal was to d...
上传时间: 2014-01-03
上传用户:huangld
资源简介:A class--the basic building block of an object-oriented language such as Java--is a template that describes the data and behavior associated with instances of that class. When you instantiate a class you create an object that looks and feel...
上传时间: 2017-03-07
上传用户:xiaodu1124
资源简介:This a really intresting and challenging game of Airstrike cool stu
上传时间: 2015-07-25
上传用户:kbnswdifs
资源简介:It support IPv4 and IPv6 unicast and multicast and contains a trivial sender and a trivial receiver that can be used to send or receive arbitrary data over RTP. An implementation of generic forward error correction is planned, t
上传时间: 2013-12-14
上传用户:金宜
资源简介:DAGON Approach Object of this exercise: Given a subject graph and a set of pattern graph in canonical representation (2-input NAND and INV), implement the second step of DAGON approach. (Both the subject graph and the pattern graphs are...
上传时间: 2014-01-19
上传用户:stampede
资源简介:This program generates a input signal and a desired signal of the idetification plant
上传时间: 2014-01-23
上传用户:shawvi
资源简介:cours of matlab a fiew explication and brief examples of matlab porgramation
上传时间: 2013-12-26
上传用户:talenthn
资源简介:aiNet application is a very powerful and a very simple tool for solving the problems which are usually solved with artificial neural networks (ANN). All possible tests we had run proved that the results obtained with aiNet are at least as g...
上传时间: 2014-01-16
上传用户:wang5829
资源简介:This is schematic and Gerber files of PCB that is used for GPS tracking device with GSM link. Scheme has many valuable schematic features, like protected digital and analog I/Os, power part adapted for car power supply, etc. Can be used...
上传时间: 2013-12-19
上传用户:chfanjiang
资源简介:This is schematic and Gerber files of PCB that is used for GSM alarm system. This is industrial-grade system with many features like 1-wire (iButton) interface, additional interface for video camera (UART JPEG camera is used), SD card to st...
上传时间: 2013-12-06
上传用户:com1com2
资源简介:LPC2148 USB Audio Device Example This USB example project implements an USB Audio Device that connects via the USB interface to the PC. It may be used on the following devices: LPC2141 LPC2142 LPC2144 LPC2146 LPC2148 An USB Au...
上传时间: 2015-04-16
上传用户:VRMMO
资源简介:An Adaptive Gaussian filter for noise reduction and edge detection
上传时间: 2014-01-08
上传用户:lunshaomo
资源简介:Lachesis an IRCRPG combat Engine written in a combination of C and C++. The combat Engine is being written for a specific RPG, but most of the project should be useful to IRCRPGs in general. It includes a native interface to the IRC protoco...
上传时间: 2014-01-26
上传用户:firstbyte
资源简介:IEEE1394Diag is a GUI application that presents a graphical view of an IEEE1394 network and provides the ability to perform common 1394 operations such as async reads, writes, isoc listens and talks, as well as configuration rom browsing of...
上传时间: 2015-04-02
上传用户:familiarsmile
资源简介:The zip file in this directory contains a series of lectures and examples intended as an introduction to USB.
上传时间: 2015-04-02
上传用户:lxm
资源简介:The Hopfield model is a distributed model of an associative memory. Neurons are pixels and can take the values of -1 (off) or +1 (on). The network has stored a certain number of pixel patterns. During a retrieval phase, the network is start...
上传时间: 2015-06-17
上传用户:l254587896
资源简介:IEEE1394Diag is a GUI application that presents a graphical view of an IEEE1394 network and provides the ability to perform common 1394 operations such as async reads, writes, isoc listens and talks, as well as configuration rom browsing of...
上传时间: 2014-12-03
上传用户:123啊
资源简介:Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first...
上传时间: 2014-01-01
上传用户:lhc9102
资源简介:The triangle language processor will be consist of a compiler, an interpreter, and a disassembler
上传时间: 2014-01-01
上传用户:Miyuki
资源简介:This guide provides an in-depth look at the construction and underlying theory of a fully functional virtual machine and an entire suite of related development tools.
上传时间: 2014-01-05
上传用户:zm7516678
资源简介:A system to manage patients of an hospital (using Inheritance, Exceptions and Collections).
上传时间: 2016-03-05
上传用户:wweqas
资源简介:风险财务控制库 Risk Quantify is an open source financial library, with a focus on managing the risk of financial instruments. The aim of this project is to provide people working in the financial industry with a good base to use in buil...
上传时间: 2014-01-25
上传用户:363186
资源简介:This Source-Navigator, an IDE for C/C++/Fortran/Java/Tcl/PHP/Python and a host of other languages. Source-Navigator includes powerful source code comprehension features that help a developer understand complex relationships between eleme...
上传时间: 2013-12-22
上传用户:yyyyyyyyyy
资源简介:基于C++阐述虚拟机编程原理 This guide provides an in-depth look at the construction and underlying theory of a fully functional virtual machine and an entire suite of related development tools.
上传时间: 2017-02-12
上传用户:nanxia
资源简介:Pong is a mixed schematic, VHDL, Verilog project featuring the PS2 and VGA monitor connections of the Xilinx\Digilent Spartan-3 demo board.
上传时间: 2014-01-15
上传用户:362279997