代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/394482/8222219
htm common.htm
The Common Methods For Sequence and Associative Containers
Class Name Common Contain
www.eeworm.com/read/292920/8324395
c setbuf.c
/* reverse.c -- displays a file in reverse order */
#include
#include
int main(void)
{
printf("%d\n", BUFSIZ);
return 0;
}
www.eeworm.com/read/370047/9621593
m nrbreverse.m
function rnrb = nrbreverse(nrb)
%
% Function Name:
%
% nrbreverse - Reverse the evaluation direction of a NURBS curve or surface.
%
% Calling Sequence:
%
% rnrb = nrbreverse(nrb);
%
www.eeworm.com/read/172823/9686962
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/367307/9758282
pro chapter09reverseimage.pro
; Chapter09ReverseImage.pro
PRO Chapter09ReverseImage
image = READ_DICOM (FILEPATH('mr_knee.dcm', $
SUBDIRECTORY = ['examples', 'data']))
imgSize = SIZE (image, /DIMENSIONS)
DEVICE, DEC
www.eeworm.com/read/366869/9795142
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/414839/11100201
sql 数据库复制-备份&恢复法.sql
use master
go
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[p_CopyDb]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop procedure [dbo].[p_CopyDb]
GO
/*--将一个数据库完整复制成另
www.eeworm.com/read/269232/11103956
java sample14_27.java
package wyf.jc;
import java.util.*;
public class Sample14_27
{
public static void main(String[] args)
{
//分别创建3个空的ArrayList对象
List l1=new ArrayList();
L
www.eeworm.com/read/414392/11114661
sql 数据库复制-备份&恢复法.sql
use master
go
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[p_CopyDb]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop procedure [dbo].[p_CopyDb]
GO
/*--将一个数据库完整复制成另
www.eeworm.com/read/413044/11169155
c setbuf.c
/* reverse.c -- displays a file in reverse order */
#include
#include
int main(void)
{
printf("%d\n", BUFSIZ);
return 0;
}