VS1002D ADPCM RECORDING INSTRUCTIONS v 1.0 (C) 2004-09-23 VLSI SOLUTION OY This is a software package to patch VS1002d ADPCM recording capability. It is explained in VS10XX Application Notes, available at http://www.vlsi.fi/download/ See also source code src/microcontrol.c for example.
標(biāo)簽: INSTRUCTIONS RECORDING SOLUTION softwar
上傳時(shí)間: 2014-01-05
上傳用戶:894898248
This example program shows how to configure and use the A/D Converter of the following microcontroller: STMicroelectronics ST10F166 After configuring the A/D, the program reads the A/D result and outputs the converted value using the serial port. To run this program... Build the project (Project Menu, Build Target) Start the debugger (Debug Menu, Start/Stop Debug Session) View the Serial Window (View Menu, Serial Window #1) View the A/D converter peripheral (Peripheral Menu, A/D Converter) Run the program (Debug Menu, Go) A debug script (debug.ini) creates buttons that set different analog values in A/D channels. As the program runs, you will See the A/D input and output change. Other buttons create signals that generate sine wave or sawtooth patterns as analog inputs. µ Vision3 users may enable the built-in Logic Analyzer to view, measure and compare these input signals graphically.
標(biāo)簽: microcontroll Converter configure following
上傳時(shí)間: 2014-12-01
上傳用戶:獨(dú)孤求源
The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statistics algorithm AS 274 (See comments at the start of the module). A planar-rotation algorithm is used to update the QR- factorization. This makes it suitable for updating regressions as more data become available. The module contains a test for singularities which is simpler and quicker than calculating the singular-value decomposition. An important feature of the algorithm is that it does not square the condition number. The matrix X X is not formed. Hence it is suitable for ill- conditioned problems, such as fitting polynomials. By taking advantage of the MODULE facility, it has been possible to remove many of the arguments to routines. Apart from the new function VARPRD, and a back-substitution routine BKSUB2 which it calls, the routines behave as in AS 274.
標(biāo)簽: least-squares unconstrained Statisti Applied
上傳時(shí)間: 2015-05-14
上傳用戶:aig85
一款國(guó)外的CMS管理系統(tǒng) PHP-Fusion is a light-weight open-source content management system (CMS) written in PHP4. It uses a mySQL database to store your site content and includes a simple yet comprehensive adminstration system. PHP-Fusion includes the most common features you would expect to See in many other CMS packages including news, articles, forums, polls, shoutbox, comments, ratings & much more
標(biāo)簽: light-weight open-source PHP-Fusion management
上傳時(shí)間: 2015-05-15
上傳用戶:www240697738
STR71x Flash IAP Example This project is an RV-MDK adaptation of the ST Application Note: "STR71x In-Application Programming using UART". Please See http://www.st.com/stonline/products/literature/anp/11026.htm for details.
標(biāo)簽: Application adaptation STR Example
上傳時(shí)間: 2014-01-11
上傳用戶:sz_hjbf
A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of discrete time series. Noother wavelet package is necessary -- everything is contained in this archive. The C-code computes the DWT and maximal overlap DWT. MATLAB routines are then used to compute such quantities as the wavelet variance, covariance, correlation, cross-covariance and cross-correlation. Approximate confidence intervals are available for all quantities except the cross-covariance and cross-correlation. A set of commands is provided. For a description of this example, please See http://www.eurandom.tue.nl/whitcher/software/.
標(biāo)簽: univariate and bivariate analysis
上傳時(shí)間: 2015-06-23
上傳用戶:chongcongying
AVL Tree implementation: I also included a test function to compare the AVL Tree performance with STL Set and Map. Compile the source mavltree.cpp and run it to See the result!
標(biāo)簽: Tree implementation performance AVL
上傳時(shí)間: 2013-12-19
上傳用戶:3到15
Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same directory as Rothberg s code (See above). You can download the .tar directory with the code weighted-match.tar here. Then "make" the codes (this codes are in C, not C++). The program is then run by the command "wmatch".
標(biāo)簽: hafnian nonnegative the Computes
上傳時(shí)間: 2013-12-23
上傳用戶:lmeeworm
ACKAGE INSTALL =============== NOTE: if you get an error when installing TVideoGrabber on the component palette, probably that you need to apply a Delphi update pack (See details in the "UPDATE PACKS" chapter below).
標(biāo)簽: TVideoGrabber installing INSTALL ACKAGE
上傳時(shí)間: 2013-12-17
上傳用戶:曹云鵬
用匯編語(yǔ)言做的一個(gè)打字游戲。運(yùn)行環(huán)境是MASN5.0。 1,用戶打開(kāi)軟件時(shí)先出現(xiàn)歡迎界面,當(dāng)用戶輸入字符’1’時(shí),再進(jìn)入打字界面 當(dāng)用戶按的是”ESC”鍵時(shí),退出打字游戲 當(dāng)用戶輸入不是數(shù)字”1”或者不是按的”ESC”鍵時(shí),屏幕不動(dòng)作,直到用戶輸入數(shù)字”1”或者按的”ESC”鍵時(shí) 2,打字字符從第二行開(kāi)始顯示(雙數(shù)行為顯示打字內(nèi)容,單數(shù)行由用戶輸入) 打字內(nèi)容:1), We will See his boat and then.We ll say goodbye to him. 2), He ll be away for two months.We are very proud of him. 3,用戶輸入的和上一行相對(duì)應(yīng)相等時(shí),表示輸入正確,否則輸入錯(cuò)誤,則顯示’#’ 當(dāng)用戶按下”ESC”鍵,退出打字程序 4,顯示用戶打字的正確性,假如錯(cuò)誤數(shù)小于10字符,顯示” Very Good!” 否則顯示” Very Bad!” 5,當(dāng)用戶輸入一次時(shí),假如用戶還想重新打字游戲,請(qǐng)按數(shù)字鍵”3”,否則按”ESC”鍵退出打字程序
上傳時(shí)間: 2015-08-17
上傳用戶:dapangxie
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1