代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/127911/14328937
txt followclock.txt
colors = new Array('330099','00ff00','ff00ff');
sCol = 'ff00ff';
mCol = '00ff00';
hCol = 'red';
H = '***';
H = H.split('');
H = H.reverse();
M = '****';
M =
www.eeworm.com/read/248077/4471076
m p6_24.m
% P6_24.M Plot Bessel Function (Fraunhofer)
% (2*J1(pi*x)/pi*x)^2 (Even Function)
xplus=[.01:.01:4];
% Reverse columns of xplus. nth column of xplus= 1st column of xneq
n=length(xplus)
xneg=-xplus(
www.eeworm.com/read/229812/4738875
c prag01.c
#include "fail.h"
#if ( __WATCOMC__ > 950 ) && ( defined( M_I86 ) || defined( M_I386 ) )
int one_cpp( int x, int y = -1 )
{
return x - y;
}
#pragma aux one_cpp parm reverse;
int one_c
www.eeworm.com/read/211278/4944385
txt softwaresort_zh_cn.txt
##
glxt=一大把后台管理系统
yjxx=硬件信息管理
lxjl=软件类型记录
checkall=全选
reverse=反选
rjlxbh=软件类别编号
yxbz=有效标志
rjlxmc=软件类别名称
rjlxsm=软件类别说明
www.eeworm.com/read/211278/4944415
txt softwarekind_zh_cn.txt
##
glxt=一大把后台管理系统
yjxx=硬件信息管理
lxjl=软件类别记录
checkall=全选
reverse=反选
rjlbbh=软件类型编号
yxbz=有效标志
rjlbmc=软件类型名称
rjlbsm=软件类型说明
www.eeworm.com/read/209211/4981671
c utils.c
#include
#include
#include
#include
#include "imap4d.h"
/*
* reverse string [s:e) in place
*/
void
strrev(char *s, char *e)
{
int c;
while(--e > s){
c = *s;
*
www.eeworm.com/read/207991/5000291
mal rmexample.mal
r{count=100} := bat.new(:oid,:int);
s{count=1000}:= bat.new(:oid,:int);
rs:= algebra.select(s,1,1);
rr:= bat.reverse(r);
j:= algebra.join(rs,rr);
optimizer.costEstimation();
mdb.list();
www.eeworm.com/read/177773/5320668
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过下列属性集
// 控制。更改这些属性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("Reverse")]
www.eeworm.com/read/292144/3956587
erl hipe_x86_cfg.erl
%%% $Id$
%%% x86 control-flow graph
-module(hipe_x86_cfg).
-export([init/1,
labels/1, start_label/1,
succ/2, succ_map/1,
bb/2, bb_add/3]).
-export([postorder/1, reverse_po
www.eeworm.com/read/268871/4248963
c merkle_misc.c
#include "merkle_misc.h"
#include "id_utils.h"
#include "bigint.h"
merkle_hash
to_merkle_hash (str a)
{
merkle_hash h;
assert (a.len () == h.size);
bcopy (a.cstr (), h.bytes, h.size);
reverse