廊坊师范学院本科生毕业论文(设计)
论文题目:网络语音聊天软件的设计与实现
论文摘要:随着计算机应用技术的快速发展和日益普及,网络也遍及到我们生活的每个角落,为我们的学习和工作带来极大的方便。
很多人都使用过传统的文字输入聊
天方式,与之不同的另外一种聊天方式就是语音聊天。
主要对那些不会使用键
盘的老年用户和追求时尚的年轻人,语音聊天是一种非常好的聊天方式,它能
增加聊天双方的亲切感和真实感,语音聊天就涉及到语音的传输。
本系统主要讨论了Windows系统下网络语音的传输,主要利用Windows系统下
的API函数和SOCKET函数以及VC开发平台的强大功能来实现。
本系统可以实
现网络间文字、语音信息的传输。
关键词:套接字;网络编程;语音传输
Title:Voice Chat Software Design and Implementation
Abstract:And popularizes day by day along with the computer application technology fast development, the network also spreads each quoin which lives to us,
brings enormous convenient for ours study and the work.Very many people
all use the traditional writing input to chat the way, chats the way with it
different other one kind is the pronunciation chats.Mainly cannot use the
keyboard to these the old age user and the pursue fashion young people, the
pronunciation chats is one kind extremely good chats the way, it can increase
chats the bilateral warm feelings and the third dimension, the pronunciation
chats involves to the pronunciation transmission.
This system mainly discussed under the Windows system the network
pronunciation transmission, it mainly uses Windows under the system the
API function and the SOCKET function as well as VC develops the platform
the formidable function to realize. This system may realize the network the
writing, the pronunciation information transmission.
Keywords:Sleeve joint character; Network programming; Pronunciation transmission
目录
1. 绪论 (1)
1.1 背景介绍 (1)
1.2 相关知识 (1)
1.2.1 Visual C++简介 (1)
1.2.2 MFC库简介 (2)
1.2.3 Winsock的发展 (2)
1.2.4 Socket及Window Socket API简介 (3)
2. 需求分析 (5)
2.1可行性分析 (5)
2.2 需求分析 (5)
2.2.1 系统功能需求 (5)
2.2.2 系统性能需求 (6)
2.2.3 系统运行需求 (6)
3. 总体设计 (7)
3.1 各个模块的功能 (7)
4. 详细设计 (8)
4.1 系统界面的实现 (8)
4.2 各模块具体流程 (11)
4.2.1 通信模块 (11)
4.2.2 文字模块 (14)
4.2.3 语音模块 (16)
5. 测试 (17)
6. 结束语 (20)
参考文献 (21)
致谢 (22)
代码附录 (23)。