登录
首页 » 其他项目 » 华北工学院校园导游系统

华北工学院校园导游系统

于 2022-05-10 发布 文件大小:6.26 kB
0 214
下载积分: 2 下载次数: 1

代码说明:

华北工学院校园导游系统-NCUST campus tour guide system

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

发表评论

0 个回复

  • 这是一个声控系统,大家可以根据这个软件的代码去做一些相关的软件。中包括了文档,代码以及软件...
    这是一个声控系统,大家可以根据这个软件的代码去做一些相关的软件。其中包括了文档,代码以及软件-This is a voice-activated system, we can according to the software code to do a number of related software. Including documentation, code and software
    2022-11-10 09:05:04下载
    积分:1
  • 我们将用程序来模拟传统的龟兔赛跑问题。我们将采用随机数生成的方法开发这一问题的仿真程序。 再比赛中共设了70个点,每个点代表比赛跑道可能的一个位置。乌龟和兔从第...
    我们将用程序来模拟传统的龟兔赛跑问题。我们将采用随机数生成的方法开发这一问题的仿真程序。 再比赛中共设了70个点,每个点代表比赛跑道可能的一个位置。乌龟和兔从第一个点出发,终点是在第70个点上。 时钟按秒来数计。随着时钟的转动,程序能够根据下述规则来调节乌龟和兔子的位置。动物 跑动类型 占用时间 跑动量乌龟 快走 50% 向右3个点 后滑 20% 向左6个点 慢走 30% 向右1个点兔子 睡觉 20% 不动 大后滑 20% 向右9 个点 快走 10% 向左12个点 小步跳 30% 向右1个点 慢后滑 20% 向左两个点 -procedures we will use to simulate the traditional hand problems. We will adopt the random number generator of the development of the simulation program. Another winner set up 70 points, each point represents the runway competition of a possible location. The turtle and a rabbit from the starting point and finish in the first 70 points. According to the clock to a few seconds of dollars. As the clock turned to procedures under the following rules to regulate turtle and the rabbit"s location. Running types of animals occupying volume running time 50% of turtles to leave three points right after sliding 20% six points left walking 30% a point right rabbits sleep 20% Fixed After a 20% slide right nine points to leave 10% left
    2023-05-25 17:55:03下载
    积分:1
  • DSp原理及应用第8章程序源码,可以将你进一步引入Dsp开发行列...
    DSp原理及应用第8章程序源码,可以将你进一步引入Dsp开发行列-DSp principle and application procedures Chapter 8 source, we can introduce you to further develop the ranks Dsp
    2022-06-26 03:21:35下载
    积分:1
  • 单链表的插入和删除实验的: 1、定义单链表的结点类型 2、通过单链表的定义掌握线性表的链式存储结构的特点; 3、熟悉单链表的建立以及插入、删...
    单链表的插入和删除实验目的: 1、定义单链表的结点类型 2、通过单链表的定义掌握线性表的链式存储结构的特点; 3、熟悉单链表的建立以及插入、删除等基本操作。 -# include # include # define ND sizeof(struct List) struct List {int data struct List*next } void main() { int n,i=1,e,a struct List*head struct List*p,*q q=head=p=(struct List*)malloc(ND)
    2022-04-15 10:12:17下载
    积分:1
  • 一个用C写的MUD 终端源码,从中可以学习到很多的相关的知识!值得一看!...
    一个用C写的MUD 终端源码,从中可以学习到很多的相关的知识!值得一看!-1 C write MUD terminal source, from which one can learn a lot of knowledge! An eye-catcher!
    2022-01-25 15:01:59下载
    积分:1
  • NS-2的快速播放模块
    问题: 如在线游戏和警报消息的应用程序 传播是敏感的每个数据包延迟交货。考虑车辆 Ad hoc 网络 (车用) ;在这方面,多跳的快速繁殖 广播的消息上述应用程序生成的需要 能够避免冗余传输和其他的特定解决方案的部署 消息传播延迟的来源。 解决方案: 我们有 开发了一个解决方案,允许车辆在某汽车排到动态 估计他们的传输范围,并有效地利用这种信息 尽可能传播广播的消息用尽可能少的啤酒花 (和传输)。 在本质上,在一条消息的传输范围,最远交通 发件人/转发器将统计学荣幸成为下一步 (和 只有) 转发器。 更多详细说明的问题和 可以找到解决办法,[1] [2] (请参阅此 web 页的引用)。 执行 NS-2: 为执行所描述的解决方案 在[1] [2]我们已为众所周知的网络创建一些新的模块 模拟器 (版本 ns-2.29,虽然它可能与其他工作也 版本)。 具体来说,我们已经创建以下模块: - bbcast-packet.h包含的定义 新的数据包报头 ; - bbcast-packet.cc包括 执行的函数来访问数据包报头 ; - BroadcastbaseAgent.h包括 有关机的其他代理 ; 函数原型 - BroadcastbaseAgent.cc包括 执行的职能的广播的代理
    2022-10-24 03:05:03下载
    积分:1
  • 2d array implemented using pointer or template
    在C++中,可以直接用[][]实现二维数组,但是[][]不能重载,所以,用模版与指针实现的自定义二维数组-2d array implemented using pointer or template
    2022-01-22 13:39:16下载
    积分:1
  • 基于卡尔曼滤波的道路标检测与跟踪研究,采用交互多模(IMM)算法...
    基于卡尔曼滤波的道路目标检测与跟踪研究,采用交互多模(IMM)算法
    2022-03-28 19:43:18下载
    积分:1
  • svmcfg:从例子中学习的加权上下文无关文法。训练实例…
    SVMcfg: Learns a weighted context free grammar from examples. Training examples (e.g. for natural language parsing) specify the sentence along with the correct parse tree. The goal is to predict the parse tree of new sentences.
    2023-02-08 08:45:04下载
    积分:1
  • 人机对弈,互取火柴。取最后一根者输。每次至少取一根,最多取4跟。如果人先取则人必输。如果机先取,则机器等待人出错。否则人胜。...
    人机对弈,互取火柴。取最后一根者输。每次至少取一根,最多取4跟。如果人先取则人必输。如果机先取,则机器等待人出错。否则人胜。-Human-computer game, and take matches. The last one loses. Check at least one of each, with up to 4 check. If the person is who will get lost. If the machine to check, then wait for others to machine error. Otherwise, people win.
    2022-02-07 14:11:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载