代码搜索:Invert
找到约 1,464 项符合「Invert」的源代码
代码结果 1,464
www.eeworm.com/read/244888/12838774
c 6_2_2.c
/* ======================================== */
/* 程式实例: 6_2_2.c */
/* 使用列印数组函数来说明递归调用 */
/* ======================================== */
int list[6] = { 1, 2, 3,
www.eeworm.com/read/244387/12869213
makefile
# Makefile for cbook/14-Strings-Revisited/programs
# Created by the ExportAll facility
# ***************************************************************
PROGRAMS = \
invert
# ******************
www.eeworm.com/read/315460/13542079
makefile
# Makefile for cbook/14-Strings-Revisited/programs
# Created by the ExportAll facility
# ***************************************************************
PROGRAMS = \
invert
# ******************
www.eeworm.com/read/307145/13727889
c keyxfrm.c
/*
** The proper usage and copyright information for
** this software is covered in DSCRLic.TXT
** This code is Copyright 1999 by Dann Corbit
*/
/*
** This file is INTEL specific. It should
www.eeworm.com/read/152843/5664391
h ip6_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 IP6 firewall descriptor
*
* src, dst
www.eeworm.com/read/128531/5988664
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/219605/6341889
c 6_2_2.c
/* ======================================== */
/* 程式实例: 6_2_2.c */
/* 使用列印数组函数来说明递归调用 */
/* ======================================== */
int list[6] = { 1, 2, 3,
www.eeworm.com/read/476406/6760867
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/264253/11324054
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/409260/11338685
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