Use a one-dimensional array of primitive type boolean to represent the seating chart of the plane. Initialize all the elements of the array to false to indicate that all the seats are empty. As each seat is assigned, set the corresponding elements of the array to true to indicate that the seat is no longer available.
資源簡(jiǎn)介:Use a one-dimensional array of primitive type boolean to represent the seating chart of the plane. Initialize all the elements of the array to false to indicate that all the seats are empty. As each seat is assigned, set the corresponding...
上傳時(shí)間: 2013-12-22
上傳用戶:zhichenglu
資源簡(jiǎn)介:BISON-C: A one-dimensional transport and burnup calculation code with consideration of actinides and fission products Auteur(s) / Author(s) CETNAR J. (1) GRONEK P. (1) Affiliation(s) du ou des auteurs / Author(s) Affiliation(s) (1) Uni...
上傳時(shí)間: 2015-07-17
上傳用戶:royzhangsz
資源簡(jiǎn)介:BISON-C: A one-dimensional transport and burnup calculation code with consideration of actinides and fission products Auteur(s) / Author(s) CETNAR J. (1) GRONEK P. (1) Affiliation(s) du ou des auteurs / Author(s) Affiliation(s) (1) Uni...
上傳時(shí)間: 2015-07-17
上傳用戶:wendy15
資源簡(jiǎn)介:A one-dimensional calibration object consists of three or more collinear points with known relative positions. It is generally believed that a camera can be calibrated only when a 1D calibration object is in planar motion or rotates aroun...
上傳時(shí)間: 2014-01-12
上傳用戶:璇珠官人
資源簡(jiǎn)介:中南賽區(qū)ACM競(jìng)賽題 Description Given a two-dimensional array of positive and negative integers, a sub-rectangle is any contiguous sub-array of size 1*1 or greater located within the whole array. the sum of a rectangle is the sum of all th...
上傳時(shí)間: 2013-12-22
上傳用戶:lijianyu172
資源簡(jiǎn)介:This a sample write in VBNet to use a free Brettle.Web.NeatUpload.dll in aspnet to upload file max to 2G. I try in IIS and Apache_2.0.59 it can work. Detil see http://www.brettle.com/
上傳時(shí)間: 2014-07-06
上傳用戶:youlongjian0
資源簡(jiǎn)介:the purpose of this book is to provide experienced software developers with the means to quickly become productive in Microsoft s Visual Basic .NET development environment.
上傳時(shí)間: 2013-12-22
上傳用戶:Ants
資源簡(jiǎn)介:the first edition of this book ranks among the small (very small) number of books that I credit with significantly elevating my skills as a professional software devel-oper. Like the others, it was practical and easy to read, but loaded wit...
上傳時(shí)間: 2013-12-29
上傳用戶:talenthn
資源簡(jiǎn)介:This a very simple baseband simulator for SC-FDMA system. This simulator is part of the upcoming book “Single Carrier FDMA: A New Air Interface for Long Term Evolution” (Wiley, Nov. 2008) which I co-authored with professor David J. Goodma...
上傳時(shí)間: 2016-08-26
上傳用戶:小草123
資源簡(jiǎn)介:Introduction A shared library is a collection of functions that are available for use by one or more applications running on a system. On Windows operating systems, the library is compiled into a dynamic link library (.dll) file. At run-ti...
上傳時(shí)間: 2014-01-26
上傳用戶:2467478207
資源簡(jiǎn)介:To invert a square Galois array, use the inv function. Related is the det function, which computes the determinant of a Galois array.
上傳時(shí)間: 2014-01-10
上傳用戶:yiwen213
資源簡(jiǎn)介:JLAB is a set of Matlab functions I have written or co-written over the past fifteen years for the purpose of analyzing data. It consists of four hundred m-files spanning thirty thousand lines of code. JLAB includes functions ranging in com...
上傳時(shí)間: 2014-01-26
上傳用戶:hjshhyy
資源簡(jiǎn)介:A MATLAB GUI platform for realizing the radiation pattern of narrowband beamformer with random array geometry. User can specify the array geometry, directions of incoming signals, noise power, and the type of beamformer. Useful for gaining ...
上傳時(shí)間: 2014-01-06
上傳用戶:qb1993225
資源簡(jiǎn)介:the many variants of the Unix operating system require use of a mode of thought that s significantly different from the one that s required by simpler operating systems. Think Unix introduces readers to important fundamental and intermediat...
上傳時(shí)間: 2017-09-04
上傳用戶:qq521
資源簡(jiǎn)介:In the ffuart.tar.gz it has one file. the serial.c is the source codes of the FFUART as a console port, it should be put into the directory: /usr/src/linux/drivers/char/, and be compiled into the kernel.
上傳時(shí)間: 2014-01-06
上傳用戶:2404
資源簡(jiǎn)介:A program to demonstrate the optimization process of particle swarm optimization. A two-dimensional objective function is visualized by level of grey: the lighter the color, the higher the function value. the particles are shown as red circ...
上傳時(shí)間: 2013-12-22
上傳用戶:Andy123456
資源簡(jiǎn)介:CarSim is an application for the simulating the (simplified) movement of cars on a two-dimensional surface. Package ope.carsim contains classes that represent the problem domain: cars and locations. Package ope.carsim.gui contains a ...
上傳時(shí)間: 2013-12-22
上傳用戶:gaome
資源簡(jiǎn)介:This a collection of sample processes that provide examples ranging from how to use a particular BPEL activity such as pick or scope, to more complex examples of processes that invoke external Web services or show techniques such as hand...
上傳時(shí)間: 2013-12-26
上傳用戶:sunjet
資源簡(jiǎn)介:This code converts a Galois Field array created usin GF(2^m) for a given primitive polynomial into a decimal array that can be used within typical .m file coding.
上傳時(shí)間: 2015-09-26
上傳用戶:wang5829
資源簡(jiǎn)介:This a state-machine driven rs232 serial port interface to a "Wishbone" // type of bus.
上傳時(shí)間: 2014-01-13
上傳用戶:ippler8
資源簡(jiǎn)介:This unit uses an array of bytes to represent a LARGE number. the number is binairy-stored in the array, with the Least Significant Byte (LSB) first and the Most Significant Byte (MSB) last, like all Intel-integer types.
上傳時(shí)間: 2015-10-08
上傳用戶:xieguodong1234
資源簡(jiǎn)介:SAM9261 BasicMMU Example code with ADS1.2 (163 kB) the goal of this project is to show how to use a PC100 SDRAM and the MMU to perform a rating with a 100MHz Bus Clock. the rating is based on Dhrystone 2.1. It shows the rate when I+D Caches...
上傳時(shí)間: 2013-12-28
上傳用戶:zhanditian
資源簡(jiǎn)介:Thinking in C++ patiently and methodically explores the issues of when and how to use inlines, references, operator overloading, inheritance and dynamic objects, as well as advanced topics such as the proper use of templates, exceptions and...
上傳時(shí)間: 2014-01-03
上傳用戶:it男一枚
資源簡(jiǎn)介:Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any size. This is done by treating // the name of a 2-dimensional array as pointer to the beginning of the // array. This makes use of the fact ...
上傳時(shí)間: 2016-02-14
上傳用戶:hxy200501
資源簡(jiǎn)介:How to use the USART port of a AVR mcu
上傳時(shí)間: 2013-12-26
上傳用戶:181992417
資源簡(jiǎn)介:/* * the internal form of a hash table. * * the table is an array indexed by the hash of the key collisions * are resolved by hanging a linked list of hash entries off each * element of the array. Although this is a really simple ...
上傳時(shí)間: 2014-01-07
上傳用戶:gtf1207
資源簡(jiǎn)介:This example provides a description of how to use a DMA channel to transfer a word data buffer from memory (Flash) to memory (RAM). the dedicated DMA channel is configured to transfer once a time a 32 word data buffer stored as constant...
上傳時(shí)間: 2016-04-24
上傳用戶:ecooo
資源簡(jiǎn)介:Use this program to decode the Manchester Code of the RFID. Validate the accessibility of detected card. Including a keypad controller, generally a all in one card access reader.
上傳時(shí)間: 2013-12-19
上傳用戶:yoleeson
資源簡(jiǎn)介:EZW Embedded Zero-tree Wavelets Encoding,video codecs from the EZW family which use a 3D version of EZW or SPIHT algorithms showed better performance than the MPEG-2 compression algorithm. these algorithms have many advantages inherent for ...
上傳時(shí)間: 2013-12-20
上傳用戶:wsf950131
資源簡(jiǎn)介:FFTW, a collection of fast C routines to compute the Discrete Fourier Transform in one or more dimensions.the fftw/ directory contains the source code for the complex transforms, and the rfftw/ directory contains the source code for the r...
上傳時(shí)間: 2016-08-17
上傳用戶:yoleeson