代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/148199/12485349
ini crcscheme.ini
[CDT通讯规约校验]
BITS=8
POLYNOMIAL=7
INITIAL=0
FINALMASK=FF
REVERSE=FALSE
[电脑巡视数据校验]
BITS=16
POLYNOMIAL=1021
INITIAL=0
FINALMASK=0
REVERSE=FALSE
[拓扑仪表]
BITS=16
POLYNOMIAL=8005
INITIAL=FF
www.eeworm.com/read/335381/12531274
htm rev_5984.htm
reverse_bidirectional_iterator, reverse_iterator
Click on the banner to return to the Class Reference home p
www.eeworm.com/read/248305/12585218
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/134619/13980144
cpp iter3.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/134087/14008902
c dir.c
/* dir.c - IIR filtering in direct form */
double dir(M, a, L, b, w, v, x) /* usage: y = dir(M, a, L, b, w, v, x); */
double *a, *b, *w, *v, x; /* \(v,w\) are internal state
www.eeworm.com/read/134087/14008965
c dir1.c
/* dir.c - IIR filtering in direct form */
double dir(M, a, L, b, w, v, x) /* usage: y = dir(M, a, L, b, w, v, x); */
double *a, *b, *w, *v, x; /* \(v,w\) are internal state
www.eeworm.com/read/203170/15364493
c direct_form_realization_1.c
/* dir.c - IIR filtering in direct form */
double dir(M, a, L, b, w, v, x) /* usage: y = dir(M, a, L, b, w, v, x); */
double *a, *b, *w, *v, x; /* \(v,w\) are internal state
www.eeworm.com/read/113130/15469778
txt sort.txt
(c)T.Frogley all rights reserved
codemonkey_uk@hotmail.com
reuse without limitation
--------------------------------
The sort function interface is the same as C's qsort
sort(
pointer base
www.eeworm.com/read/112799/15476519
c dir.c
/* dir.c - IIR filtering in direct form */
double dir(M, a, L, b, w, v, x) /* usage: y = dir(M, a, L, b, w, v, x); */
double *a, *b, *w, *v, x; /* \(v,w\) are internal state