代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/271450/10993753
cpp liststability.cpp
//: C20:ListStability.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Things don't move aro
www.eeworm.com/read/270960/11018145
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. Josuttis 19
www.eeworm.com/read/468962/6982650
vimrc .vimrc
set expandtab
set shiftwidth=4
set tabstop=4
set softtabstop=4
set nobackup
set cindent
set autoindent
set showcmd
set helplang=Cn
set nofoldenable
set noswapfile
set number
set mouse=nv
set hlsearch
www.eeworm.com/read/466623/7029871
m examp6_22.m
t=0:.1:2*pi; t0=118*pi/180; % 设置 t 向量,将角度变弧度
x=11*cos(t+t0); y=-0.6+0.1*t; z=-9+11*sin(t+t0);
plot3(x,z,y), grid, set(gca,'box','off')
set(gca,'xdir','reverse','ydir',reverse') % 常规坐标的 x,y 轴反向
vie
www.eeworm.com/read/466324/7033682
java exercise7_1.java
/** Exercise7_1.java:
* Rewrite Example 7.1, "Checking Palindromes," which checks
* whether a string is a palindrome. Create your own reverse method.
* Do not use the reverse method in the S
www.eeworm.com/read/465955/7049280
asv histequal.asv
% egalizarea histogramei
f=imread('im_1_cameraman.tif');
g=histeq(f,256);
figure(1);
subplot(2,2,1), imshow(f);
subplot(2,2,2), imhist(f);
subplot(2,2,3), imshow(g);
subplot(2,2,4), imhist(g);
www.eeworm.com/read/464888/7061738
lss mild-colors.lss
# From: Vlad Harchev
# Notes:
# better for eyes - it sets black background with mild colors that
# have approximately the same intensity.
#
# grey normal text on black background
www.eeworm.com/read/464888/7061743
lss lynx_basic.lss
# It's best to put these in a .lss file and use "lynx -lss=file.lss whatever"
# for now.
#
# Normal type styles correspond to HTML tags.
#
# The next line (beginning with "em") means: use bold i
www.eeworm.com/read/197608/7069744
makefile
# Makefile for cbook/09-Strings/programs
# Created by the ExportAll facility
# ***************************************************************
PROGRAMS = \
acronym \
addlist \
lastchar \
www.eeworm.com/read/308554/7070561
c image.c
#define IMAGEWIDTH 80
#define IMAGEHEIGHT 80
#define MODEGRAYBAR 0
#define MODEGRAY 1
#define MODEPHOTO1 2
#define MODEPHOTO2 3
#define MODEPHOTO3 4
#define MODEPHOTO4 5
void InitImage(uns