亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

ESD-Phenomena-and-the-<b>Reliability</b>

  • This programme is to control DC motor in a certain speed using PWM. The target speed is "r", it is

    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 from 50 to 100. Keep rc=r/10!!! The array "speed1" and "speed2" are the control result, in 0.1s and 1s. The length of "speed1" is 2400, and "speed2" is 240. The "pw" and "nw" are the parameters of PWM. The test will last 4 min.

    標簽: speed programme is control

    上傳時間: 2014-11-22

    上傳用戶:jyycc

  • Already the industry standard for Python users, Programming Python from O Reilly just got even bet

    Already the industry standard for Python users, Programming Python from O Reilly just got even better. This third edition has been updated to reflect current best practices and the abundance of changes introduced by the latest version of the language, Python 2.5

    標簽: Python Programming industry standard

    上傳時間: 2013-12-13

    上傳用戶:zgu489

  • FFTW, a collection of fast C routines to compute the Discrete Fourier Transform in one or more dime

    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 real transforms.

    標簽: collection Transform Discrete routines

    上傳時間: 2016-08-17

    上傳用戶:yoleeson

  • Images with Uncertainty Efficient Algorithms for Shift, Rotation, Scaling, and Registration, and The

    Images with Uncertainty Efficient Algorithms for Shift, Rotation, Scaling, and Registration, and Their Applications to Geosciences (2007).pdf

    標簽: Registration Uncertainty Algorithms Efficient

    上傳時間: 2016-08-23

    上傳用戶:zhaiye

  • The package includes 3 Matlab-interfaces to the c-code: 1. inference.m An interface to the full

    The package includes 3 Matlab-interfaces to the c-code: 1. inference.m An interface to the full inference package, includes several methods for approximate inference: Loopy Belief Propagation, Generalized Belief Propagation, Mean-Field approximation, and 4 monte-carlo sampling methods (Metropolis, Gibbs, Wolff, Swendsen-Wang). Use "help inference" from Matlab to see all options for usage. 2. gbp_preprocess.m and gbp.m These 2 interfaces split Generalized Belief Propagation into the pre-process stage (gbp_preprocess.m) and the inference stage (gbp.m), so the user may use only one of them, or changing some parameters in between. Use "help gbp_preprocess" and "help gbp" from Matlab. 3. simulatedAnnealing.m An interface to the simulated-annealing c-code. This code uses Metropolis sampling method, the same one used for inference. Use "help simulatedAnnealing" from Matlab.

    標簽: Matlab-interfaces inference interface the

    上傳時間: 2016-08-27

    上傳用戶:gxrui1991

  • he algorithm is equivalent to Infomax by Bell and Sejnowski 1995 [1] using a maximum likelihood form

    he algorithm is equivalent to Infomax by Bell and Sejnowski 1995 [1] using a maximum likelihood formulation. No noise is assumed and the number of observations must equal the number of sources. The BFGS method [2] is used for optimization. The number of independent components are calculated using Bayes Information Criterion [3] (BIC), with PCA for dimension reduction.

    標簽: equivalent likelihood algorithm Sejnowski

    上傳時間: 2016-09-17

    上傳用戶:Altman

  • The main features of the considered identification problem are that there is no an a priori separati

    The main features of the considered identification problem are that there is no an a priori separation of the variables into inputs and outputs and the approximation criterion, called misfit, does not depend on the model representation. The misfit is defined as the minimum of the l2-norm between the given time series and a time series that is consistent with the approximate model. The misfit is equal to zero if and only if the model is exact and the smaller the misfit is (by definition) the more accurate the model is. The considered model class consists of all linear time-invariant systems of bounded complexity and the complexity is specified by the number of inputs and the smallest number of lags in a difference equation representation. We present a Matlab function for approximate identification based on misfit minimization. Although the problem formulation is representation independent, we use input/state/output representations of the system in order

    標簽: identification considered features separati

    上傳時間: 2016-09-20

    上傳用戶:FreeSky

  • The toolbox solves a variety of approximate modeling problems for linear static models. The model ca

    The toolbox solves a variety of approximate modeling problems for linear static models. The model can be parameterized in kernel, image, or input/output form and the approximation criterion, called misfit, is a weighted norm between the given data and data that is consistent with the model. There are three main classes of functions in the toolbox: transformation functions, misfit computation functions, and approximation functions. The approximation functions derive an approximate model from data, the misfit computation functions are used for validation and comparison of models, and the transformation functions are used for deriving one model representation from another. KEYWORDS: Total least squares, generalized total least squares, software implementation.

    標簽: approximate The modeling problems

    上傳時間: 2013-12-20

    上傳用戶:15071087253

  • 是一本介紹java基礎應用的好書 Java For Artists targets both the undergraduate computer science or information te

    是一本介紹java基礎應用的好書 Java For Artists targets both the undergraduate computer science or information technology student and the practicing programmer. It is both an introductory-level textbook and trade book. As a textbook it employs learning objectives, skill-building exercises, suggested projects, and self-test questions to reinforce the learning experience. The projects offered range from the easy to the extremely challenging. It covers all the topics you’d expect to find in an introductory Java programming textbook and then some. As a trade book it goes purposefully deeper into topics cut short or avoided completely in most introductory textbooks. Its coverage of advanced GUI programming techniques, network programming and object-oriented theory will enable you to take your skills to a higher level.

    標簽: undergraduate information computer Artists

    上傳時間: 2016-09-28

    上傳用戶:qiaoyue

  • This application includes a demo server and client program. You could write your own server launcher

    This application includes a demo server and client program. You could write your own server launcher and client application by using the SimpleScreenCaptureServer class and the SimpleRemoteScreenCaptureClient class. Usage: 1. Type the following command to launch the server program. java -jar SimpleCaptureScreenServerDemo.jar portnumber 2. Type the following command to launch the client program. It s a swing-based UI. java -jar RemoteScreenCaptureClientUI.jar 3. Select Run/Connect menu. Input your server address and port number. You could just double-click on the RemoteScreenCaptureClientUI.jar to launch the client program if you are using Windows. This program is written just for fun. :lol: :lol: :lol:

    標簽: server application includes launcher

    上傳時間: 2016-10-06

    上傳用戶:kr770906

主站蜘蛛池模板: 恭城| 湘潭县| 社会| 定西市| 遵化市| 岫岩| 治县。| 满城县| 濉溪县| 清河县| 调兵山市| 许昌县| 静乐县| 合江县| 叙永县| 澳门| 景泰县| 麻江县| 通州市| 喀喇沁旗| 左云县| 札达县| 耒阳市| 迁安市| 太仓市| 通辽市| 乃东县| 泰兴市| 易门县| 兴仁县| 裕民县| 调兵山市| 道真| 凤城市| 土默特左旗| 盐津县| 绥中县| 新安县| 旺苍县| 芷江| 兴安县|