代码搜索:reverse

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

代码结果 4,015
www.eeworm.com/read/458682/7291485

sh stack.sh

#!/bin/bash # stack.sh: push-down stack simulation # Similar to the CPU stack, a push-down stack stores data items #+ sequentially, but releases them in reverse order, last-in first-out. BP=100
www.eeworm.com/read/458661/7291975

m db.m

% db.m - absolute to dB units % % Usage: Gdb = db(Gab) % % Gab = power gain in absolute units % Gdb = power gain in dB, Gdb = 10*log10(Gab) % % see also Gab = ab(Gdb) for the reverse operation
www.eeworm.com/read/197407/7998596

cpp icircle.cpp

// reverse a circular list with a head nod #include #include "icircle.h" void main(void) { int n = 11; HCircular C; for (int i = 0; i < n; i++) C.Inser
www.eeworm.com/read/140851/13058869

m assignedgenums.m

function [edge_id, nedges] = assignEdgeNums(adj_mat) % give each edge a unique number % we number (i,j) for j>i first, in row, column order. % Then we number the reverse links nnodes = length(ad
www.eeworm.com/read/327242/13091872

v32t0 readme.v32t0

FASTX/Y and FASTA (DNA) are now half as fast, because the programs now search both the forward and reverse strands by default. The documentation in fasta3x.me/fasta3x.doc has been substantially revi
www.eeworm.com/read/242043/13097610

cpp exam.cpp

#include class Student { private: long number; char name[10]; char sex[3]; int age; }; typedef int DataType; void Reverse2(int n, DataType a[]) { int i, m = n/2;
www.eeworm.com/read/138798/13211829

m assignedgenums.m

function [edge_id, nedges] = assignEdgeNums(adj_mat) % give each edge a unique number % we number (i,j) for j>i first, in row, column order. % Then we number the reverse links nnodes = length(ad
www.eeworm.com/read/315751/13536933

m db.m

% db.m - absolute to dB units % % Usage: Gdb = db(Gab) % % Gab = power gain in absolute units % Gdb = power gain in dB, Gdb = 10*log10(Gab) % % see also Gab = ab(Gdb) for the reverse operation
www.eeworm.com/read/306793/13737650

h func.h

void bit_reverse_cplx(long x[], int num){ int iBefore, iBehind, tempData, temph, templ, temp, i; int hBitRef, lBitRef, hBit, lBit; char hPos, lPos, bitMov; short nBits; nBits = 0; i = num;
www.eeworm.com/read/303512/13813998

m db.m

% db.m - absolute to dB units % % Usage: Gdb = db(Gab) % % Gab = power gain in absolute units % Gdb = power gain in dB, Gdb = 10*log10(Gab) % % see also Gab = ab(Gdb) for the reverse operation