ash script guide in which the detailed introduction is given
资源简介:ash script guide in which the detailed introduction is given
上传时间: 2016-10-18
上传用户:sardinescn
资源简介:微光与红外成像技术
上传时间: 2013-06-28
上传用户:eeworm
资源简介:A rich edit control is a window in which the user can enter and edit text. The text can be assigned character and paragraph formatting, and can include embedded OLE objects. Rich edit controls provide a programming interface for formatting ...
上传时间: 2013-12-06
上传用户:lixinxiang
资源简介:In this paper, we describe the development of a rapidly reconfigurable system in which the users’ tacit knowledge and requirements are elicited via a process of Interactive Evolution, finding the image processing parameters to achieve the...
上传时间: 2014-01-05
上传用户:hopy
资源简介:Demonstration script for envelope detection. The message signal is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise.
上传时间: 2014-01-24
上传用户:stella2015
资源简介:In some graphs, the shortest path is given by optimizing two different metrics: the sum of weights of the edges and the number of edges. For example: if two paths with equal cost exist then, the path with the least number of edges is chosen...
上传时间: 2014-10-25
上传用户:1159797854
资源简介:This program describes the concept of polymorphism in C++. Example of Inheritance is given in this code
上传时间: 2014-11-22
上传用户:huangld
资源简介:This programme is to control DC motor in a certain speed using PWM. The target speed is "r", it is the speed in 1s. The sample rate is 0.1s, so the actual speed target is "rc"=r/10. The "r" and "rc" are integer, and the range of "r" is f...
上传时间: 2014-11-22
上传用户:jyycc
资源简介:The BNL toolbox is a set of Matlab functions for defining and estimating the parameters of a Bayesian network for discrete variables in which the conditional probability tables are specified by logistic regression models. Logistic regress...
上传时间: 2014-12-05
上传用户:天诚24
资源简介:This C++ code example demonstrates how to localise an application to adapt to the selected phone language. The example application has two sets of localised strings (English and German) for the application name, labels, text, and image. The...
上传时间: 2013-12-17
上传用户:shanml
资源简介:In this example, a task created with the configuration tool goes in a loop forever in which it spends parts of the time doing atomic operation
上传时间: 2015-09-14
上传用户:qunquan
资源简介:An introduction to some of the key ideas in computer graphics is given. Modeling, 2D and 3D viewing, transformations and related ideas from linear algebra are presented.
上传时间: 2017-04-07
上传用户:hebmuljb
资源简介:The tesxt book is an excellent source for mastering the algorithm design which is explained in detail the concepts
上传时间: 2017-04-16
上传用户:6546544
资源简介:Matlab script for solution to the driven cavity problem using the FDS algorithm, which discretizes the Stokes form of the Navier-Stokes equations.
上传时间: 2017-05-14
上传用户:ANRAN
资源简介:The Hilbert Transform is an important component in communication systems, e.g. for single sideband modulation/demodulation, amplitude and phase detection, etc. It can be formulated as filtering operation which makes it possible to approxima...
上传时间: 2017-06-25
上传用户:gxf2016
资源简介:Enlarge java script is used to enlarge a picture in to the original size, and gives the flexibility on mouse over and mouse out.
上传时间: 2014-01-16
上传用户:ljmwh2000
资源简介:To compile the project, first create a directory in which to place the build products. It is recommended, but not required, that the build directory be separate from the source directory.
上传时间: 2013-12-24
上传用户:cainaifa
资源简介:The flpydisk sample is a floppy driver that resides in the directory \\Ntddk\Src\Storage\Fdc\Flpydsk. It is similar to a class driver in that it sits a level above the floppy disk controller in the driver stack, and brokers communication be...
上传时间: 2015-03-30
上传用户:龙飞艇
资源简介:This a software runing on the matlab, it is used in the channel coding simulation. It include DVB-S2 LDPC, Covolution turbo, and block turbo code, You can choose which channel coding to run. it run the encoder and add white noise in the c...
上传时间: 2015-08-06
上传用户:
资源简介:These files contain all of the code listings in Java: The Complete Reference, J2SE 5 Edition The source code is organized into files by chapter. For example, the file Chap7.code contains the programs shown in Chapter 7. Within e...
上传时间: 2013-12-18
上传用户:diets
资源简介:This getting started exercise will guide you through the step-by-step process of transforming a MATLAB floating-point model into a hardware module that can be implemented in silicon (FPGA or ASIC). The design is a general purpose FIR filter...
上传时间: 2014-01-17
上传用户:VRMMO
资源简介:American Gladiator,You are consulting for a game show in which n contestants are pitted against n gladiators in order to see which contestants are the best. The game show aims to rank the contestants in order of strength this is done via a ...
上传时间: 2013-12-18
上传用户:windwolf2000
资源简介:This paper addresses a stochastic-#ow network in which each arc or node has several capacities and may fail. Given the demand d, we try to evaluate the system reliability that the maximum #ow of the network is not less than d. A simple al...
上传时间: 2015-12-03
上传用户:xfbs821
资源简介:This paper addresses a stochastic-#ow network in which each arc or node has several capacities and may fail. Given the demand d, we try to evaluate the system reliability that the maximum #ow of the network is not less than d. A simple al...
上传时间: 2013-12-25
上传用户:ggwz258
资源简介:This paper addresses a stochastic-#ow network in which each arc or node has several capacities and may fail. Given the demand d, we try to evaluate the system reliability that the maximum #ow of the network is not less than d. A simple al...
上传时间: 2014-01-09
上传用户:二驱蚊器
资源简介:This paper addresses a stochastic-#ow network in which each arc or node has several capacities and may fail. Given the demand d, we try to evaluate the system reliability that the maximum #ow of the network is not less than d. A simple al...
上传时间: 2013-12-28
上传用户:独孤求源
资源简介:Also since the domain name--against which the retrieved domain name is to be matched--is currently hard coded. Hence the hard coded name has to be change before compiling the user mode program The .lib file which has been provided in \D...
上传时间: 2016-08-17
上传用户:siguazgb
资源简介:These files contain all of the code listings in C: The Complete Reference, 4th Edition The source code is organized into files by chapter. Within each chapter file, the listings are stored in the same order as they appear in the bo...
上传时间: 2016-11-23
上传用户:nanshan
资源简介:Eclipse+Web开发从入门到精通 These files contain all of the code listings in Java: The Complete Reference, J2SE 5 Edition The source code is organized into files by chapter. For example, the file Chap7.code contains the programs sh...
上传时间: 2017-01-20
上传用户:as275944189
资源简介:This Telecommunication Standard [TS] describes the detailed mapping from input blocks of 160 speech samples in 13-bit uniform PCM format to encoded blocks of 95, 103, 118, 134, 148, 159, 204, and 244 bits and from encoded blocks of 95, ...
上传时间: 2013-12-12
上传用户:cuibaigao