-
neighbour
说明: 基于最优发射概率的同步邻居发现算法,matlab仿真(Synchronous neighbor discovery algorithm based on optimal launch probability, matlab simulation)
- 2020-06-02 16:42:46下载
- 积分:1
-
匿名代码
把单片机上的数据利用无线,蓝牙,或者串口上传到上位机(Using wireless, Bluetooth or serial port to upload data from MCU to PC)
- 2020-06-25 05:20:02下载
- 积分:1
-
爬取热门微博评论并进行数据分析、nlp情感分析
爬取热门微博评论并进行数据分析、nlp情感分析
xuenlp.py功能包含:
读取数据库并进行数据去重
对微博评论进行情感分析并生成统计结果
统计微博评论中的表情排行
统计微博评论中的粉丝排行前20(Crawl popular microblog comments and do data analysis and NLP sentiment analysis
Xuenlp.py functions include:
Read the database and de-duplicate the data
Emotional analysis of microblog comments and generating statistical results
Statistical expression ranking in microblog comments
Statistics of the top 20 fans in microblog comments)
- 2020-06-23 05:20:02下载
- 积分:1
-
带小缩略图Flash图片展示宽屏风格
宽屏风格带小缩略图Flash图片展示代码,适用于公司企业网站使用,特别是在首页放上这种大气的焦点图,让网站立即高大上了,哈哈,代码完整。
- 2023-03-13 19:50:04下载
- 积分:1
-
CC10开发源码,适合刚入门的朋友使用,很好很强大
CC10开发源码,适合刚入门的朋友使用,很好很强大-cc10 code
- 2022-01-26 07:50:59下载
- 积分:1
-
谱分析
说明: 轴承故障的三种谱分析(倒频谱,功率谱,细化谱)(Three kinds of spectrum analysis of bearing fault.)
- 2020-06-06 20:45:27下载
- 积分:1
-
VC++转换COLORREF值为RGB分量
VC++转换COLORREF值为RGB分量,举个例子,在本例中,是将COLORREF值:0x000080FF转换成:R分量:0xFF、G分量:0x80、B分量:0x00,注意,并不是分离。请看定义:
//R分量
BYTE RED = GetRValue(cr);
//G分量
BYTE GREEN = GetGValue(cr);
//B分量
BYTE BLUE = GetBValue(cr);
CString strText = _T("");
strText.Format(_T("COLORREF值:0x%08X"), cr);
pDC->TextOut(100, 50, strText);
strText.Format(_T("R分量:0x%02X"), RED);
pDC->TextOut(100, 100, strText);
strText.Format(_T("G分量:0x%02X"), GREEN);
pDC->TextOut(100, 150, strText);
strText.Format(_T("B分量:0x%02X"), BLUE);
pDC->TextOut(100, 200, strText);
- 2022-06-13 02:13:45下载
- 积分:1
-
rplidar_arduino-master
说明: rpi lidar library for arduino
- 2020-11-02 16:09:53下载
- 积分:1
-
工业机器人仿真MATLAB+PID控制
说明: 工业机器人matlab中使用pid实现控制(PID control of industrial robot in MATLAB)
- 2020-07-05 17:40:19下载
- 积分:1
-
雷达成像技术-保铮
该文件为雷达成像处理pdf文件,大家有需要可以下载!(Radar imaging technology books.)
- 2018-04-09 21:27:15下载
- 积分:1