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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

Perform

  • matlab ctrllab30, CtrlLAB is a group of MATLAB functions which provide graphical interface to perfo

    matlab ctrllab30, CtrlLAB is a group of MATLAB functions which provide graphical interface to Perform feedback system analysis and design tasks.

    標(biāo)簽: functions graphical interface ctrllab

    上傳時(shí)間: 2014-10-28

    上傳用戶:三人用菜

  • In recent years, the UNIX operating system has seen a huge boost in its popularity, especially with

    In recent years, the UNIX operating system has seen a huge boost in its popularity, especially with the emergence of Linux. For programmers and users of UNIX, this comes as no surprise: UNIX was designed to provide an environment that s powerful yet easy to use. One of the main strengths of UNIX is that it comes with a large collection of standard programs. These programs Perform a wide variety of tasks from listing your files to reading email. Unlike other operating systems, one of the key features of UNIX is that these programs can be combined to Perform complicated tasks and solve your problems. One of the most powerful standard programs available in UNIX is the shell. The shell is a program that provides you with a consistent and easy-to-use environment for executing programs in UNIX. If you have ever used a UNIX system, you have interacted with the shell.

    標(biāo)簽: especially popularity operating recent

    上傳時(shí)間: 2014-11-26

    上傳用戶:gaojiao1999

  • On-Line MCMC Bayesian Model Selection This demo demonstrates how to use the sequential Monte Carl

    On-Line MCMC Bayesian Model Selection This demo demonstrates how to use the sequential Monte Carlo algorithm with reversible jump MCMC steps to Perform model selection in neural networks. We treat both the model dimension (number of neurons) and model parameters as unknowns. The derivation and details are presented in: Christophe Andrieu, Nando de Freitas and Arnaud Doucet. Sequential Bayesian Estimation and Model Selection Applied to Neural Networks . Technical report CUED/F-INFENG/TR 341, Cambridge University Department of Engineering, June 1999. After downloading the file, type "tar -xf version2.tar" to uncompress it. This creates the directory version2 containing the required m files. Go to this directory, load matlab5 and type "smcdemo1". In the header of the demo file, one can select to monitor the simulation progress (with par.doPlot=1) and modify the simulation parameters.

    標(biāo)簽: demonstrates sequential Selection Bayesian

    上傳時(shí)間: 2016-04-07

    上傳用戶:lindor

  • // // Histogram Sample // This sample shows how to use the Sample Grabber filter for video image p

    // // Histogram Sample // This sample shows how to use the Sample Grabber filter for video image processing. // Conceptual background: // A histogram is just a frequency count of every pixel value in the image. // There are various well-known mathematical operations that you can Perform on an image // using histograms, to enhance the image, etc. // Histogram stretch (aka automatic gain control): // Stretches the image histogram to fill the entire range of values. This is a "point operation," // meaning each pixel is scaled to a new value, without examining the neighboring pixels. The // histogram stretch does not actually require you to calculate the full histogram. The scaling factor // is calculated from the minimum and maximum values in the image.

    標(biāo)簽: Sample Histogram Grabber sample

    上傳時(shí)間: 2013-12-15

    上傳用戶:ryb

  • A new PLL topology and a new simplified linear model are presented. The new fractional-N synthesizer

    A new PLL topology and a new simplified linear model are presented. The new fractional-N synthesizer presents no reference spurs and lowers the overall phase noise, thanks to the presence of a SampleJHold block. With a new simulation methodology it is possible to Perform very accurate simulations, whose results match closely those obtained with the linear PLL model developed.

    標(biāo)簽: new fractional-N synthesizer simplified

    上傳時(shí)間: 2016-04-14

    上傳用戶:hjshhyy

  • This demo nstrates how to use the sequential Monte Carlo algorithm with reversible jump MCMC steps t

    This demo nstrates how to use the sequential Monte Carlo algorithm with reversible jump MCMC steps to Perform model selection in neural networks. We treat both the model dimension (number of neurons) and model parameters as unknowns. The derivation and details are presented in: Christophe Andrieu, Nando de Freitas and Arnaud Doucet. Sequential Bayesian Estimation and Model Selection Applied to Neural Networks . Technical report CUED/F-INFENG/TR 341, Cambridge University Department of Engineering, June 1999. After downloading the file, type "tar -xf version2.tar" to uncompress it. This creates the directory version2 containing the required m files. Go to this directory, load matlab5 and type "smcdemo1". In the header of the demo file, one can select to monitor the simulation progress (with par.doPlot=1) and modify the simulation parameters.

    標(biāo)簽: sequential reversible algorithm nstrates

    上傳時(shí)間: 2014-01-18

    上傳用戶:康郎

  • A .zip file contains a series of scripts that were used in the MathWorks webinar "Using MATLAB to De

    A .zip file contains a series of scripts that were used in the MathWorks webinar "Using MATLAB to Develop Portfolio Optimization Models." The scripts generate 3D efficient frontiers for a universe of 44 stocks with time as the third axis. Additional scripts Perform various ex-ante and ex-post analyses. Results are generated with and without market adjustments in the data. A readme.txt. file in the .zip folder describes each script and how to use it

    標(biāo)簽: MathWorks contains scripts webinar

    上傳時(shí)間: 2014-01-04

    上傳用戶:trepb001

  • Interface for Microsoft Audio Compression Manager. - Delphi Source The ACM uses existing driver i

    Interface for Microsoft Audio Compression Manager. - Delphi Source The ACM uses existing driver interface hooks to override the default mapping algorithm for waveform audio devices. This allows the ACM to intercept device-open calls. After a call has been intercepted, the ACM can Perform a variety of tasks to process the audio data, such as inserting an external compressor or decompressor into the sequence.

    標(biāo)簽: Compression Interface Microsoft existing

    上傳時(shí)間: 2013-12-13

    上傳用戶:541657925

  • 直接IRP操作文件的實(shí)現(xiàn)問(wèn)題

    直接IRP操作文件的實(shí)現(xiàn)問(wèn)題,其實(shí)對(duì)于大部分接口(諸如: ZwReadFile、ZwWriteFile、ZwSetInformationFile、ZwDeleteFile等)在OSR上的“ Rolling Your Own - Building IRPs to Perform I/O ”一文中已經(jīng)實(shí)現(xiàn),但是那里面的實(shí)現(xiàn)還不夠全。所以,我就翻出了前段時(shí)間在網(wǎng)上淘到的資料,特與大家共享!尤其值得注意的是,這里面還實(shí)現(xiàn)了ZwCreateFile接口! 大家都知道使用IRP的好處就是:效率提高了,對(duì)中斷級(jí)要求更寬了,還解決了常見(jiàn)的重入問(wèn)題等等。 附件中一個(gè)是接口的實(shí)現(xiàn)代碼,另外一個(gè)是應(yīng)用實(shí)例。

    標(biāo)簽: IRP 操作

    上傳時(shí)間: 2013-12-17

    上傳用戶:ommshaggar

  • MATFOR FFT Visual Fortran program. MATFOR Extensions, as implied in the name, are data or component

    MATFOR FFT Visual Fortran program. MATFOR Extensions, as implied in the name, are data or components external to MATFOR modules that can be used to add versatility to MATFOR programs. Currently there are two types of extensions available with MATFOR, they are MATLAB Interface and Tecplot FileIO. MATLAB Interface, a new feature in MATFOR 4.1, provides MATFOR users access to MATLAB functions so they can obtain functionality that has not been built into MATFOR. The ability of using MATLAB functions makes MATFOR an ideal tool for those who create prototypes using MATLAB, then do implementation in C++ and other programming languages. Through the use of MATFOR, users may Perform quick results comparisons between MATLAB and other languages.

    標(biāo)簽: MATFOR Extensions component Fortran

    上傳時(shí)間: 2013-12-11

    上傳用戶:xieguodong1234

主站蜘蛛池模板: 赤壁市| 雷州市| 鹤山市| 阳西县| 旬邑县| 嵩明县| 余江县| 平泉县| 临夏县| 北川| 封丘县| 板桥市| 宜阳县| 迭部县| 潢川县| 仁化县| 西贡区| 乌兰县| 潮州市| 武乡县| 饶阳县| 大港区| 永兴县| 清水河县| 五大连池市| 元谋县| 桂林市| 承德市| 荆门市| 和龙市| 禄丰县| 辛集市| 新蔡县| 金寨县| 广饶县| 德格县| 上虞市| 沧源| 临夏市| 桐柏县| 康马县|