代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/282196/4106584
cpp 10_3.cpp
//10_3
#include
struct Node{
char c;
Node* next;
};
Node* reverse(Node* head);
void main()
{
Node x[4];
for(int i=0; i
www.eeworm.com/read/435341/1864667
cpp 10_3.cpp
//10_3
#include
struct Node{
char c;
Node* next;
};
Node* reverse(Node* head);
void main()
{
Node x[4];
for(int i=0; i
www.eeworm.com/read/405479/2289452
java d.java
//$Id: D.java 4599 2004-09-26 05:18:27Z oneovthafew $
package org.hibernate.test.legacy;
public class D {
private Long id;
private float amount;
private A reverse;
public A inverse;
public D()
www.eeworm.com/read/395229/2447397
h rmap.h
#ifndef _LINUX_RMAP_H
#define _LINUX_RMAP_H
/*
* Declarations for Reverse Mapping functions in mm/rmap.c
*/
#include
#include
#include
#include
www.eeworm.com/read/382268/2638508
cpp 10_3.cpp
//10_3
#include
struct Node{
char c;
Node* next;
};
Node* reverse(Node* head);
void main()
{
Node x[4];
for(int i=0; i
www.eeworm.com/read/366702/2881239
c doloop-2.c
/* { dg-do run } */
/* { dg-options "-O2" } */
extern void abort (void);
unsigned global_iters;
void bi_reverse(int len)
{
do {
global_iters++;
} while (--len > 0);
}
int main()
{
bi_reve
www.eeworm.com/read/474431/6809234
s printf.s
|
| Need to print the three values x, y, and z.
|
movl z,sp@- | Push args on the
movl y,sp@- | stack in reverse
movl x,sp@- | order: format, x,
movl #format,sp@- | y, and z.
jbsr _print
www.eeworm.com/read/300173/13930242
log cc_build_debug.log
------------------------------- m.pjt - Debug -------------------------------
"d:\ti\c6000\cgtools\bin\cl6x" -g -q -@"debug.pbc" -fr"D:/Work/ICETEKLab/IDK-MLab/6711-A/Lab1-Reverse/Debug" -d"_DEBUG"
www.eeworm.com/read/133137/14053767
cc time.cc
// time.h
// W.Langdon@cs.ucl.ac.uk $Revision: 1.8 $ 20 April 1995
//Modifications (reverse order):
//WBL 15 Oct 95 Add code for branching
//WBL 20 Apr 95
#include
#include "pch.
www.eeworm.com/read/133137/14053833
h max.h
#ifndef MAX_LIB
#define MAX_LIB true
// max.h Include file for max problem
// W. Langdon cs.ucl.ac.uk 13 December 1996
// version "$Revision: 1.5 $"
//Modifications (in reverse order)
//WBL 19 Ap