资源列表
Take-the-program-to-run-parameters
- 取程序运行参数 Take the program to run parameters-Take the program to run parameters
UMAT-ELASTIC
- UMAT user subroutine for ABAQUS in order to define Elastic material. This UMAT is a good start learning for defining user material in ABAQUS, specially for mechanical engineering students.
Desktop
- 数据结构中的两种最小生成树算法,采用C语言实现-Two minimum spanning tree algorithm data structure, C implementation
TxtToExcel
- 把指定格式的文本。输出为EXCEL文件。文本中的分隔符为 "|"-The text in the specified format. Output to EXCEL file. Text delimiter " |"
angvec2r
- 移动机器人matlab仿真程序,很好用的,可以学习学习。-Mobile robot matlab simulation program, the good, you can learn.
CPPRandNum
- 在[a,b]之间等概率随机一个数 数据支持双精度类型-In [a, b] such probability between a double-precision number data type support
as
- 模拟 AM FM DSB 信号傅里叶变换图 频域稀疏-Analog AM FM DSB frequency domain signal sparse Fourier transform Figure
color
- opengl实现通过菜单选择单一着色还是平滑着色-Opengl implementation through the menu to a single color or smoothing shading
rk
- 龙格库塔法用于数值求解微分方程的MATLAB程序。-Runge-Kutta method for numerical solution of differential equations MATLAB program.
local_max_finder
- 获取二维图中的极大/极小值: IDL没有提供直接实现该功能的函数;但我们可以通过判断一个点左右两个点的值来进行,如果第i点的前一个点(i-1)与后一个点(i+1)的值都小于i点的值,则可以判断这个点是一个极值点,然后将该点添加到之前定义的链表中,在算法结尾处作为一个数组返回。-Finding multiple local max/min values for 2D plots with IDL
svpwm.c
- svpwm算法的c语言实现,包含扇区时间计算等-SVPWM algorithm C language, including sector time calculation, etc.
MERGE_CSV
- 使用python合并指定目录下的所有csv文件,并将合并的csv文件以时间命名。合并方式是依据第一列横向拼接,而不是纵向拼接。-use python merge csv files to one file, the result file is names with the current time. according to the first column, add others csv files to the first csv file.