搜索资源列表

  1. EZWC11

    0下载:
  2. 几个C语言的算法程序,包括栈、队列、矩阵运算等-C language algorithms several procedures, including stacks, queues, matrix operations, etc.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-09
    • 文件大小:9216
    • 提供者:站长
  1. QUEues皇后问题

    0下载:
  2. 此程序完成N皇后问题。大家可以互相讨论学习。-N Queen's problem. We can learn from each other discussions.
  3. 所属分类:其他小程序

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:武威风
  1. LF_ThreadPool

    0下载:
  2. 一个在《ACE程序员指南》16章的线程池的例子,但是书上的代码有问题。我进行了修改,使得多线程的运行更加健壮,不会出现当队列中无消息时,线程池迅速消失的BUG。相信很多ACE初学者发现了此问题,在此卖弄一下。-an "ACE Programmer's Guide" Chapter 16 of the thread pool examples, but the book on the code problems
  3. 所属分类:进程与线程

    • 发布日期:2024-06-09
    • 文件大小:3072
    • 提供者:
  1. shunxucunchu

    0下载:
  2. 用c++描述的顺序存储结构的表,堆栈和队列-use described in the order of the storage structure table, stacks and queues
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-09
    • 文件大小:820224
    • 提供者:何某某
  1. jumping_the_queue

    0下载:
  2. The beginning of a winter break near Spring Festival is always the beginning of a peak period of transportation. If you have ever tried to get a train ticket at that time, you must have witnessed the endless queues in fr
  3. 所属分类:界面编程

    • 发布日期:2024-06-09
    • 文件大小:3072
    • 提供者:David
  1. seda

    0下载:
  2. The Staged Event-Driven Architecture (SEDA) is a new design for building scalable Internet services. SEDA has three major goals: To support massive concurrency, on the order of tens of thousands of clients per node
  3. 所属分类:其他小程序

    • 发布日期:2024-06-09
    • 文件大小:610304
    • 提供者:peica
  1. ATM

    0下载:
  2. 本实验模拟ATM取款功能。本程序比较简单,但对于初学者而言,还是有有助于理解Linux的进程间通信的方法,如消息队列和共享区、管道等。程序功能上模拟了取款机上的取款.转帐.修改密码一些功能。客户端进行操作,操作记录将在服务器端显示。-Experimental simulation of the function of ATM withdrawals. This procedure is relatively simple, but fo
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-06-09
    • 文件大小:4096
    • 提供者:陈小冬
  1. TC

    0下载:
  2. 实现对数组、栈、队列、链表进行数据的删除、插入、逆转功能,屏幕显示提示输入功能,输入列表中不通的数字,选择了不同的元素存储方式,进而再选择所要的对数据的操作。-Realize the array of stacks, queues, linked lists of data deletion, insertion, reverse function, prompted, enter screen display function, en
  3. 所属分类:其他小程序

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:bluesky
  1. 067109a

    0下载:
  2. 实现以循环链表表示的队列操作: 建队列,销毁队列,入队,出队,求队列长度,判断队空,显示队列。-To realize the cycle of the queue list indicated steps: build queue, the destruction of queues, into the team, a team, and queue length to determine Air Force shows that qu
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:rabi
  1. BUBBLE

    0下载:
  2. 建队列,销毁队列,入队,出队,求队列长度,判断队空,显示队列。-Build queue, the destruction of queues, into the team, a team, and queue length to determine team air show queue.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:rabi
  1. uC_OS-II

    0下载:
  2. uC_OS-II内核实验指导书和实验程序,是我们做uC_OS-II内核实验时的资料,实验程序有:内存管理、任务管理、时钟中断、消息队列、优先级反转、优先级继承、哲学家就餐等。-uC_OS-II core experiments and experimental procedures for the guidance of the book is that we make uC_OS-II core experiment data, ex
  3. 所属分类:操作系统开发

    • 发布日期:2024-06-09
    • 文件大小:740352
    • 提供者:houlongting
  1. tgdbl

    0下载:
  2. 对于一个给定的任意边数和顶点值的有向图或无向图,用邻接表存储,并用广度优先搜索算法实现对图的遍历,借助队列实现。 -For a given arbitrary value of edges and vertices of the directed graph or undirected graph, with adjacency table storage, and realize the breadth-first search
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:朱蓉
  1. xhdl

    0下载:
  2. 对循环队列进行元素的插入和删除操作.要求1)用数组作为存储空间建立一个循环队列,并输出输入前后的内容变化。 2)实现循环队列的入队和出队操作.-Elements of the cycle queue insertion and deletion. Require 1) the array as a storage space to establish a cycle of queues, and output the content
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:朱蓉
  1. monkey

    0下载:
  2. 该程序为猴子选大王的程序,动态分配空间产生一个顺序队列,为圈子里的猴子安排编号,通过一个指针的移动来选择退出队列的猴子,经过几次循环可以得到最终的大王-The program for the monkey king election procedures, dynamic allocation of space to produce a sequence of queues, for the circle code monkeys ar
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:ruikobe
  1. CInterace

    0下载:
  2. 纯C数据结构,可以高度复用,包括散列表、队列、双链表、出错处理-Pure C data structure, can be a high degree of reuse, including hash tables, queues, double linked lists, error handling
  3. 所属分类:书籍源码

    • 发布日期:2024-06-09
    • 文件大小:1171456
    • 提供者:zj
  1. ucos_MessageQueue

    0下载:
  2. uC/OS消息队列演示.这个程序演示基本的消息队列。程序启动设计了6个普通应用任务以及 一个控制任务TAC,等待消息的任 * 务总是按照优先级的高低来决定获得消息的顺 序,实现消息队列的使用。-uC/OS message queue presentation. This program demonstrates a basic message queue. Proceedings designed six common appli
  3. 所属分类:uCOS开发

    • 发布日期:2024-06-09
    • 文件大小:3072
    • 提供者:leo
  1. stacks-and-queues-in-CPP

    0下载:
  2. implementation of stacks and queues of structure student in C-implementation of stacks and queues of structure student in C++
  3. 所属分类:其他小程序

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:rocky91
  1. Data-structures---stacks-and-queues

    0下载:
  2. 数据结构之--栈和队列的代码。 它是参考和学习的上好资料。 数据结构系列代码包含:排序算法;表,树,图,栈和队列。-Data structures- stacks and queues code. It is a superbly reference and learning information. Series code contains data structures: sorting algorithm tables,
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-09
    • 文件大小:5120
    • 提供者:欧才俊
  1. fifoembed-2.1.1

    0下载:
  2. 嵌入式软件FIFO队列库函数,fifoembedded lib实现了fifo队列、包队列和FIO分配的线程安全调用功能,方便程序移植。-FifoEmbed is a library that provides facilities for thread-safe basic queues, packet queues, and FIFO allocators.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-09
    • 文件大小:8463360
    • 提供者:xuyimei
  1. stacks-and-queues-in-CPP

    0下载:
  2. implementation of stacks and queues of structure student in C-implementation of stacks and queues of structure student in C++
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:cheanahihh
« 12 3 4 5 6 7 8 9 10 ... 16 »

源码中国 www.ymcn.org