代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/177968/9425674
makefile
###########################################################
# An example source module to accompany...
#
# "Using POSIX Threads: Programming with Pthreads"
# by Brad nichols, Dick Buttlar, Jackie
www.eeworm.com/read/347553/7125686
makefile
###########################################################
# An example source module to accompany...
#
# "Using POSIX Threads: Programming with Pthreads"
# by Brad nichols, Dick Buttlar, Jackie
www.eeworm.com/read/240985/13182066
cpp emp4_15.cpp
//emp4_15}
#include "linklist.h"
void reverse(dulink &l)
{
dulink p,q;
datatype v;
p=l->next;
q=l->prior;
cur_dnode_onoff(p);
cur_dnode_onoff(q);
getch();
while ((p!=q) && (p!=q->
www.eeworm.com/read/152843/5666247
h tfrc.h
#ifndef _TFRC_H_
#define _TFRC_H_
/*
* net/dccp/ccids/lib/tfrc.h
*
* Copyright (c) 2005 The University of Waikato, Hamilton, New Zealand.
* Copyright (c) 2005 Ian McDonald
www.eeworm.com/read/136989/5827397
bor makefile.bor
#
# makefile.bor,v 1.3 2003/12/21 10:12:20 jwillemsen Exp
#
# Makefile for building the mem_map file-reserse ace examples
#
NAME = file-reverse
OBJFILES = $(OBJDIR)\$(NAME).obj
CFLAGS = $
www.eeworm.com/read/259331/11807728
c util.c
///////////////////////////////////////////////////////////////////////////////
//
// Hopinfo Copyright.
//
// www.chinahopeinfo.com.cn
//
// 2005.04.26
//
// 审阅:黄平生
//
// 菜单处理过程
//
//////
www.eeworm.com/read/156149/11824378
c util.c
///////////////////////////////////////////////////////////////////////////////
//
// Hopinfo Copyright.
//
// www.chinahopeinfo.com.cn
//
// 2005.04.26
//
// 审阅:黄平生
//
// 菜单处理过程
//
//////
www.eeworm.com/read/255742/12061478
h l2.h
//-----------------------------------------------------------------------------
// l2.h
//-----------------------------------------------------------------------------
#ifndef l2_h
#define l2_h
//--
www.eeworm.com/read/212047/15167488
changelog
Tue Sep 4 17:22:06 2001 Brian Gough
* added permutations of complex arrays and vectors
* permute_source.c: added permutations of complex arrays and
vectors
Sat Dec
www.eeworm.com/read/168845/5433733
rst iterator_adaptor_tutorial.rst
.. Copyright David Abrahams 2004. Use, modification and distribution is
.. subject to the Boost Software License, Version 1.0. (See accompanying
.. file LICENSE_1_0.txt or copy at http://www.boost.o