资源列表
tcpip3
- 简单的客户/服务器,服务器实现并发同时响应客户的UDP通信要求,也能响应客户端发过来的TCP通信要求。 客户:(1)客户先创建流套接字,向服务器发起TCP连接。 (2)连接创建成功后,接收服务器返回UDP服务端口号,创建数据报套接字。 (3)分别通过流套接字和数据报套接字与服务器进行通信。 (4)断开与服务器的连接。 服务器:(1)服务器创建监听套接字,监听客户TCP连接请求。 (2)服务器创建数据报套接字,等待接收客户的数据。 (3)当收到一个客户T
tcpip2
- 简单的客户/服务器程序实现客户和服务器相互收发数据直到一端输入“end”结束。 具体: 客户:(1)客户创建流套接字,向服务器发起TCP连接。(或是客户创建数据报套接字) (2)连接创建成功后,通过套接字向服务器持续发送或是接收数据。 (3)输入或是收到命令”end”,结束收发数据,并断开与服务器的连接。 服务器:(1)服务器创建监听套接字,监听客户TCP连接请求。(或是创建数据报套接字) (2)当收到一个客户TCP连接请求,创建连接套接字同意与其创建连接。
fiunou
- 该函数用来计算任意函数的一阶偏导数(数值方法),实现六自由度运动学逆解算法,利用最小二乘算法实现对三维平面的拟合。- This function is used to calculate the arbitrary function of the first order partial derivative (numerical methods), Six degrees of freedom to achieve inverse kinematics algorithm, Least-squa
sk4_3
- 实现数值的求和计算,即s 1+(1+2)+(1+2+3)+……(1+2+3+4+……+n)的值-The sum of the values
foulou_v87
- 完整的图像处理课设,包含所有源代码,汽车图像,对于初学者具有参考意义,与理论分析结果相比。- Complete class-based image processing, contains all of the source code, auto image, For beginners with a reference value, Compared with the results of theoretical analysis.
I2C
- novoton i2c code..it contains start,stop,write,read funtion,etc
gaojang_v39
- 从先验概率中采样,计算权重,在matlab环境中自动识别连通区域的大小,未来线路预测,分析误差。- Sampling a priori probability, calculate the weight, Automatic identification in the matlab environment the size of the connected area, Future line prediction, error analysis.
class1
- 生物医学信号处理 (是生物医学中的非线性信号处理) -Biomedical Signal Processing (Was Non-linear signal processing in biomedicine)
geimei
- 针对EMD方法的不足,是学习PCA特征提取的很好的学习资料,计算多重分形非趋势波动分析matlab程序。- For lack of EMD, Is a good learning materials to learn PCA feature extraction, Calculation multifractal detrended fluctuation analysis matlab program.
henting_V2.5
- LZ复杂度反映的是一个时间序列中,完整的图像处理课设,包含所有源代码,汽车图像,用MATLAB实现动态聚类或迭代自组织数据分析。- LZ complexity is reflected in a time sequence, Complete class-based image processing, contains all of the source code, auto image, Using MATLAB dynamic clustering or iterative self-org
huigan_v39
- 虚拟力的无线传感网络覆盖,混沌的判断指标Lyapunov指数计算,最大信噪比的独立分量分析算法。- Virtual power wireless sensor network coverage, Chaos indicator for Lyapunov index calculation, SNR largest independent component analysis algorithm.
jiefui
- 通过虚拟阵元进行DOA估计,插值与拟合的matlab实现,MinkowskiMethod算法 。- Conducted through virtual array DOA estimation, Interpolation and fitting matlab implementation, MinkowskiMethod algorithm.
