代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/385935/8776233
java str36.java
///初始化两个字符数组c1和c2
///利用这两个字符数组构造两个字符串对象str1和str2,并且将其输出
///将字符串str1构造成一个缓冲字符串对象sb
///使用append方法将str2与sb连在一起,并且将其输出
///提取某个charAt方法位置上的元素
///使用<mark>reverse</mark>方法将字符串倒置,并且将其输出
public class str36
{
pu ...
www.eeworm.com/read/384965/8827087
c ilist_test2.c
#include
#include "ilist.h"
int main()
{
/*
*
* ( 10 )( 9 8 7 6 5 4 3 2 1 0 )
*
* reverse the list
*
* ( 10 )( 0 1 2 3 4 5 6 7 8 9 )
www.eeworm.com/read/428216/8883123
h datahandle.h
//DataHandle.h
#ifndef _DATAHANDLE_H
#define _DATAHANDLE_H
//#include "stdint.h"
uint32_t GetValueFromBuff(uint8_t *p_str,uint32_t pos);
void InsertValueToBuff(uint8_t *p_str,uint32_t pos
www.eeworm.com/read/284452/8928081
m fig2jpg.m
function fig2jpg(figure_handle,reverse)
% Export figure in JPEG firmat
%
% Written by: E. R.: January 20, 2003
% Last updated: March 15, 2006: Replace "exportfig" by "advexpfig"
%
% fig2pp(fi
www.eeworm.com/read/284452/8928099
m fig2pp.m
function fig2pp(figure_handle,reverse)
% Export figure for use in PowerPoint
% Written by: E. R.: January 20, 2003
% Last updated: December 9, 2005: Use "advexpfig" to export the figure
%
% f
www.eeworm.com/read/382989/8982924
m colorbar_callback.m
function colorbar_callback(varargin)
% Update colorbar and colormap
% Standard callback arguments
%
% Modified by E. Rietsch: October 15, 2006
global V3D_HANDLES
figure_handle=V3D_HANDLES.f
www.eeworm.com/read/185058/9059303
cpp string1_upcase.cpp
#include "String1.h" //顺序串类
String1 upcase(String1 s1) //将串中的小写字母转换成大写
{
String1 s2; //空对象
int n=s1.length(); //获得串长度
www.eeworm.com/read/183326/9170061
c lib_vidattr.c
/****************************************************************************
* Copyright (c) 1998-2004,2005 Free Software Foundation, Inc. *
*
www.eeworm.com/read/378278/9238568
vhd leadonedet.vhd
-------------------------------------------------------------------------------
-- Title : Leading-ones detector (LOD)
-- Project : VHDL Library of Arithmetic Units
-------------------------
www.eeworm.com/read/378278/9238598
vhd leadzerodet.vhd
-------------------------------------------------------------------------------
-- Title : Leading-zeroes detector (LZD)
-- Project : VHDL Library of Arithmetic Units
-----------------------