代码搜索:Invert

找到约 1,464 项符合「Invert」的源代码

代码结果 1,464
www.eeworm.com/read/293338/8298842

ini mspfet.ini

[Application] Single instance=-1 Save window=-1 WinSize=34669085 WinSplit=270 Erase INFO=-1 Adapter=0 Autoprogram=30 Device index=2 Autodetect format=-1 Remove gap=-1 [IF_RAW] Port=0 Cust
www.eeworm.com/read/134800/13973509

txt 333.txt

设计一算法,逆置带头结点的动态单链表L #include #include #include typedef struct node { int data; struct node *next; }Node; typedef struct lnode { int length; Node
www.eeworm.com/read/134379/13994109

h ip_tables.h

/* * 25-Jul-1998 Major changes to allow for ip chain table * * 3-Jan-2000 Named tables to allow packet selection for different uses. */ /* * Format of an IP firewall descriptor * * src, dst,
www.eeworm.com/read/236323/14021652

c adc.c

#include "def.h" struct STRADC adc; extern struct STRWORK work; extern void savemsg( unsigned char msgtype, unsigned char msgcode); void Init_ADC(void); void DealADC(void); void diandu(void);
www.eeworm.com/read/188087/8573180

txt readme.txt

1. compile: mpicc invert.c -o invert 2. run: mpirun -np 4 invert 3. result( in file dataOut.txt): Input of file "dataIn.txt" 3 3 1.000000 -1.000000 1.000000 5.000000
www.eeworm.com/read/181930/9224910

txt readme.txt

1. compile: mpicc invert.c -o invert 2. run: mpirun -np 4 invert 3. result( in file dataOut.txt): Input of file "dataIn.txt" 3 3 1.000000 -1.000000 1.000000 5.000000
www.eeworm.com/read/376037/9335467

f90 matrix_operator.f90

program main use IMSL real :: A(3,3) = (/ 1,2,3,& 1,5,6,& 2,8,9 /) real :: B(3) = (/ 4, 15, 18 /), C(3) ! 求解 x+y+2z=4 ! 2x+5y+8z=15 ! 3x+6y+9
www.eeworm.com/read/159015/10701696

txt readme.txt

1. compile: mpicc invert.c -o invert 2. run: mpirun -np 4 invert 3. result( in file dataOut.txt): Input of file "dataIn.txt" 3 3 1.000000 -1.000000 1.000000 5.000000
www.eeworm.com/read/197608/7069649

makefile

# Makefile for cbook/14-Strings-Revisited/programs # Created by the ExportAll facility # *************************************************************** PROGRAMS = \ invert # ******************
www.eeworm.com/read/434704/7847385

c 6_2_2.c

/* ======================================== */ /* 程式实例: 6_2_2.c */ /* 使用列印数组函数来说明递归调用 */ /* ======================================== */ int list[6] = { 1, 2, 3,