资源列表
acoustic_fir_floor
- 这是地球物理学中声波波动方程正演程序,非常有用-this is a program about finite difference
EEPROM
- avr单片机的IIC驱动程序,可以和at24c02通信-IIC driver for AVR
exp10_1
- A、B、C、D、E五个人分苹果。A将所有苹果分成五份,将多余的一个苹果吃掉后 再拿走自己的一份;B将剩下的苹果分为五份,将多余的一个吃掉后再拿走自己的 一份;C、D、E依次按照同样的方法将剩下的苹果分为五份,吃掉多余的一个再拿 走自己的一份。求:原来的苹果数和每个人分到的苹果数。-A, B, C, D, E five people apple. The A will all the apples into five parts, put an apple extra eat
Medians_sort
- 在时间复杂度只有O(n)的前提下,获取一个任意数组的第k大的元素。-In only under the premise of O (n) time complexity, to obtain the k-th largest element of an arbitrary array.
FFT.C
- FFT快速傅里叶变换,C语言程序,与其他语言程序比较可正常执行-FFT Fast Fourier Transform, C language program, compared to other language programs can be d correctly
FUNCAO_GETIPDEVICE
- Verifica ip do Device
CSharp-calculator
- C#计算器源程序,实现windows计算器的大部分功能,有界面。C#语言编写-c# calculator
main
- 看清以下数字排列的规律,设1点的坐标是(0,0),x方向向右为正,y方向向下为正。 例如,7的坐标为(-1,-1),2的坐标为(0,1),3的坐标为(1,1)。编程实现输入 任意一点坐标(x,y),输出所对应的数字。-See the law of the arrangement, the following Numbers set 1 point (0, 0), are the coordinates of x direction is positive to the right, y
mdcholsk
- 修正 Cholesky MDCHOLSK find the answer of problem P:G+E=L*D*L- Correction Cholesky MDCHOLSK.m find the answer of problem P: G+E = L* D* L
model
- this my model and I m here to check that it s right and verify it. -this is my model and I m here to check that it s right and verify it.
4_8
- 非稳态二维流体计算,包含非稳态项、对流项、导热项-Unsteady two-dimensional computational fluid dynamics, including unsteady term, the convective terms, thermal items
smallTree
- 最小生成树,这是算法分析与设计的一次实验,利用这一算法可以运用在寻找最短路径。-Minimum Spanning Tree