登录
首页 » 数据结构 » 魔王语言解释程序 请大家多多支持 数据结构实验

魔王语言解释程序 请大家多多支持 数据结构实验

于 2022-06-30 发布 文件大小:13.05 kB
0 153
下载积分: 2 下载次数: 1

代码说明:

魔王语言解释程序 请大家多多支持 数据结构实验-fiendish language interpreter please the generous support of experimental data structure

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

发表评论

0 个回复

  • 库系统概论(第三版) pdf格式图书 萨师煊著
    数据库系统概论(第三版) pdf格式图书 萨师煊著-Introduction to Database Systems (third edition) pdf format book with Savimbi division Xuan
    2023-06-15 16:41:09下载
    积分:1
  • c++链式队列的实现
    c++链式队列的实现头文件如下: typedef int Item; typedef struct node * PNode; typedef struct node {  Item data;  PNode next; }Node; typedef struct {  PNode front;  PNode rear;  int size; }Queue; /*构造一个空队列*/ Queue *InitQueue(); /*销毁一个队列*/ void DestroyQueue(Queue *pqueue); /*清空一个队列*/ void ClearQueue(Queue *pqueue); /*判断队列是否为空*/ int IsEmpty(Queue *pqueue); /*返回队列大小*/ int GetSize(Queue *pqueue); /*返回队头元素*/ PNode GetFront(Queue *pqueue,Item *pitem); /*返回队尾元素*/ PNode GetRear(Queue *pqueue,Item *pitem); /*将新元素入队*/ PNode EnQueue(Queue *pqueue,Item item); /*队头元素出队*/ PNode DeQueue(Queue *pqueue,Item *pitem); /*遍历队列并对各数据项调用visit函数*/ void QueueTraverse(Queue *pqueue,void (*visit)());
    2023-09-04 20:50:03下载
    积分:1
  • 这是继一之后的第2个管理信息系统的案例 很不错的 大家来看看吧...
    这是继一之后的第2个管理信息系统的案例 很不错的 大家来看看吧 -This is the second one after the first two MIS very good case we view Look here
    2022-01-25 21:12:55下载
    积分:1
  • Student elective system, with registration, delete, elective classes, such as th...
    学生选课系统,具有注册,删除,选课等选课系统的基本功能-Student elective system, with registration, delete, elective classes, such as the basic functions of the system
    2022-04-07 06:49:21下载
    积分:1
  • 一道北大acm的试题,用双向链表实现模拟内存分配的程序
    一道北大acm的试题,用双向链表实现模拟内存分配的程序-1 Peking University acm of examination questions, with two-way linked list of memory allocation procedures for analog
    2022-03-02 17:16:01下载
    积分:1
  • SQLServer的例子
    Visual Studio中在连接到SQL Server数据库2012年的例子。数据被显示在一个网格。网格包含连击DATE类型的字段。
    2022-01-27 21:48:21下载
    积分:1
  • 用c语言设计实现一个用事件驱动的“救护车调度”离散模型,模拟120急救中心响应每个病人的呼救信号统一调度救护车运行的情况。 我们对问题作适当简化,假设:某城市共...
    用c语言设计实现一个用事件驱动的“救护车调度”离散模型,模拟120急救中心响应每个病人的呼救信号统一调度救护车运行的情况。 我们对问题作适当简化,假设:某城市共有m个可能的呼救点(居民小区、工厂、学校、公司、机关、单位等),分布着n所医院(包含在m个点中),有k辆救护车分派在各医院待命,出现呼救病人时,由急救中心统一指派救护车接送至最近的医院救治。救护车完成一次接送任务后即消毒,并回原处继续待命。假定呼救者与急救中心、急救中心与救护车之间的通讯畅通无阻,也不考虑道路交通堵塞的影响。可以用m个顶点的无向网来表示该城市的各地点和道路。时间可以分钟为单位,路段长可表示为救护车行驶化费的分钟数。 这里设m=10,n=3,k=2。并且令消毒时间为2分钟-language used to achieve a design using event-driven "ambulance dispatch" dispersion model to simulate 120 emergency response center each patient"s distress signal unified dispatching ambulances running. We issue the appropriate simplified assumptions : m in a certain city a total of 000 points possible hue (residential quarters, factories, schools, companies, organizations, units, etc.), distributed by the hospital n (m included in the points), k ambulances were deployed in the various hospitals on standby there cries of the patients, from the first-aid center unified ambulance escort assigned to the nearest hospital for treatment. Ambulance completed
    2023-03-26 11:35:03下载
    积分:1
  • 深度优先搜索二叉树
    深度优先搜索二叉树-depth-first search Binary Tree
    2023-05-06 11:50:03下载
    积分:1
  • Matlab 的 WinPR 的执行情况
    Matlab 实现的 "WinPR" 文件的基础:获取更多地从图像分割评价。页 362-366 D.NAACL 打 2012 年 Scaiano M.,Inkpen原始脚本 http://scaiano.com/martin/SegEval.htmlMatlab 的适应: Juan G.法国
    2022-02-01 08:00:19下载
    积分:1
  • 模糊查询源码,实现简单的库条目查找。
    模糊查询源码,实现简单的数据库条目查找。
    2022-01-26 00:57:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载