代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/111945/6307260
asm lsysa.asm
; LSYSA.ASM: assembler support routines for optimized L-System code
; Nicholas Wilt, 11/13/91.
;
.MODEL MEDIUM,C
EXTRN reverse:BYTE,angle:BYTE,maxangle:BYTE,dmaxangle:BYTE
EXTRN xpos:DWORD,yp
www.eeworm.com/read/126757/6314973
c ibit_rev.c
/* Arrange input samples in bit-reverse addressing order
the index j is the bit reverse of i */
#include "icomplex.h" /* integer complex.h header file */
void bit_rev(complex *X, unsigned
www.eeworm.com/read/492274/6420379
cpp reviter4.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/488978/6481007
c revcomp_main.c
/*****************************************************************
* HMMER - Biological sequence analysis with profile HMMs
* Copyright (C) 1992-2003 Washington University School of Medicine
* All
www.eeworm.com/read/488343/6493545
cpp reversesstring.cpp
//【例3.2】 串的逆转。
#include "SString.h" //字符串类
SString reverse(SString &str) //返回str逆转后的串对象
{ //算法基于求子
www.eeworm.com/read/488343/6493552
dsw sstring.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/485355/6559728
java buffertest3.java
import javax.swing.*;
class BufferTest3 {
public static void main(String[] args) {
//自动产生
String s = JOptionPane.showInputDialog(null,"输入一个字符串:",
"例子 5.3.2",JOptionPane.QUESTION_MESSAG
www.eeworm.com/read/482846/6614567
cpp reviter4.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti