代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/131315/5943149
h cmd.h
#define MAX_USERCMD 500
#define MAX_CMDLEN 16
#define A_B_LINE 2
#define A_B_SCREEN 3
#define A_B_SCROLL 4
#define A_B_SEARCH 5
#define A_DIGIT 6
#define A_DISP_OPTION 7
#define A_DEBUG 8
www.eeworm.com/read/192089/8407990
c ilist_test2.c
#include
#include "ilist.h"
int main()
{
/*
*
* ( 10 )( 9 8 7 6 5 4 3 2 1 0 )
*
* reverse the list
*
* ( 10 )( 0 1 2 3 4 5 6 7 8 9 )
www.eeworm.com/read/391308/8410295
bs2 ex23 - 74hc595.bs2
' {$STAMP BS2}
' ==============================================================================
'
' File...... Ex23 - 74HC595.BS2
' Purpose... Expanded outputs with 74HC595
' Author.... Parallax
www.eeworm.com/read/191979/8413622
c mvblock.c
#include "MVGlobal.h"
#include "MVBitstream.h"
#include "MVBlock.h"
extern const uint16_t scan_tables[3][64];
extern REVERSE_EVENT DCT3D[2][4096];
extern uint8_t const max_level[2][2][64];
ext
www.eeworm.com/read/291333/8424532
chf cvstartreadseq.chf
void cvStartReadSeq(CvSeq* seq, CvSeqReader* reader, int reverse) {
void *fptr;
fptr = dlsym(_Chcv_handle, "cvStartReadSeq_chdl");
if(fptr == NULL) {
fprintf(_stderr, "Error:
www.eeworm.com/read/290161/8500910
vhd polynome_pkg_body.vhd
--
-- VHDL Package Body testbench_lib.polynome
--
-- Created:
-- by - Yihua.Zhang.UNKNOWN (CV0009649D2)
-- at - 13:41:39 2006-06- 6
--
-- using Mentor Graphics HDL Designer(TM
www.eeworm.com/read/289731/8532587
c ilist_test2.c
#include
#include "ilist.h"
int main()
{
/*
*
* ( 10 )( 9 8 7 6 5 4 3 2 1 0 )
*
* reverse the list
*
* ( 10 )( 0 1 2 3 4 5 6 7 8 9 )
www.eeworm.com/read/433114/8544616
m colorbar_callback.m
function colorbar_callback(varargin)
% Update colorbar and colormap
% Standard callback arguments
%
% Modified by E. Rietsch: October 15, 2006
global V3D_HANDLES
figure_handle=V3D_HANDLES.f
www.eeworm.com/read/433114/8545335
m fig2jpg.m
function fig2jpg(figure_handle,reverse)
% Export figure in JPEG format
%
% Written by: E. R.: January 20, 2003
% Last updated: March 10, 2008: Use "print" function instead of "advexpfig"
%
%
www.eeworm.com/read/288910/8595482
cpp ilist_test2.cpp
#include
#include "ilist.h"
int main()
{
/*
*
* ( 10 )( 9 8 7 6 5 4 3 2 1 0 )
*
* reverse the list
*
* ( 10 )( 0 1 2 3 4 5 6 7 8 9 )