资源列表
哈夫曼编码的贪心算法设计
- 哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。
病房管理logisim
- 提交病房管理模块,病人按动按键(按键输入),护士站显示病床号码(LED输出)。 设置病房片区,ICU病房(4间),贵宾病房(32间)和普通病房(64间)。不同类型病房之间等级为ICU>贵宾>普通。然后同类病房之间房间号越大优先级越高。
rtl83xx_switch-api-v1.3.9
- realtek芯片的底层驱动代码,包含RTL8367C的驱动(The bottom driver code of Realtek chip, including the driver of rtl8367c)
SABP汇率预测
- 此代码通过模拟退火算法优化BP神经网络进行汇率预测(This code optimizes BP neural network to predict exchange rate by simulated annealing algorithm)
tcpip
- 基於labwindows平臺c++上位機和下位機tcpip通訊範例(Communication between upper computer and lower computer)
matlab卷积码仿真代码
- 对卷积码的误码率进行了仿真,代码验证具体可行。(Simulation analysis of the error rate of convolutional code)
爬取某东商品评价
- 利用python网络爬虫爬取某东商品评论,并进行分词和生成词云。主要使用requests库,以及jieba、wordcloud等库
移动物体检测源码py
- #!/usr/bin/env python # -*- coding: utf-8 -*- # 导入必要的软件包 import argparse import datetime import imutils import time import cv2 import pdb
Wpe封包工具
- 就是用wpe进行劫包,用来改变游戏数据,实现各种辅助功能(It is to use WPE for packet hijacking to change game data and realize various auxiliary functions)
som-bp混合神经网络的matlab程序
- 本文件包含som-bp串联神经网络的代码和数据,可用来做数据拟合,改成你自己的数据即可(This file contains the code and data for the som-bp series neural network, which can be used for data fitting and changed to your own data)
1.6 光敏采集
- 基于STM32,通过串口接收光敏传感器的数据(Based on STM32,can receive Light intensity softly by serial port)
植物大战僵尸python
- 基于python和pygame的植物大战僵尸(Plant vs. zombie based on Python and pyGame)