教材及其资源
------
《C++语言程序设计》
------
《概率图模型和大数据建模》
| 章节 |
课件 |
代码 |
| 第1章 概率图模型基础 |
第1章课件 |
第1章代码 |
| 第2章 大数据基础 |
第2章课件 |
第2章代码 |
| 第3章 有向图模型 |
第3章课件 |
3.1NBC |
3.2GMM |
3.3ICA |
3.4LDA |
3.5HMM |
| 第4章 无向图模型及混合图模型 |
第4章课件 |
4.1MRF |
4.2CRF |
4.4因子图 |
------
《程序设计实践》项目代码
多媒体类
| repositories |
description |
language |
OS |
IDE |
| img_process |
图像处理 |
C++ |
MS Windows |
Windows API |
| - |
声音信号处理 |
C++ |
MS Windows |
visual studio |
| - |
中文分词 |
C++ |
MS Windows |
visual studio |
| @TDocument |
文档相似性 |
C++ |
- |
QT |
通信类
| repositories |
description |
language |
OS |
IDE |
| - |
简单通信协议 |
C++ |
MS Windows |
visual studio |
| - |
信道编码 |
C++ |
MS Windows |
C++ |
| @sendmail |
发送邮件 |
C++ |
MS Windows |
Windows API |
| @SendMailClient |
邮件发送客户端 |
C++ |
MS Windows |
visual studio |
算法类
| repositories |
description |
language |
OS |
IDE |
| - |
加密解密 |
C++ |
MS Windows |
C++ |
| - |
压缩编码 |
C++ |
MS Windows |
C++ |
游戏类
| repositories |
description |
language |
OS |
IDE |
| - |
屏幕绘图 |
C++ |
MS Windows |
QT |
| - |
绘图程序 |
C++ |
MS Windows |
Windows API |
| - |
俄罗斯方块 |
C++ |
MS Windows |
Windows API |
| - |
抢红包 |
C/C++ |
- |
- |
| @redpacketMFC |
发红包 |
C++ |
MS Windows |
visual studio |
| @redpacketQT |
发红包 |
C++ |
- |
QT |
数据类
| repositories |
description |
language |
OS |
IDE |
| - |
学生信息管理系统 |
C++ |
MS Windows |
visual studio |
APP类