资源列表
[其他小程序] Matlab绘制频散曲线程序代码
说明:用matlab程序代码编写的一套计算板中lamb波频散曲线的程序(Lamb wave dispersion curves of MATLAB programming with a set of calculation in code)<空城大大 > 在 2025-11-28 上传 | 大小:10kb | 下载:2
[其他小程序] timetwethr
说明:在MATLAB上实现混沌时间序列的Volterra预测算法 不错的(On MATLAB implementation on the prediction of chaotic time series algorithm is good)<connecefon > 在 2025-11-28 上传 | 大小:10kb | 下载:0
[其他小程序] pnwerclosedpower
说明:开关电源中pwm用matlab中的simulink表示的仿真模型,做的是闭环实验(In PWM switch power supply of simulink of matlab simulation model of closed loop experiment)<VDN%2107294 > 在 2025-11-28 上传 | 大小:10kb | 下载:0
[其他小程序] calqoration-method
说明:摄象机标定 经典的线性方法和非线性方法相结合的摄象机方法(matlab),(Classic linear methods and nonlinear camera calibration method with the combination of camera (matlab),)<litetal > 在 2025-11-28 上传 | 大小:10kb | 下载:0
[其他小程序] prsjgction
说明:更新说明: 此版本在版本1,2的基础上做了2点重大改进(Update: this version in version 1, 2 major improvements made on the basis of the 2 o 'clock)<UXXB%211183 > 在 2025-11-28 上传 | 大小:10kb | 下载:0
[其他小程序] ImportaGeoreferenciaSSTClorofila_01
说明:Import SST and Clorophyl to MM<Jordi > 在 2025-11-28 上传 | 大小:10kb | 下载:0
[其他小程序] 打开目录将文件名传到EXcel
说明:打开任意目录并且将文件名传到EXcel,首先建立按钮。(get the filename of dir to EXcel)<飞风 > 在 2025-11-28 上传 | 大小:10kb | 下载:0
[其他小程序] 二重指针
说明:(1) 从静态存储区域分配。内存在程序编译的时候就已经分配好,这块内存在程序的整个运行期间都存在。例如全局变量,static 变量。 (2) 在栈上创建。在执行函数时,函数内局部变量的存储单元都可以在栈上创建,函数执行结束时这些存储单元自动被释放。栈内存分配运算内置于处理器的指令集中,效率很高,但是分配的内存容量有限。 (3) 从堆上分配,亦称动态内存分配。程序在运行的时候用malloc 或new 申请任意多少的内存,程序员自己负责在何时用free 或delete 释放内存。动态内存的生存期<messii > 在 2025-11-28 上传 | 大小:10kb | 下载:0