资源列表
juzen
- 对于矩阵连乘积的最优计算次序问题,设计算Ai…j ,1≤i≤j≤n,所需的最少数乘次数为m[i,j],原问题的最优值为m[1,n]。 当i=j时,Ai…j=Ai为单一矩阵,无需计算,因此m[i,i]=0,i=1,2,…,n ; 当i<j时,可利用最优子结构性质来计算m[i,j]。事实上,若计算Ai…j的最优次序在Ak和Ak+1之间断开,i≤k<j,则:m[i,j]=m[i,k]+m[k+1,j]+rirk+1rj+1 。
calculator
- 一个小小的计算器,只能进行+-*/四则运算
求圆的面积
- 一个用vb实现的求圆面积的程序.适合初学者使用.在vb6.0成功测试-A program used to calculate the area of a circle. It is designed by VB and is for the new learners. Tested under VB6.0.
直接生成surfer软件可读文件
- 网格化的数据处理好后,可以按这段代码直接生成*.grd文件,以便用surfer软件直接划等值线图。
Finitedifference
- 给出了有限差分CN格式求解偏微分方程,非常好的东东,学差分的一定要看哦-Gives the finite difference solution of partial differential equations CN format, very good Dongdong, learning depends on a certain differential Oh
8
- 给出经典游戏8皇后的所有解法,利用回溯算法-8 Queen' s classic game give all the solutions, the use of backtracking algorithms
shenyou
- 求解数独的深度优先搜索的程序,没有递归,可用于低性能的单片机。-Sudoku Solving the depth-first search procedure, there is no recursion, can be used for low performance microcontroller.
pwm_inverter_3phs_final
- basecom 3phs SPWM generator-basecom 3phs SPWM generator
RegTest
- 正则表达式 简单的正则表达式,看是否符合-Regular expressions
zhuanhuan
- 实现进制之间相互转换的小程序-achieve band switching between the small program
PIC
- PIC单片机最简单C语言实例
chanshengfashexinhao
- 此程序可以产生雷达的发射信号,调整巴克码,非常实用