代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/419851/10833975
txt revsindoulist.txt
How do you reverse a singly linked list? How do you reverse a doubly linked list? Write a C program to do the same.
Discuss it!
/* SINGLY LINK
www.eeworm.com/read/10438/186306
asm strrev.asm
page ,132
title strrev - reverse a string in place
;***
;strrev.asm - reverse a string in place
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
;Purpo
www.eeworm.com/read/286314/4039939
cs utils.cs
namespace Utils
{
using System;
class Utils
{
//
// Reverse a string
//
public static void Reverse(ref string s)
{
int k;
string sRev = "";
for (k = s.Length
www.eeworm.com/read/207991/4998272
mal leftfetchjoin_void_oid.990857.mal
a := bat.new(:oid,:oid);
a0:= bat.reverse(a);
a1:= algebra.markT(a0,0@0);
a := bat.reverse(a1);
b0 := bat.reverse(a);
algebra.markT(b0,0@0);
b1:= bat.reverse(b0);
b:= batcalc.int(b1);
z:= algebra.lef
www.eeworm.com/read/187999/8580593
h tool.h
/*
* tool.h : the head file for tool.c
*
* Copyright (C) 2004, OPEN-JTAG, All rights reserved.
*/
#ifndef XJTAG_TOOL_H
#define XJTAG_TOOL_H
#include "types.h"
extern void tool_rever
www.eeworm.com/read/187393/8642225
h tool.h
/*
* tool.h : the head file for tool.c
*
* Copyright (C) 2004, OPEN-JTAG, All rights reserved.
*/
#ifndef XJTAG_TOOL_H
#define XJTAG_TOOL_H
#include "types.h"
extern void tool_rever
www.eeworm.com/read/284497/8925029
h lcddisplay.h
#ifndef __LCDDISPLAY_H_
#define __LCDDISPLAY_H_
#define LCD_CONTROL_REVERSE (1
www.eeworm.com/read/167475/9967926
cpp mlnet.cpp
/*
Copyright (c) 2001
Author: Konstantin Boukreev
E-mail: konstantin@mail.primorye.ru
Created: 18.10.2001 16:30:36
Version: 1.0.0
*/
#include "StdAfx.h"
#include "MLNet.h"
MLN
www.eeworm.com/read/349627/10812474
c lcdcolor.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/197982/7958780
cpp mlnet.cpp
/*
Copyright (c) 2001
Author: Konstantin Boukreev
E-mail: konstantin@mail.primorye.ru
Created: 18.10.2001 16:30:36
Version: 1.0.0
*/
#include "StdAfx.h"
#include "MLNet.h"
MLN