资源列表
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
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.
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
1131
- PKU1131带测试数据的,,简单的,可以参考一下
444
- 数学中运用牛顿插值多项式,用于离散数据的拟合
ECEF2OrbitFrame
- convert from earth fixed earth centered coordinate system to orbital frame (of a satellite) coordinate system.
banaiy
- /*作为一个软件专业的学生,zcy总是对二进制特别感兴趣,有一天他发现了一个有趣的序列:一个长度为N的序列,该序列只含有0或1两个数字,并且该序列不包含连续3个1, 例如N=3时有7种不同序列,分别是000, 001, 010, 011, 100, 101, 110。111包含3个连续的1所以不是。 现在zcy想知道,对于长为n的一个二进制串,有多少满足条件的01串。 Input 第一行是整数t,表示多少个case, 每行有一个数n,表示串的长度(n<=40)
link-list-
- Upload//Bu Program ?sim,Adres ve Bilet say?s?n? //alarak Link list yap?s?yla kaydeder ve Listeler #include <stdlib.h> #include <iostream.h> struct LinkList