代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/120207/14809914
c strpool.c
/*--------------------------------------------------------------------*/
/* s t r p o o l . c */
/*
www.eeworm.com/read/119107/14839018
c os_q.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/118956/14846326
txt 银行.txt
本系统采用先进先出原则,先来者首先进行业务处理
程序初定义了一个队列<mark>queue</mark>,顾客的读入和读出共用这一队列,
即读一个顾客业务,就马上处理一个,并修改<mark>queue</mark>,最终完成后一次性写入文件
从文件读取顾客信息,由readfile函数完成,读取到一个顾客的信息
开始业务处理,对系统时间进行累加,对银行资金进行修改,判断业务是否完成
...
www.eeworm.com/read/218725/14908287
cpp layer0.cpp
//-------------------------------------------------------------------
// file name: layer0.cpp
//
// - contains the implementation of layer0 class
//
//--------------------------------------
www.eeworm.com/read/218261/14929664
c farithc.c
/*
* MACM : Multi-Precision Arithmetic Coder Module
*
* A Virtual Queue Based General Arithmetic Encoder
*
* by Mahesh Naik
*
* kiran@giasbm01.vsnl.net.in
* BOMAAB04@giasbm01.v
www.eeworm.com/read/218261/14929747
_h arithc._h
#ifndef ARITHC_INTERNAL_H
#define ARITHC_INTERNAL_H
/* consts from Michael Schindler */
#define CODE_BITS 31
#define SHIFT_BITS (CODE_BITS - 8)
#define CODE_BYTES ((CODE_BITS+7)/8)
#def
www.eeworm.com/read/117245/14933530
h ucos.h
/*
*********************************************************************************************************
* uCOS
* Microcom
www.eeworm.com/read/117180/14937846
mac tsk.mac
;
; --- Version 2.2 93-06-08 10:16 ---
;
; CTask - Definitions for assembler routines
;
; Public Domain Software written by
; Thomas Wagner
; Ferrari electronic Gmbh
; Beusselstrasse 27
;
www.eeworm.com/read/217557/14958718
m flow_reach.m
function [reachable,time_limit] = flow_reach(X0,l0,cell)
% Perform conservative reachability analysis using `flow pipe
% approximations` from the given initial location and continuous set.
%
% S
www.eeworm.com/read/116536/14966095
c utilities.c
/*******************************************************************************
*
* THIS CODE IS NOT SUPPORTED CODE. IT IS PROVIDED ON AN AS-IS BASIS.
*
***************************************