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

搜索资源列表

  1. SOCKET服务器(队列算法)

    2下载:
  2. SOCKET服务器,支持多客户端,含协议判断处理. 每个客户端有独立的数据队列做BUFFER, 采用异步SOCKET方式接收数据. 传上来换点分!对初学都应该还算是比较全面的.含全部源代码.
  3. 所属分类:通讯编程

    • 发布日期:2008-08-14
    • 文件大小:144753
    • 提供者:elong2004
  1. 用C++描述的各种数据结构算法

    0下载:
  2. 包含几十个有关数据结构算法的源代码 包括栈 队列 树图等 是初学者的最佳选择-contains dozens of the data structure of the algorithm source code stacks include Queue tree map is the best choice for beginners
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:69198
    • 提供者:往往
  1. 孙鑫C++-Windows使用原理

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows operating procedures and principles of programming process, the window selection process, handle principle, Message Queue, a callback
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:15732
    • 提供者:lily
  1. C语言模拟飞机场

    0下载:
  2. 用了三个队列的数据结构,用随机数来模拟飞机请求,填写一个队列,另外一个队列就是飞机场停着的飞机,最后一个是空中的飞机队列-spent three queue data structure used to simulate random aircraft requested to fill in a queue, another is a queue of aircraft parked at the airport, the last one is the air aircraft Queue
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:15421
    • 提供者:赖晖
  1. data_struct(C)

    0下载:
  2. C语言数据结构源代码,包括队列,栈和链表等。-C language source code for data structure, including the queue, stack and other Chain.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:14580
    • 提供者:david
  1. 解旅行售货员问题的优先队列式分支限界法

    0下载:
  2. 解决旅行售货员问题的优先队列式分支限界法C++源程序
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2010-09-23
    • 文件大小:2376
    • 提供者:key4lock
  1. vc(QUEUE).rar

    0下载:
  2. 封装完善的C++队列类,可用在串口通讯、网络通讯上等等,Complete package C++ queue class, can be used in serial communications, network communications, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:938
    • 提供者:heyong
  1. c-datestructer

    0下载:
  2. 包括数据结构中的常见的排序,查找,以及对队列,堆栈等操作的源码-Including data structures common sort, find, and the queue, the source stack operation, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:27300
    • 提供者:刘健
  1. C语言队列算法

    0下载:
  2. 队列队列队列队列队列队列队列队列队列队列队列队列队列队列队列队列队列
  3. 所属分类:数据结构常用算法

  1. C++Builder队列

    0下载:
  2. 用C++Builder写的数据结构队列问题的程序。希望对大家有用。-C Builder write queue data structure of the proceedings. We hope that the right useful.
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:15835
    • 提供者:
  1. datastruct_example

    0下载:
  2. 本人讲授数据结构课程时的所写的示例程序,结构清晰规范,有注释,全部可编译运行,包括如下代码: 长整数:ch0_bigint2.c 顺序表的实现:ch2_stable.c 链表的实现ch2_ltable.c 合并两个有序表:ch2_stable_merge.c 表达式计算:ch3_express.c 队列的链式实现:ch3_lqueue.c 栈的链式实现:ch3_lstack.c 迷宫求解:ch3_maze.c 队列的顺序实现:ch3_squeue.c
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:14766
    • 提供者:kk.h
  1. stackqueue

    0下载:
  2. 数据结构栈和队列基本源代码,并包括银行模拟、中缀表达式计算、列车调度、农夫过河问题等经典数据结构算法。-Stack and queue data structure of the basic source code, and includes Bank of simulation, in the calculation is made up of expressions, the train scheduling, the farmer across the river, such as the
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:12772
    • 提供者:guanjun
  1. Algorithms.in.C.Parts.1-4.Fundamentals.Data.Struct

    2下载:
  2. 经典算法书(中文版).《C算法》介绍了当今最重要的算法,共分3卷,本书是第1卷。第1卷分4部分、共16章。第一部分“基础知识”(第1~2章)介绍了基本算法分析原理。第二部分“数据结构”(第3~5章)讲解算法分析中必须掌握的数据结构知识。主要包括基本数据结构、抽象数据结构、递归和树。第三部分“排序”(第6~11章)按章节顺序分别讨论了基本排序方法(如选择排序、插入排序、冒泡排序、希尔排序等)、快速排序方法,归并和归并排序方法、优先队列与堆排序方法、基数排序方法以及特殊目的排序方法,并比较了各种排序
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-12
    • 文件大小:19883343
    • 提供者:wang
  1. C++数据结构代码

    0下载:
  2. 本压缩包里含有队列、链表(单链表、双链表和循环链表)、栈、队列、两个栈实现一个队列、二叉树等数据结构的C++代码实现。
  3. 所属分类:数据结构常用算法

  1. C语言课程设计实例精编

    0下载:
  2. C 语言由于具有灵活 高效 可移植性好等诸多优点 成为软件开发中常用的计 算机编程语言之一 全书介绍了贪吃蛇游戏 计算器 黑白棋游戏 迷宫问题 扫地 雷游戏 速算 24 数据结构 CAI 演示 进程调度 存储管理等十四个案例 各个案例 独具特色 覆盖了 C 语言的基本知识点和各种数据结构 如堆栈 队列 链表等 综 合应用了光带菜单 下拉菜单 图形设计 鼠标应用等知识 本书应用性极强 读者 可以根据这些案例进行研究 修改和扩展(C language has many advantages
  3. 所属分类:文章/文档

    • 发布日期:2017-12-14
    • 文件大小:1506569
    • 提供者:david呆伟
  1. 链式队列

    0下载:
  2. 链式队列,使用C语言实现,具有非常非常多的功能,自写 数据结构作业,北京化工大学。(Chain queue, implemented in the C language, has a very very large number of functions, self write Data structure operation, Beijing University of Chemical Technology.)
  3. 所属分类:数据结构

  1. 循环队列

    0下载:
  2. 基于C-C++的循环队列的构建及基本操作,插入,删除,查找等操作的实现(C-C + + based on the construction of circular queue and the basic operation, insert, delete, search and other operations to achieve)
  3. 所属分类:数据结构

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:ssfldsh
  1. 链队列

    0下载:
  2. 数据结构,使用c++实现的链队列,简单实现没有bug,啦啦啦(Data structure, the use of c++ to implement the chain queue, simple implementation without bug, cheerleading)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:DeepDark
  1. 两个栈模拟一个队列

    0下载:
  2. C++实现两个栈模拟一个队列,自己做的题(C++ implements two stacks to simulate a queue)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:250880
    • 提供者:章鱼哥111
  1. 队列实现归并排序

    0下载:
  2. 使用C++语言实现队列归并排序的实例 采用分制法一种有效排序算法(An example of queue merging and sorting using C++ language using an efficient sorting algorithm)
  3. 所属分类:数据结构

    • 发布日期:2018-04-30
    • 文件大小:9216
    • 提供者:Alionness
« 12 3 4 5 6 7 8 9 10 ... 35 »
搜珍网 www.dssz.com