CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 队列

搜索资源列表

  1. 机器人队列

    0下载:
  2. xe=u(7);ye=u(8);the=u(9); vr=1;wr=1; delta1=0.05;delta2=0.05; k1=6;k2=6; s1=xe; s2=the+atan(vr*ye); Q=vr/(1+vr^2*ye^2); u4=(wr+Q*vr*sin(the)+k2*s2/(abs(s2)+delta2))/(1+Q*xe); w=u4; u3=ye*w+vr*cos(the)+k1*s1/(abs(s1)+delta1);
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-31
    • 文件大小:11264
    • 提供者:kidcad
  1. UART带数据队列

    1下载:
  2. stm32F103串口通信UART带数据队列(Stm32F103 serial communication UART with data queue)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2018-01-01
    • 文件大小:1249280
    • 提供者:sukoo
  1. 数据结构

    0下载:
  2. (1)建立链队列,并实现一些元素入队,实现链队列的建立和入队的基本操作; (2)实现某些元素出队,实现链队列的出队的基本操作((1) the establishment of the chain queue, and realize some basic elements into the team, and the team operation to achieve the establishment of the chain queue; (2) to realize some elem
  3. 所属分类:数据结构

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:晌午v
  1. file encryption

    0下载:
  2. 利用数据结构中的队列结构,实现简单的文件加密(Using the data structure of the queue structure, to achieve simple file encryption)
  3. 所属分类:数据结构

    • 发布日期:2018-01-05
    • 文件大小:182272
    • 提供者:Liz Yin
  1. Queue

    0下载:
  2. 队列是一种特殊的线性表,特殊之处在于它只允许在表的前端(front)进行删除操作,而在表的后端(rear)进行插入操作,和栈一样,队列是一种操作受限制的线性表。进行插入操作的端称为队尾,进行删除操作的端称为队头。(The queue is a special linear list, and the special thing is that it only allows the deletion of the front end of the table (front), and the in
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:1723392
    • 提供者:lirrrh
  1. daima

    0下载:
  2. 使用栈和队列的结构来判断输入字符串是否为回文(Determine whether the input string is a palindrome)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:3072
    • 提供者:款款
  1. 栈和队列

    0下载:
  2. 大学生数据结构栈和队列作业,题目为:栈和队列的实现与应用(Student data structure stack and queue job, the topic is: stack and queue implementation and Application)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:524288
    • 提供者:Lidesi
  1. Queue

    0下载:
  2. 实现循环队列的各种基本操作,如初始化、判断队列空或满、出入队操作(Implementation of the basic operations of a circular queue, such as initializing, judging queue empty or full, entry and exit operations)
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:wuthering。
  1. LinkQueue

    0下载:
  2. 链队列的基本操作,创建,插入,删除,查询操作(The basic operation of chain queue, creation, insertion, deletion, query operation)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:231424
    • 提供者:天气正
  1. 抽象数据类型

    0下载:
  2. 定义抽象数据类型中队列的接口函数,并实现这些函数(Define the interface functions of the queue in the abstract data type and implement these functions)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:3072
    • 提供者:year迟暮
  1. STM32-LED闪烁-消息队列

    0下载:
  2. STM32LED闪烁——消息队列,通过建立消息队列,传送3个指针型变量,触发LED灯闪烁。(By setting up a message queue, 3 pointer variables are transmitted, triggering the LED light to flicker.)
  3. 所属分类:uCOS

    • 发布日期:2018-01-08
    • 文件大小:393216
    • 提供者:6128chen
  1. park

    0下载:
  2. 解决停车问题, fifo队列的构建,排队问题(Solve the problem of parking, construction of FIFO queue and queuing problem)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:186368
    • 提供者:calmdownfor
  1. Fibonacci

    0下载:
  2. 基于队列设计算法,输出任意位置的Fibonacci 数列元素值。 fib(0) = 1 fib(1) = 1 fib(n) = fib(n-1)+fib(n-2)(Based on the queue design algorithm, the Fibonacci sequence element value of any location is output.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-19
    • 文件大小:480256
    • 提供者:wy07
  1. 离散事件模拟,银行队列

    0下载:
  2. 离散时间模拟,模拟了银行的队列问题The discrete time simulation simulates the bank's queuing problem(The discrete time simulation simulates the bank's queuing problem)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:zjk123qnm
  1. queue

    0下载:
  2. 实现数据结构队列的顺序表及链接表方法,链接法包含单链表及双链表(A sequential table and a link table method for realizing the data structure queue)
  3. 所属分类:数据结构

    • 发布日期:2018-04-28
    • 文件大小:16433152
    • 提供者:babytang
  1. 队列

    0下载:
  2. 链表实验报告帮助新手了解链表,学会链表的简单应用(Chain table experimental reports help novice to understand the list and learn the simple application of the list)
  3. 所属分类:数据结构

    • 发布日期:2018-04-28
    • 文件大小:1024
    • 提供者:乔木森林
  1. 第一次实验课

    0下载:
  2. 定义单链表类、链式栈类、顺序队列类。 2、 实验验证如下算法的正确性、各种功能及指标: 1)单链表插入操作:在第 i 个元素之后插入值为 x 的结点; 2)单链表删除操作:删除表头结点、表尾结点; 3)查找操作:查找值为 x 的元素在单链表中出现的位置(是链表中的第几个元素); 4)压栈和弹栈操作; 5)出队和入队操作。(Define single chain table class, chain stack class, sequence queue class. 2. The
  3. 所属分类:数据结构

    • 发布日期:2018-04-28
    • 文件大小:2252800
    • 提供者:kaiser1998
  1. EasyBus-master

    0下载:
  2. 基于RabbitMQ消息队列的消息总线,实现了消息队列的订阅、发送及请求几种方式的消息传送(The message bus based on the RabbitMQ message queue implements several kinds of message transmission in the subscr iption, sending, and request of the message queue)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:2882560
    • 提供者:云淡
  1. ByteQueue

    0下载:
  2. 队列缓冲区设定模块,可用于串口、按键、AD等需要较大缓冲区的工程(A queue buffer setting module, which can be used for a project with a larger buffer, such as serial ports, keys, AD, etc.)
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:雲山
  1. dgrcbWFwithCE

    0下载:
  2. 读取mq队列以及redis操作的小例子。循环从mq接收队列读取,收到后写入redis缓存(An example for reading mq and jedis)
  3. 所属分类:Java编程

    • 发布日期:2018-04-30
    • 文件大小:17758208
    • 提供者:tsdAgree
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com