代码搜索:Inversion

找到约 626 项符合「Inversion」的源代码

代码结果 626
www.eeworm.com/read/300587/13904409

cpp 1320 inversion.cpp

//求逆序数 , 并按所得表倒推得出原表 #include using namespace std; int pt[51],it[51]; int main() { int i,j,k,n; char opnd; while( scanf("%d",&n)!=EOF && n) { scanf("%c",&opnd); scanf
www.eeworm.com/read/298474/7960000

c s7_inversion.c

#include "vxWorks.h" #include "taskLib.h" #include "semLib.h" #include "stdio.h" #define ITER 3 #define HIGH 102 #define MID 103 #define LOW 104 #define LONG_TIME (1
www.eeworm.com/read/298474/7960045

o s7_inversion.o

www.eeworm.com/read/136989/5831342

mpc priority_inversion_with_bands.mpc

// -*- MPC -*- // Priority_Inversion_With_Bands.mpc,v 1.3 2003/12/23 21:04:50 dhinton Exp project(*Server): strategies, rt_server { avoids += minimum_corba Source_Files { test_i.cpp
www.eeworm.com/read/136989/5831346

dsw priority_inversion_with_bands.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/486345/6540248

m s_box_inversion.m

function inv_s_box = s_box_inversion (s_box) %S_BOX_INVERSION Invert S-box. % % [INV_S_BOX] = S_BOX_INVERSION (S_BOX) % creates the inverse S-box % from the previously created S-box. %
www.eeworm.com/read/388569/8600096

cpp 1394 minimum inversion number.cpp

#include using namespace std; int num[5001]; int imin,n; int main() { int i,j,t; while( scanf("%d",&n)!=EOF )//输入的数字范围 0 ~ n-1 { for(i=0;i