资源列表
iso_mises_umat
- 各向同性材料umat源程序,简单abaqus子程序(umat for isotropic elasticity material)
50均线指标
- 用50均线出现的箭头开单(Buffer7[i]=EMPTY_VALUE; Buffer8[i]=EMPTY_VALUE)
mises1
- 可以用于计算金属的弹塑性力学abaqus二次开发程序(Elastoplastic mechanics)
bearmtx
- 悬臂梁的matlab编写程序实现可视化,并计算固有频率(This is a program written by an Israeli professor to calculate rotor dynamics)
udf
- fluent udf简谐振动的控制,里面有两种宏的应用,初相位为0.(Fluent udf simple harmonic vibration control, there are two macro applications, the initial phase is 0.)
treadwear
- 可用于汽车轮胎在路面稳态滚动的磨损仿真。(Can be used in the vehicle tire steady-state rolling wear simulation)
新建文件夹
- 用于EMD 信号分解及重构,重构部分需要自己需要改动(For EMD signal decomposition and reconstruction, the reconstruction part needs to be changed by itself.)
echo
- 雷达动目标回波仿真,进一步考虑LFM调频脉冲串,仿真一个运动目标的回波,以及通过脉冲压缩和FFT速度估计的过程。(Radar moving target echo simulation, further considering LFM frequency modulation pulse train, simulation of a moving target echo, as well as through pulse compression and FFT speed estimation
App
- 诛仙邮件源码,可实现发送物品功能,等等保护类型:[0=无][1=装备后绑定][2=已绑定][3=下线后消失](The source code of Qixian mail can realize the function of sending goods, and other protection types: [0 = none] [1 = bind after equipment] [2 = bind] [3 = disappear after offline])
DynamicWindowApproachSample2
- 动态窗口法的路径规划,可以修改起点和终点,障碍物也可以修改(dynamic window approach)
KMEANS
- C++编程实现数据挖掘中的聚类分析 使用K均值算法(C++ programming to achieve data mining clustering analysis using k-means algorithm)
Student.c
- (1)信息维护: 要求:学生信息数据要以文件的形式保存,能实现学生信息数据的维护。此模块包括子模块有:增加学生信息、删除学生信息、修改学生信息 (2)信息查询: 要求:查询时可实现按姓名查询、按学号查询 (3)成绩统计: 要求:A输入任意的一个课程名(如数学)和一个分数段(如60--70),统计出在此分数段的学生情况。 (4)排序:能对用户指定的任意课程名,按成绩升序或降序排列学生数据并显示排序结果(使用表格的形式显示排序后的输出结果)((1) Information mainten