资源列表
source
- 1维杆单元有限元分析代码,采用线性本构方程,学习有限元的最佳方式-1D FEM ANALYSIS ROD ELEMENT
C-numerical-algorithm-program
- 本书中的常用数值算法子程序、所有为验证这些子过程而编的验证程序 以及在验证这些过程中所形成的工程,均按书中章的编号分别放在以C开头、 以D开头和以V开头的子目录中。-The numerical algorithm used in this book subroutine, all of these sub-processes to verify the validation process and compiled in the verification of those in th
Farmer_River
- 农夫过河算法 问题描述: 1在有限的步数内,农夫要把狼、羊、菜都运过河 2每次只能带一样或不带,狼和羊,菜和羊无法在岸边共存 备注:在DEV下编译通过-Farmers across the river algorithm Problem Descr iption: in a limited number of steps, the farmers make the wolf, sheep, and vegetables were transported a
recommendations
- User-based和Item-based collaboration filtering算法的java实现。简单易懂-User-based and Item-based collaboration filtering algorithm java implementation. Straightforward
1Dnumerical
- 1维显式pde数值解(Finite Difference Methods-------Central)-One-dimensional numerical solution of pde Explicit (Finite Difference Methods------- Central)
CH11
- 11.1 傅里叶级数逼近kfour.c 11.2 快速傅里叶变换kkfft.c 11.3 快速活什变换kkfwt.c 11.4 五点三次平滑kkspt.c 11.5 离散随机线性系统的卡尔曼滤波klman.c 11.6 af-bt-gm滤波kkabg.c-11.1 Fourier series approximation kfour.c 11.2 Fast Fourier Transform kkfft.c 11.3 fast living and even transfor
CH13
- 13.1 0-1之间均匀分布的一个随机数mrnd1.c 13.2 0-1之间均匀分布的随机数序列mrnds.c 13.3 任意区间内均匀分布的一个随机整数mrab1.c 13.4 任意区间内均匀分布的随机整数序列mrabs.c 13.5 任意均值与方差的一个正态分布随机数mgrn1.c 13.6 任意均值与方差的正态分布随机数序列mgrns.c-13.1 0-1 uniformly distributed between the mrnd1.c 13.2 0-1 a rand
liantongxingdp
- 基于连通性状态压缩的动态规划问题 基于连通性状态压缩的动态规划问题-Based on the connectivity state of the dynamic programming problem compressed connectivity state of compression based on the dynamic programming problem
Bulls_and_cows_v.0.8.2
- The first player thinks of number, and the second - guesses. If the number figure is including which was entered by the second player, but costs not on that place, quantity of cows +1. If the site, quantity of bulls +1.-The first player thinks of num
PSo_vb
- PSO的改进VB算法,收敛速度明显加快,并且这是改优化后的PSO程序,比标准的速度快。-PSO
yichuansuanfa
- 遗传算法程序,使用Matlab编的,相信大家可以看懂-Genetic algorithm program
UKF_example
- 平淡卡尔曼滤波的小例子,相对比较基础,可以结合例子学习,有助于初学者学习