资源列表
二自由度机械臂PD控制
- 二连杆机械臂MATLAB S函数仿真代码(Matlab sfunction simulation code of two link manipulator)
MATLAB 经典程序源代码
- 数据拟合,数学规划,微积分等,还包括全国大学生建模竞赛题解(Data fitting, mathematical planning, calculus, etc., including the solution of the National University Students' Modeling Competition)
Y-GUI有限元离散元耦合
- Y-GUI有限元离散元耦合详细资料可下载相关作者文章进行查看
椭圆拟合函数
- 用于将二维空间数据直接拟合为椭圆,不需要进行迭代计算,速度快!
pytorch-openpose-master
- 本例程是我研究生阶段做的一个小项目,该项目用pytorch的深度学习框架来进行人体姿态识别,能够实现头部和身体的骨架识别!图像处理方面加入了OpenCV包进行相关的处理,希望能帮助大家!(175/5000 This routine is a small project that I did in the graduate stage. The project uses pytorch's deep learning framework to recognize human body postu
Matlab coding for PAM4 basic transmission
- 此代码是用matlab软件仿真PAM4信号的传输,自动生成传输数据,在接收端做基本的信号处理,计算出误码率。(This code uses MATLAB software to simulate the transmission of pam4 signal, automatically generate the transmission data, do basic signal processing at the receiving end, and calculate the bit er
SeNet的pytorch实现版本
- 深度学习视觉注意力机制SeNet的pytorch实现版本,包括了SeLayers的实现,SeNet模型以及在Imagenet数据集上的训练代码。
MIMO-OFDM
- 基于MIMO-OFDM的通信系统仿真,带注释。(Communication system simulation based on MIMO-OFDM, with notes.)
mopso
- 里面给出MOPSO算法的源码和解释,并给出测试函数(It gives the source code and explanation of MOPSO algorithm, and gives the test function)
Desktop
- 用matlab实现车牌试别,包括定位、分割和字符识别,识别方法是神经网络。(Using MATLAB to realize license plate classification, including location, segmentation and character recognition. The recognition method is neural network.)
CTFd-master
- CTF的练习,好东西。本地环境部署。周长拓展(CTF practice, good stuff. Local environment deployment. Circumference expansion)
给定权值,哈弗曼编码、译码
- 假设某通信报文的字符集由A,B,C,D,E,F这6个字符组成,它们在报文中出现的频度(频度均为整数值)。 (1)构造一棵哈弗曼树,依次给出各字符编码结果。 (2)给字符串进行编码。 (3)给编码串进行译码。 规定: 构建哈弗曼树时:左子树根结点权值小于等于右子树根结点权值。 生成编码时:左分支标0,右分支标1。 输入 第一行:依次输入6个整数,依次代表A,B,C,D,E,F的频度,用空格隔开。 第二行:待编码的字符串 第三行:待译码的编码串 输出 前6行依次输出各