资源列表
spgs
- 用途:用向量(稀疏存储)形式的Gauss-Seidel迭代解线性方程组Ax=b % 格式: x=spgs(A,b,x0,e,N),A为系数矩阵,b为右端向量,x返回解向量。 % x0为初值向量(默认原点),e为精度(默认1e-4),设置迭代次数上限以防发散(默 % 认500)。 -purposes : with Vector (sparse storage) form of Gauss - Seidel iterative solution of linear equations
shuzuhebing
- 把两个数组合并,并查询-merging the two arrays, and inquiries
ComHSB
- 这是一个关于matlab提取图象中心位置的原代码-This is an extract of Matlab center of the image source code
eeprom
- 24c512芯片程序 包括读写操作 经验证无误
communication
- 用于实现单片机下位机串行接收,这是十分方便和快捷的,下位机进行接收并验证-For MCU-bit machine serial receiver, which is very convenient and fast, the next crew to receive and verify
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.