代码搜索:queue

找到约 10,000 项符合「queue」的源代码

代码结果 10,000
www.eeworm.com/read/351922/10596699

c ps2_kbd_mouse.c

/* * i2c-mega8 PS/2 keyboard/mouse driver * * 2004 by threwater * * * * This driver is based on linux/drivers/char/pc_keyb.c * Original declaration follows: * * linu
www.eeworm.com/read/421154/10753206

c bootpdip.c

#include #include #include "global.h" #include "arp.h" #include "iface.h" #include "mbuf.h" #include "netuser.h" #include "pktdrvr.h" #include "timer.h" #include "boot
www.eeworm.com/read/349984/10778688

c quf.c

/*************************************************************************/ /* */ /* Copyright (c) 1993-1996 Accelerated
www.eeworm.com/read/272894/10937529

dpr ex.dpr

program Ural_1250(Input,Output); const MaxSize=500; MaxQueueSize=50000; M_Land='#'; M_Sea='.'; M_Used='X'; Direction:array[1..8]of record x,y:Shortint; end = ((x:1;y:0),(x:-1;y:0),(
www.eeworm.com/read/270669/11030764

c bootpdip.c

#include #include #include "global.h" #include "arp.h" #include "iface.h" #include "mbuf.h" #include "netuser.h" #include "pktdrvr.h" #include "timer.h" #include "boot
www.eeworm.com/read/407834/6919770

c tcp_out.c

/** * @file * Transmission Control Protocol, outgoing traffic * * The output functions of TCP. * */ /* * Copyright (c) 2001-2004 Swedish Institute of Computer Science. * All rights reserved.
www.eeworm.com/read/452419/6951553

h minpq.h

/**@file Functions and structures for implementing a minimizing priority queue. Copyright (C) 2006 Rob Hess @version 1.1.1-20070330 */ #ifndef MINPQ_H #define MINPQ_H
www.eeworm.com/read/468180/6994776

c core.c

/** * core.c - Task management. * * Copyright (C) 2008 ZhangHu * All rights reserved. * E-MAIL: anmnmnly@gmail.com * * This program is free software: you can redistribute it and/or modify
www.eeworm.com/read/467627/7006140

h shared.h

#define _XOPEN_SOURCE #include #include #include #include #include #include #ifdef linux #include #endif #include
www.eeworm.com/read/465758/7045137

m dij.m

function [r_path, r_cost] = dijkstra(pathS, pathE, transmat) % The Dijkstra's algorithm, Implemented by Yi Wang, 2005 % This version support detecting _cyclic-paths_ % % pathS : the index of s