搜索资源列表
c_alg
- c++常用算法集,包含数据结构,图论等成熟经典算法-c commonly used algorithm set includes data structures, graph theory, and other mature classical algorithm
MM1
- 用C++实现排队论中M/M/1模型。简单方便。-Using C++ implementation in the M/M/1 queuing theory model. Easy and convenient.
Example2_ChatRoom
- 本设计是一个局域网点对点的聊天软件,其主要功能是允许局域网用户们进行语音聊天,另外带有此设计的论文(还有PPT),论文中对C++ OOP程序设计的相关知识技术进行了介绍,包括网络通信、多媒体技术,WINDOWS下的图形应用软件开发技术-This design is a chat software about p2p,its main function is allow the LAN users speak and literalness chats.
Ubigraph
- 在C语言中包含一个头文件UbigraphAPI.h,便可以像往常一样用循环语句“画”一个环,展示出图论模型的三维结构(需下载Ubigraph软件)-Contains a header file UbigraphAPI.h in the C language can be as usual loop " paint" a ring, demonstrating the three-dimensional structure of the graph theory model (s
Desktop
- 最短路径问题是图论中的一个经典问题,其中的Dijkstra算法一直被认为是图论中的好算法,但有的时候需要适当的调整Dijkstra 算法才能完成多种不同的优化路径的查询。 对于某城市的公交线路,乘坐公交的顾客希望在这样的线路上实现各种优化路径的查询。设该城市的公交线路的输入格式为: 线路编号:起始站名(该站坐标);经过的站点1 名(该站坐标);经过的站点2名(该站坐标);……;经过的站点n 名(该站坐标);终点站名(该站坐标)。该线路的乘坐价钱。该线路平均经过多少时间来一辆。车速。 例如:
