This is a simple one dimensional Fast Fourier Transform (and Inverse FFT) test program. FFT(and Inverse FFT) is implemeted as a function. 2^n-point FFT is possible.
標(biāo)簽: dimensional FFT Transform and
上傳時(shí)間: 2017-07-23
上傳用戶:xg262122
J2ME手機(jī)游戲源碼 整個(gè)游戲有八個(gè)類組成: 主類:TankMIDlet 敵人坦克:Enemy 圖片池:EnemyPool 畫布:Canvas 游戲畫布:TankCanvas 1. 道具:Bonus 2. 聲音播放:SoundPlayer 3. 記錄坐標(biāo):Point 4. 子彈:Bullet 5. 玩家坦克:Hero
標(biāo)簽: 61548 TankMIDlet EnemyPool Enemy
上傳時(shí)間: 2017-08-15
上傳用戶:朗朗乾坤
VC MATLAB 混編示例 ppWizard has created this matlab調(diào)用 application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your matlab調(diào)用 application.
標(biāo)簽: application ppWizard created MATLAB
上傳時(shí)間: 2014-01-10
上傳用戶:小碼農(nóng)lz
FastICA算法,又稱固定點(diǎn)(Fixed-Point)算法,是由芬蘭赫爾辛基大學(xué)Hyvä rinen等人提出來的。是一種快速尋優(yōu)迭代算法,與普通的神經(jīng)網(wǎng)絡(luò)算法不同的是這種算法采用了批處理的方式,即在每一步迭代中有大量的樣本數(shù)據(jù)參與運(yùn)算。
上傳時(shí)間: 2014-07-10
上傳用戶:aappkkee
Computing and the way people use C for doing it keeps changing as years go by. So overwhelming has been the response to all the previous editions of “Let Us C” that I have now decided that each year I would come up with a new edition of it so that I can keep the readers abreast with the way C is being used at that point in time.
標(biāo)簽: overwhelming Computing changing people
上傳時(shí)間: 2013-12-23
上傳用戶:epson850
This book has existed (in one form or another) since the first edition of C# and the .NET Platform was published in conjunction with the release of .NET 1.0 Beta 2, circa the summer of 2001. Since that point, I have been extremely happy and grateful to see that this text was very well received by the press and, most important, by readers. Over the years it was nominated as a Jolt Award finalist (I lost . . . crap!) and for the 2003 Referenceware Excellence Award in the programming book category
標(biāo)簽: the Platform another existed
上傳時(shí)間: 2017-09-07
上傳用戶:youmo81
matlab有限元網(wǎng)格劃分程序 DistMesh is a simple MATLAB code for generation of unstructured triangular and tetrahedral meshes. It was developed by Per-Olof Persson (now at UC Berkeley) and Gilbert Strang in the Department of Mathematics at MIT. A detailed description of the program is provided in our SIAM Review paper, see documentation below. One reason that the code is short and simple is that the geometries are specified by Signed Distance Functions. These give the shortest distance from any point in space to the boundary of the domain. The sign is negative inside the region and positive outside. A simple example is the unit circle in 2-D, which has the distance function d=r-1, where r is the distance from the origin. For more complicated geometries the distance function can be computed by interpolation between values on a grid, a common representation for level set methods. For the actual mesh generation, DistMesh uses the Delaunay triangulation routine in MATLAB and tries to optimize the node locations by a force-based smoothing procedure. The topology is regularly updated by Delaunay. The boundary points are only allowed to move tangentially to the boundary by projections using the distance function. This iterative procedure typically results in very well-shaped meshes. Our aim with this code is simplicity, so that everyone can understand the code and modify it according to their needs. The code is not entirely robust (that is, it might not terminate and return a well-shaped mesh), and it is relatively slow. However, our current research shows that these issues can be resolved in an optimized C++ code, and we believe our simple MATLAB code is important for demonstration of the underlying principles. To use the code, simply download it from below and run it from MATLAB. For a quick demonstration, type "meshdemo2d" or "meshdemond". For more details see the documentation.
標(biāo)簽: matlab有限元網(wǎng)格劃分程序
上傳時(shí)間: 2015-08-12
上傳用戶:凜風(fēng)拂衣袖
《分析性寫作》,介紹言簡(jiǎn)意賅: The popular, brief rhetoric that treats writing as thinking, WRITING ANALYTICALLY, Sixth Edition, offers a series of prompts that lead you through the process of analysis and synthesis and help you to generate original and well-developed ideas. The book's overall point is that learning to write well means learning to use writing as a way of thinking well. To that end, the strategies of this book describe thinking skills that employ writing. As you will see, this book treats writing as a tool of thought--a means of undertaking sustained acts of inquiry and reflection.
標(biāo)簽: Writing Analyticall
上傳時(shí)間: 2015-08-22
上傳用戶:東大寺的
VIP+ is support software for YAMAHA RCX series robot controllers. In addition to the functions of the previously released "VIP Windows" software, VIP+ includes an easy-to-use GUI (graphical user interface). VIP+ also allows control by 2 or more controllers or access to a controller from 2 or more clients via Ethernet connection. ● With VIP+ you can: ? Do offline editing of all data used on robot controllers ? Operate and monitor robots connected to robot controllers ? Do online editing of all data used with robot controllers ? Back up and restore robot controller data ● Functions and features newly added to VIP+: ? Ethernet connection to controllers ? Supports data input in spreadsheet software format ? Seamless backup and restoring of controller information such as point data ? Syntax coloring ? Data transfer between the online controller and an offline document by drag & drop ? Executes online commands using a terminal window ? Controller tree and document tree functions similar to Windows Explorer
標(biāo)簽: 雅馬哈 VIPplus
上傳時(shí)間: 2015-11-18
上傳用戶:anncol
We introduce a sub-cell WENO reconstruction method to evaluate spatial derivatives in the high-order ADER scheme. The basic idea in our reconstruction is to use only r stencils to reconstruct the point-wise values of solutions and spatial derivatives for the 2r-1 th order ADER scheme in one dimension, while in two dimensions, the dimension-by-dimension sub-cell reconstruction approach for spatial derivatives is employed. Compared with the original ADER scheme of Toro and Titarev (2002) [2] that uses the direct derivatives of reconstructed polynomials for solutions to evaluate spatial derivatives, our method not only reduces greatly the computational costs of the ADER scheme on a given mesh, but also avoids possible numerical oscillations near discontinuities, as demonstrated by a number of one- and two-dimensional numerical tests. All these tests show that the 5th-order ADER scheme based on our sub-cell reconstruction method achieves the desired accuracy, and is essentially non-oscillatory and computationally cheaper for problems with discontinuities.
標(biāo)簽: 高精度格式
上傳時(shí)間: 2016-01-13
上傳用戶:ccsdcczd
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1