E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
queue.h
QUEUE——队列(procedure)
#include#include#include"
queue.h
"intmain(){ inti; Typex; Typearr[]={3,1,2,5,7,9}; QUEUE*q=NULL; q=CreateQueue
u011349664
·
2013-10-07 17:00
linux
数据
struct
C语言
linux内核
队列的实现
为了使这两种实现方法具有相同的函数接口,将函数的原型声明放到
queue.h
文件中。
zitong00
·
2013-09-02 18:00
数据结构
队列
dsPIC33F串口UART-FreeRTOS
#include"p33FJ64GP206.h"#include"FreeRTOS.h"#include"task.h"#include"
queue.h
"#include"Usart1.h"#defineSYSCLK7372870
Augusdi
·
2013-08-13 14:05
dsPCI33
Windows核心编程学习九:利用内核对象进行线程同步
1.程序框架 #include"
Queue.h
" #include #include #include #include #include"resource.h" /**********
·
2013-07-11 18:00
windows
select 应用,加入队列
include"listenhtmldata_thread.h"#include"listenhtmldata_thread.h"#include#include#include#include"string.h"#include"
queue.h
"Queue
dreamtdp
·
2013-06-22 10:00
(10.19)C++实现链队列的基础操作
queue.h
WWL919618308
·
2013-06-13 15:00
结点遍历C语言实现二叉树的常用的算法(递归与非递归实现遍历)
在本文中,我们主要介绍结点遍历的内容,自我感觉有个不错的建议和大家分享下队列头文件: #include #include"BinaryTree.h" // //队列头文件:
Queue.h
·
2013-05-14 21:00
C语言
【原创】Twemperf 中对 BSD
queue.h
的兼容实现
研究twemperf源码过程中,发现其中包含了针对BSDqueue.h文件的兼容实现。并且还额外增加了 SLIST和 STAILQ两种结构的实现和相应操作。 下面给出的是twemperf中mcp_queue.h的源码。 /* * twemperf-atoolformeasuringmemcachedserverperformance. * Copyright(C)2011Twitte
摩云飞
·
2013-04-24 12:00
list
Queue
Twemperf
队列的应用—输出杨辉三角
#include"
Queue.h
"#includeusingnamespacestd;constinttotal_row=6;voidmain(){voidPascal_Triangle();//函数声明
疯狂的红豆
·
2013-01-26 23:41
C/C++
数据结构与算法
队列的应用—输出杨辉三角
#include"
Queue.h
" #include usingnamespacestd; constinttotal_row=6; voidmain() { voidPascal_Triangle()
ZLhy_
·
2013-01-26 23:00
数据结构
算法
Makefile学习一
|--Makefile|--include| `--
queue.h
`--src `--queue.c2directories,3filesinclude/queue.h1#ifndef__QUEUE_H
Pillar_zuo
·
2012-11-26 10:00
09btree
09btree/btree.c#include #include"btree.h" #include"
queue.h
" staticvoidbnode_init(structbtree_info
chinaunixj
·
2012-11-15 14:00
队列的C++模板实现
zmjerry/blog/3656头文件: /***************************************************************************** *
queue.h
zhangchao3322218
·
2012-10-23 22:00
使用bsd的
queue.h
实现简单队列
队列是c中经常需要使用的数据结构,写一个0bug的队列header对于将来的代码复用很有用。 我选择使用bsd实现的队列结构,一是因为它实现简单,一个头文件里全是宏定义,二是因为它是BSD协议,代码可以随便用。 在linux下,在<sys/queue.h>里定义了五个数据结构,分别是simple linked list, list, simple queue, tail q
luozhaoyu
·
2012-09-28 19:00
simple queue
标准队列
avl tree
1:/*tree.h--AVLtrees(inthespiritofBSD's'
queue.h
')-*-C-*-*/2: 3:/*Copyright(c)2005IanPiumarta4:*5:*Allrightsreserved
小熊猫大暴走
·
2012-06-05 12:00
My Queue ADT 链表实现
主要是默认QueueElement使用void*,若要自定义,请于引用
queue.h
前插入一些代码:#defineQUEUE_ELEMENT_DEFtypedefTypeNullableQueueElement
ghw1419
·
2012-05-15 16:00
queue(3)--freebsd中的queue结构使用
printf("%d %d/n", np->a1, np->a2); } 我没太多代码编写经验,初读的时候能模糊知道和for_each()函数类似,但十分好奇是如何实现了,后来在发现引用了
queue.h
maikforever
·
2012-05-05 03:00
数据结构基础(3)-->队列
queue.h
#ifndef QUEUE_H #define QUEUE_H 1 #include #include #include #
gdujian0119
·
2012-02-16 20:00
职场
队列
休闲
linux queue 用法
Tailqueue使用例子:test1.c#include#include"
queue.h
"#defineREPEAT500#defineNOBJECTS1000000//在程序中如果我们想使用
queue.h
maikforever
·
2012-01-12 17:31
c/c++
linux queue 用法
Tailqueue使用例子: test1.c #include #include"
queue.h
" #defineREPEAT500 #defineNOBJECTS1000000 //在程序中如果我们想使用
maikforever
·
2012-01-12 17:00
linux
list
struct
object
insert
testing
关于error C2871: ''std'' : does not exist or is not a namespace处理
今天在MFC中想用全局变量queue,于是在stdafx.h文件中添加如下:#incluse"
queue.h
"usingnamespacestd;编译以后错误是:errorC2871:''std'':doesnotexistorisnotanamespace
MichealTX
·
2011-10-08 20:00
c
mfc
C语言队列动态数组实现
/* *
Queue.h
* * Created on: 2011-10-7 * Author: Admin */ #ifndef
qin6174
·
2011-10-08 14:56
数据结构
编程
C++
c
队列
C++模板实现队列
1.queue.h/* *
queue.h
* *Cr
randyjiawenjie
·
2011-08-28 20:00
C++
vector
Class
include
图的邻接表存储 深度优先遍历 广度优先遍历 C语言实现
ALGraph.hviewplain#pragma once #include "
Queue.h
" /************************************************
eric491179912
·
2011-08-17 15:00
c
null
存储
语言
类模板之队列
//
Queue.h
#ifndef_QUEUE_H_ #define_QUEUE_H_ template classQueue { public: Queue(intsize=10); ~Queue
tujiaw
·
2011-08-15 10:00
队列的链式存储结构
/*
queue.h
*/ #ifndef QUEUE_H #define QUEUE_H #include <iostream> #include <
东边日出西边雨
·
2011-07-08 15:00
队列
C 宏实现队列
http://trac.openrays.org/projects/pmon/browser/trunk/sys/sys/
queue.h
?
独钓寒江雪~
·
2011-05-03 16:00
c
struct
list
insert
pointers
null
K个有序链表共N个结点在O(NlgK)时间合并为一个新的有序链表实现文件C语言
/*MergeQueue.c--O(NlogK)时间将K个有序队列合并为一个新有序队列*/#include"
Queue.h
"#include"PriorityQueue.h"#defineSIZE(5)
Golden_Shadow
·
2011-04-15 23:00
数据结构
c
null
insert
语言
merge
O(NlgK)问题队列实现文件C语言
/*Queue.c--队列实现文件*/#include"
Queue.h
"/*局部函数声明*/staticQueueNode*makeNode_Q(constItemitem);/*接口函数定义*/BOOLInitialize_Q
Golden_Shadow
·
2011-04-15 23:00
c
struct
null
语言
queue(3)--freebsd中的queue结构使用
,entries){printf("%d%d/n",np->a1,np->a2);} 我没太多代码编写经验,初读的时候能模糊知道和for_each()函数类似,但十分好奇是如何实现了,后来在发现引用了
queue.h
cumirror
·
2011-03-28 15:00
数据结构
struct
null
insert
FreeBSD
n2
C++模板与定义分离
C++Primer(第四版p545)是采用这样的技术让模板定义和实现分离
Queue.h
文件: #ifndef _QUEUE_H_ #define _QUEUE_H_
ran_115
·
2011-03-14 21:47
职场
休闲
C++模板
CQueue封闭队列模板类
//
Queue.h
:interfacefortheCQueueclass.
zhengxu25689
·
2011-01-07 13:00
db2
null
delete
insert
callback
interface
图邻接矩阵存储 最小生成树 prim普里姆算法 C语言实现
MGraph.h#pragmaonce#include"
Queue.h
"#defineMaxVertexNum100typedefcharVertexType;typedefintEdgeType;typedefintVRType
BSKnight
·
2010-12-11 17:00
c
算法
struct
存储
input
语言
使用STL时的问题
queue.h
: c形式的队列queue : 标准c++的容器然后,我改成下列形式就没有问题了:#include usingstd::queue;
goodlixueyong
·
2010-12-09 15:00
图的邻接矩阵存储:深度、广度优先遍历
1.邻接矩阵存储描述如下:#include#include#include"
Queue.h
"usingnamespacestd;//图的邻接矩阵存储表示#defineINFINITYINT_MAX#defineMAX_VERTEX_NUM20typedefenum
hustspy1990
·
2010-11-28 22:00
String
struct
测试
存储
图的邻接矩阵存储 深度优先遍历 广度优先遍历 C语言实现
MGraph.h#pragmaonce#include"
Queue.h
"#defineMaxVertexNum100typedefcharVertexType;typedefintEdgeType;typedefstruct
BSKnight
·
2010-11-26 11:00
c
struct
null
存储
input
语言
图的邻接表存储 深度优先遍历 广度优先遍历 C语言实现
ALGraph.h#pragmaonce#include"
Queue.h
"/***************************************************************
BSKnight
·
2010-11-26 11:00
c
struct
null
存储
语言
C语言简单的队列链表
/* *
queue.h
* * Createdon:Nov6,2010 * Author:jenson */#ifndefQUEUE_H_#defineQUEUE_H_typedefintitem_type
juxiangwu
·
2010-11-06 16:26
算法
职场
休闲
C语言使用数组实现简单队列
/* *
queue.h
* * Createdon:Nov6,2010 * Author:jenson */#ifndefQUEUE_H_#defineQUEUE_H_typedefstruct_queue
juxiangwu
·
2010-11-06 16:41
算法
职场
休闲
Prim 最小生成树算法
#ifndef_ALGRAPH_H#define_ALGRAPH_H#include//#include"
Queue.h
"/**邻接表存储图*/#defineMAX50unsignedcharvisited
yinxusen
·
2010-10-04 21:00
图的深度 广度 遍历
#ifndef_ALGRAPH_H#define_ALGRAPH_H#include//#include"
Queue.h
"/**邻接表存储图*/#defineMAX50unsignedcharvisited
yinxusen
·
2010-10-04 19:00
队列的C++类模板实现
头文件: /***************************************************************************** *
queue.h
* *AsimplequeueimplementedbyC
张明
·
2010-04-08 11:00
队列实现循环缓冲区
//
Queue.h
//用读列实现循环缓冲区#ifndefCHARQUEUE_H#defineCHARQUEUE_H#include#include#defineMAXSIZE4096typedefintElemType
lanseshenhua
·
2010-04-03 14:00
struct
null
BS关于模板,对新手的三点建议:
下面是《C++Primer》第16章里定义的
Queue.h
,它在最后使用了“#include"Queue.cc"”将分开定义的类成员函数变成了“包含编译模式”2,使用模板时,可以先用一个特定的类型,比如
lychee007
·
2009-08-06 20:00
c
测试
Linux
queue.h
之TAILQ队列分析
使用起来还是比较简单的,其实是对select/poll/kqueue等的封装,学习libevent过程中又遇到了linux下队列的使用,简单分析如下,权当做记录:libevent中的例子中使用的是FreeBSD下的
queue.h
iteye_10262
·
2008-12-12 18:06
Linux
C
Linux
queue.h
之TAILQ队列分析
使用起来还是比较简单的,其实是对select/poll/kqueue等的封装,学习libevent过程中又遇到了linux下队列的使用,简单分析如下,权当做记录:libevent中的例子中使用的是FreeBSD下的
queue.h
bachmozart
·
2008-12-12 18:00
C++
c
linux
C#
FreeBSD
循环队列的链表表示
#include"LinkedList.h"#include"
Queue.h
"templateclass LinkedQueue{public: LinkedQueue():rear(NULL)
dadalan
·
2008-09-05 10:00
循环队列的数组表示函数的实现
#include#include#include#include"
Queue.h
"templateclass SeqQueue...
lvwenshuai
·
2008-04-06 12:00
循环队列的数组表示函数的实现
#include#include#include#include"
Queue.h
"templateclass SeqQueue...
lvwenshuai
·
2008-04-06 12:00
OS
null
delete
Class
include
队列
将此代码保存到文件
queue.h
和queue.c:
queue.h
井泉
·
2006-06-26 19:00
上一页
1
2
3
4
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他