代码搜索:reverse

找到约 4,015 项符合「reverse」的源代码

代码结果 4,015
www.eeworm.com/read/202293/15386983

c tac.c

/* tac - concatenate and print files in reverse Copyright (C) 1988, 1989, 1990 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it unde
www.eeworm.com/read/141300/5770161

cir diotran.cir

Diode Reverse Recovery * This file simulates reverse recovery of a diode as it switched from an * on to off state. Vpp 1 0 0.7v (PWL 0ns 3.0v 0.1ns 3.0v 0.11ns -6.0v) (AC 1v) Vnn 2 0 0v R1 1 3 1k D
www.eeworm.com/read/38039/1091852

mnu csys_dir.mnu

CSYS#DIR 坐标系方向 Next 下一个 Highlight the next axis. 加亮下一个轴。 Previous 上一个 Highlight the previous axis. 加亮上一个轴。 Reverse 反转 REVERSE direction of RED axis. 颠倒红色轴的方向。 Quit 退出 Abort coordinate system creatio
www.eeworm.com/read/207991/4999218

mal radix.mal

include radix; Bu := radix.uniform(99); Bu0 := algebra.project(Bu,nil); io.print(Bu0); Bu1 := bat.reverse(Bu); Bu2 := algebra.project(Bu1,nil); Bu3 := algebra.sort(Bu2); Bu4 := bat.reverse(Bu3); io.pr
www.eeworm.com/read/437028/1837015

cir diotran.cir

Diode Reverse Recovery * This file simulates reverse recovery of a diode as it switched from an * on to off state. Vpp 1 0 0.7v (PWL 0ns 3.0v 0.1ns 3.0v 0.11ns -6.0v) (AC 1v) Vnn 2 0 0v R1 1 3 1k D
www.eeworm.com/read/419765/10839140

i enum.i

// Kernel only & unexported symbols %ignore enums; %ignore init_enums; %ignore save_enums; %ignore term_enums; %ignore get_selected_enum; %ignore add_selected_enum; %ignore unmark_selected_enum
www.eeworm.com/read/168845/5433808

jamfile

subproject libs/iterator/example ; import testing ; # Make tests run by default. DEPENDS all : test ; test-suite iterator_examples : [ run reverse_iterator.cpp ] [ run node_iterator1
www.eeworm.com/read/191767/8424105

java vectoriterator.java

/** * A vector iterator to print data reverse */ import java.io.*; import java.util.*; public class VectorIterator implements Iterator { private Vector data = new Vector(); private
www.eeworm.com/read/285034/8874969

java reversecomparator.java

// A comparator that implements the reverse of another Comparator. // (c) 2001 duane a. bailey package structure; import java.util.Comparator; /** * Implementation of the {@link java.util.Comparato
www.eeworm.com/read/281401/9158117

$ opgave1.$

! EIGHT BYTE INTEGER POCKET CALCULATOR IN REVERSE POLISH ! This program emulates a stack oriented integer machine in polish notation. ! The central data structure consists of eight byte signed lon