搜索资源列表
Zhangjg_dsp
- 这是我学习数字信号处理时编写的程序!功能就是显示一些常用的函数的图形!并可以做FFT计算!-This is what I have learned from digital signal processing to prepare the procedures! Function is to show that some of the functions commonly used graphics! And FFT calculation can be done!
time_key
- 一个时间显示,并且在按键的同时显示按键的扫描码的程序。-a time, and the keys at the same time show the button code scanning procedures.
trace_animation
- 实现了弧长参数化曲线,可获得匀速,匀加速,匀减速运动时,曲线上点的坐标,并显示,使用opengl显示-realized the length parametric curve, will be uniform, acceleration, deceleration absorbed campaign, the curve coordinates of points, and showed that the use opengl show
Matrix.operation
- 用户输入两个矩阵的维数和元素,选择加减乘三种运算方式中的一种,程序将显示运算结果。采用动态分配数组空间。初学C++写的,简单易懂。-user input two-dimensional matrix of elements and a few select modified by the three operators a way, Operational procedures will show results. Dynamic array allocation of space. Novic
convolution(vc++)
- 我上硕士时完成的第一个作业!!! 可以显示两个离散的数据,然后完成它们之间的卷积运算,并显示!绝对原创-I completed a master's degree on the first operation! ! ! Be able to show two discrete data, They then completed the convolution between the operator and show! Absolute originality
c语言编的万年历
- c语言编的万年历源程序,可显示年份从1980-2099年,是个很实用的工具-hefty almanac series of the source, can show that the years from 1980-2099, is a very useful tool!
FreeFEM++ scripts
- This project is a collection of FreeFEM++ scr ipts used to find numerical solutions of the incompressible Navier-Stokes equations. The scr ipts include examples of SUPG/PSPG stabilisation and show how to construct 5th order polynomial boundary i
hyplas
- ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
VibrationSimulationUsingMATLABandANSYS_muya
- 转载:众所周知有限元解决振动问题的能力还是有限的, 比如做齿轮啮合过程的动力学模拟就要同时涉及到接触和动力反映两个主要方面. 目前处理此类问题最成熟的软件当属MSC.ADAMS, 但ADAMS也只能在模拟过程中做到弹性与刚性接触而已! 据我所知, 已不止两位研究生试图用LS-DYNA来做此类模拟, 他们忽略了(或没搞清楚) LS-DYNA只能处理瞬态问题, 而对于该过程的模拟也是*为力的!!! 结果是浪费了大量的时间, 甚至机会. 这本应是导师的责任, 但许多高龄导师对现代软件的不熟悉也是..
md1
- 使用FORTRAN90编写的,分子动力学模拟程序,包含了输入文件等等。-MD1 is a FORTRAN90 program which is the first of a series of programs that show a typical molecular dynamics simulation
FDTD_1.1.c
- 一维FDTD,计算电磁场在空间中的传播,使用Matlab显示计算结果。-One-dimensional FDTD, the calculation of electromagnetic field propagation in space, the use of Matlab show the calculation results.
optics-VCPP
- Optics聚类算法 OPTICS没有显示地产生一个数据集合簇,它为自动和交互地聚类分析计算一个簇次序。这个次序代表了数据基于密度地聚类结构。它包含地信息,等同于从一个宽广地参数设置范围所获得的基于密度的聚类-Optics do not show clustering algorithm OPTICS to produce a collection of data clusters, it is automatically and interactively computing cluster
GT_dot_convert-ALL
- 点阵数据显示,把竖直横排的数据转换成横置横排,等等4个不同的排列方式-The dot data show, the vertical crossbar data is converted into a transverse crossbar, and so four different arrangement
ReadspaceAndSimpleCalculate
- 利用專案的方式,將不同功能的切割到不同檔案,主要是要學習如何在專案內學習如何用header以及其他檔案, 並加入了如何將讀到的檔案輸出至特定位置,以及讀檔案時的空白如何處理,利用簡單的運算來表示,同樣對初學者很有幫助!-Use of the ad hoc manner, will be different functions of cutting to a different file, mainly to learn how to learn how to project within the
c
- 数值分析的2个c语言程序 1)I显示方法(2)艾特肯-Numerical Analysis 2 c language program 1) I show the method (2) aitken
MonteCarlo
- This set of files show some of the principles of Monte Carlo simulations, applied in the financila industry. this si the content of the web seminar called "Simulations de Monte Carlo en MATLAB".-This set of files show some of the principles of Monte
fraction2
- A Fraction class that has the ability to add, subtract, multiply, divide and show various statistics of the fraction.
hanoi
- 一个关于汉诺仪塔的算法,能够显示出具体的每个盘的移动步骤,还有经过了多少步骤的次数。-Hannuoba instrument on the tower algorithm, be able to show that each specific set of mobile steps to have the number after the number of steps.
TowerofHanoi
- 输入汉诺塔的总阶数,就可以显示汉诺塔的移动步骤,即每一步的移动,最后显示移动的总次数-Enter the Tower of Hanoi s total order, we can show the movement of Hanoi Tower, that is, to every step of the movement, and finally show the total number of mobile
EightQueens
- 利用C#语言实现的八皇后问题。只有8*8的棋盘形式,可以输入皇后摆放的位置-This program is used by c#,which called eight-queen .It can show every situation about the able place to put the queen.But there is a disadvantage that it is set only 8*8 chess .