登录
首页 » Visual C++ » urgvide

urgvide

于 2018-11-22 发布 文件大小:173KB
0 183
下载积分: 1 下载次数: 1

代码说明:

  设计一个校园导游咨询程序,为来访的客人提供学校最短路径信息查询服务(Design a campus tour guide consultation program to provide the shortest path information inquiry service for visitors)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • strap_down_inertial_navigation
    说明:  捷联系统C语言实现算法,已经过实验验证。(SINS C language algorithm, has been verified by tests.)
    2008-11-20 16:50:37下载
    积分:1
  • C_PI201210231659
    PI数据库标签查询、快照查询、历史数据查询 时间格式转换(pi demo)
    2012-10-23 17:06:22下载
    积分:1
  • Campus-navigation-problem
    校园导航问题,设计你的学校的平面图,至少包括10个以上的景点(场所),每两个景点间可以有不同的路,且路长也可能不同,找出从任意景点到达另一景点的最佳路径(最短路径)。 要求: (1)以图中顶点表示校园内各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等有关信息。 (2)为来访客人提供图中任意景点相关信息的查询。 (3)为来访客人提供任意景点的问路查询,即查询任意两个景点之间的一条最短路径。 (4)修改景点信息。 (Campus navigation problem, the design of your school s plan, at least more than 10 attractions (places), between every two spots can have a different way, and the long road may be different, to find spots to reach from any other attractions best path (shortest path). Requirements: (1) graph vertices represent various campus sites, storage sites name, code, profile and other information the side that path, the path length of storage of information. (2) the figure for visiting any sites offering information about the query. (3) any attractions for visiting guests ask queries of that query any two of the shortest path between sites. (4) modify the attractions information.)
    2011-08-12 10:34:14下载
    积分:1
  • qiongju
    八皇后算法,用的是最简单的穷举法,在VC++6.0上编写的。(Eight Queens algorithm, using the simplest method of exhaustion, in VC++6.0 written on.)
    2013-08-14 22:21:28下载
    积分:1
  • BiTree
    本算法用于实现二叉树的查找和输出,使用了数据结构中的二叉树结构,精髓在于使用了函数指针。( This algorithm is used to find and implement binary output, use the data structure of the binary tree structure, the essence is the use of function pointers.)
    2016-04-05 17:09:03下载
    积分:1
  • sniffer
    第十二章:发布数据库系统,InstallShield这一常用的打包工具,讲解软件打包 发布的过程。 第十三章:用户登录功能模块,应用了ODBC访问数据库的技术,使用最基本的查询语句。 第十四章:用户信息管理模块,应用了ODBC访问数据库的技术,用CRecordset对象做 为操作数据库的手段,并运用增删改查的数据库常用查询语句。 第十五章:网页浏览和网址限制功能模块,利用数据库中的网址记录,通过查询匹配 限制用户对某些特定网址的访问,并作访问记录,主要应用DAO方式访问数据库的技术, CDaoRecordSet对象做为操作数据库的手段,并灵活运用了多种SQL查询语句。 第十六章: 住户管理系统,主要用了OLE DB操纵数据库的手段。 第十七章:物流单据管理模块,主要用了ADO对象操纵数据库的技术手段。 第十八章:研究生信息管理系统,主要用了ADO对象操纵数据库的技术手段,并在使用 ADO的技术中灵活运用了OLE DB的数据库连接操纵方法、多条SQL查询语句、控件Combo Box与ActiveX控件ADO Data Control和DataGrid Control。 全部是vc6.0编写 (Chapter 12: publication database system, InstallShield package that commonly used tools to explain the process of publishing software package. Chapter 13: user login function module, the application of the ODBC database access technology, using the most basic query. Chapter 14: User information management module, the application of the ODBC database access technology, using CRecordset object as a means to manipulate the database, and use common CRUD database query. Chapter 15: Web browsing and URL restriction function module, using the URL database records, all vc6.0 prepared)
    2013-06-24 15:49:10下载
    积分:1
  • 1
    可以实现判断二叉树是否为完全二叉树、判断两棵二叉树是否镜像对称、求一棵二叉树的一个最长枝等功能(Can determine whether the binary tree is complete binary tree to determine whether two binary mirror symmetry, one of the longest seeking a binary tree branches and other functions)
    2013-11-13 21:16:53下载
    积分:1
  • xianxingbiaolianjie
    线性表的链接实现可利用单链表来实现,每个节点存储一个元素。 利用单链表来实现线性表的元素的插入,删除,修改等功能。 (Linear link table can be used to achieve a single linked list to implement, each node stores an element. Using a single linked list to implement elements of the linear table insert, delete, modify, and other functions.)
    2011-04-26 11:57:25下载
    积分:1
  • Kruskal
    克鲁斯卡尔算法思想.cpp int seekedge(EDGE * (&a), int n) void bubble(EDGE * (&a), int size) void searchandjoin(EDGE * (&a1), int k) // a1是图边集头指针,a2是最小生成树边集的头指针,k为所要删的边 void storepicture(EDGE * (&a), int n, VERTEX *b, int m) (Thinking of Kruskal algorithm. Cpp int seekedge (EDGE* (& a), int n) void bubble (EDGE* (& a), int size) void searchandjoin (EDGE* (& a1), int k) // a1 edge set is the first pointer map, a2 is the minimum spanning tree of the first indicators margination, k for the edges to be deleted void storepicture (EDGE* (& a), int n, VERTEX* b, int m) )
    2009-06-27 01:43:39下载
    积分:1
  • 20105610477041
    说明:  VC++ 通过ODBC读写Excel文件 资源类别: VC源码¦数据库 (VC++ to read and write Excel files via ODBC resource categories: VC database source &brvbar )
    2011-03-30 21:41:47下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 36今日下载