资源列表
bmbedded
- 可逆嵌入式零树小波编码代码,主要是小波变换时使用的可逆变换,(Reversible embedded zerotree wavelet coding code, mainly used in the inverse wavelet transform,)
vc+halcon
- vs联合halcon开发,比较详细的步骤和所有步骤的截图,都存在!比较详细,请参考!(Visual Studio joint Halcon development, more detailed steps and screenshots of all steps, all exist! More detailed, please refer to!)
Tensorboard与可视化
- Tensorboard与可视化实现详细代码,希望对初学者有帮助哦!(Tensorboard and visual implementation of detailed code, hope to help beginners!)
ABCPSO(人工蜂群算法与粒子群算法)-新
- ABCPSO(人工蜂群算法与粒子群算法)(ABCPSO (Artificial Bee Colony and Particle Swarm Optimization))
改进人工蜂群算法
- 基于人工蜂群算法的鲁棒通信定位算法与实现(Robust communication location algorithm and Implementation Based on artificial bee colony algorithm)
IMM黄小平
- IMM交互多模型代码,使用了三种模型,有效的预测了运动物体轨迹,适用于卡尔曼滤波(IMM code IMM interactive multi-model code, using three models, effectively predicts the trajectory of moving objects, suitable for Kalman filter)
A many-objective evolutionary algorithm based on a two-round selection strategy
- A many-objective evolutionary algorithm based on a two-round selection strategy 一种基于两种轮盘赌选择策略的高维多目标进化算法
MRMLKSVM代码
- The code of Multiple rank multi-linear kernel support vector machine
这是有关于
- 这是一个很好的文章,可以稍微看看这些动画关系
情感聊天机器人
- 实现情感功能的聊天机器人,基于tensorflow深度学习框架。内嵌了Internal Memory和External Memory模块。
包络解调与功率谱
- 本代码可实现包络谱以及功率谱的绘制,可应用于信号分析(This code can realize the drawing of envelope spectrum and power spectrum, and can be applied to signal analysis)
给定权值,哈弗曼编码、译码
- 假设某通信报文的字符集由A,B,C,D,E,F这6个字符组成,它们在报文中出现的频度(频度均为整数值)。 (1)构造一棵哈弗曼树,依次给出各字符编码结果。 (2)给字符串进行编码。 (3)给编码串进行译码。 规定: 构建哈弗曼树时:左子树根结点权值小于等于右子树根结点权值。 生成编码时:左分支标0,右分支标1。 输入 第一行:依次输入6个整数,依次代表A,B,C,D,E,F的频度,用空格隔开。 第二行:待编码的字符串 第三行:待译码的编码串 输出 前6行依次输出各