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

搜索资源列表

  1. 队列冒泡排序

    0下载:
  2. 队列冒泡排序 实现数值大小冒泡排序,从大到小和从小到大排序(Queue bubble sort Realize the numerical size of bubble sort, from big to small and the smallest)
  3. 所属分类:LabView编程

    • 发布日期:2017-12-26
    • 文件大小:18432
    • 提供者:sky0303123
  1. e5f5b93afef3fc8b89d6c81420ad9db9

    0下载:
  2. 实现以循环链表表示的队列操作: 建队列,销毁队列,入队,出队,求队列长度,判断队空,显示队列(Queue operations to circular linked list representation: build queue, destroy the team, a team, queue, and queue length to determine air force display queue.)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:15360
    • 提供者:苏青
  1. 操作系统双向进程通信

    0下载:
  2. 操作系统实验进程双向通信,要求 1)创建一个消息队列用于收发双方通信包含msgget() msgsnd() msgrcv() 2)编写发送端和接收端代码基于消息队列实现双向通信 3)编译调试顺利运行并提交实验报告 4)课后要求对常见的四种进程通信方式进行调研和总结(Bidirectional communication of experimental process of operating system based on message queue)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-22
    • 文件大小:233472
    • 提供者:蚊子酱
  1. quene

    0下载:
  2. 队列的特点及其存储方法,火车车厢重排问题。(The characteristics of the queue and its storage methods, the train compartment rearrangement problem.)
  3. 所属分类:数据结构

    • 发布日期:2017-12-19
    • 文件大小:209920
    • 提供者:celty
  1. TestQueue

    0下载:
  2. 完成队列建立、插入、删除,实现队列智能操作(excute queue operator inclued:create, insert, delete)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:25600
    • 提供者:梁123
  1. mosquito消息队列

    0下载:
  2. mqtt协议的mosquitto消息队列windows下编程接口,自己简单封装了下接口可以直接调用(Mqtt protocol mosquitto message queue, windows programming interface, its own simple package under the interface, you can call directly)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:1036288
    • 提供者:jadenzhong
  1. posixMsgQueneEx2

    0下载:
  2. 基于C语言的消息队列编程,在Windows+Cygwin环境下可用(Message queuing programming)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:jiangguan
  1. 新建文本文档

    0下载:
  2. 一、循环队列的基础知识 1.循环队列需要几个参数来确定 循环队列需要2个参数,front和rear 2.循环队列各个参数的含义 (1)队列初始化时,front和rear值都为零; (2)当队列不为空时,front指向队列的第一个元素,rear指向队列最后一个元素的下一个位置; (3)当队列为空时,front与rear的值相等,但不一定为零; 3.循环队列入队的伪算法 (1)把值存在rear所在的位置; (2)rear=(rear+1)%maxsize ,其中maxsize代表数
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:刘祥
  1. project

    1下载:
  2. 通过消息队列为任务调度的程序框架,根据实际工程应用,封装了消息结构体,任何开发板demo中都没有的经典工程软件架构.本工程的单片机平台为STM32F103.(Through the message queue for the task scheduling process framework, according to actual engineering applications, encapsulates the message structure, any development boar
  3. 所属分类:单片机开发

    • 发布日期:2017-12-23
    • 文件大小:588800
    • 提供者:大麦
  1. CarPark

    0下载:
  2. 用来实现一个堆栈型的停车场以及队列型的等待区。主要在于熟练掌握数据结构的一些知识点。(Used to implement a stack type parking lot and queue type waiting area. The main thing is to master some knowledge points of data structure)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:11264
    • 提供者:JKDana
  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 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com