代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/281401/9158107
s reverspr.s
! This program is meant to print a line in reverse order.
! It is one of the string manipulation routines discussed
! in section 9.8.5.
#include "../syscalnr.h" ! 1
start: MOV DI,str ! 2
PUSH
www.eeworm.com/read/378481/9229598
c sh205.c
#include
#include
#define unit unsigned int
#define uchar unsigned char
/*定义字型字位口*/
#define DIGPORT XBYTE [0x8000]
#define WORDPORT XBYTE [0x4000]
/*定义P1口各管脚*/
sbit
www.eeworm.com/read/179044/9377522
java animation.java
import java.awt.*;
import java.applet.*;
public class Animation extends Applet implements Runnable{
static int Lx=0;
static int Ly=0;
static int pX=0;
static int pY=0;
static int line=1;
www.eeworm.com/read/372509/9506063
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/176251/9510773
txt sbcon.txt
Console
____________________________
\t tab (32 pixels)
\a beep
\r\n new line (cr/lf)
\xC clear screen
\e[K clear to EOL
\e[0m reset all
attributes to
their defaults
\e[1m set bold on
\
www.eeworm.com/read/365390/9864714
med printer.med
Copyright(C) TOSHIBA CORPORATION 1987-2003 All rights reserved
Mon Sep 03 09:08:52 2007
Toshiba Unified Macro processor (32) V1.0o [Page 1]
Runtime option : -T870C -l -I D:\yuanyy\5514T
www.eeworm.com/read/168118/9938697
m flipx.m
function flipx
% FLIPX: script to flip the direction of the x axis
%
% just type "flipx" at the matlab prompt
state=get(gca,'xdir');
if(strcmp(state,'normal'))
set(gca,'xdir','reverse')
else
www.eeworm.com/read/168118/9938708
m flipy.m
function flipy
% FLIPY: script to flip the direction of the y axis
%
% just type "flipy" at the matlab prompt
state=get(gca,'ydir');
if(strcmp(state,'normal'))
set(gca,'ydir','reverse')
else
www.eeworm.com/read/168004/9942157
cls clsrevleftrighteye.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject