代码搜索:Invert
找到约 1,464 项符合「Invert」的源代码
代码结果 1,464
www.eeworm.com/read/258562/11854376
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/208614/15242356
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/154509/5636936
txt 算法 2.11.txt
算法 2.11
void invert( ElemType &R[],int s, int t )
{
// 本算法将数组 R 中下标自 s 到 t 的元素逆置,即将( Rs, Rs+1, …, Rt-1, Rt )
// 改变为( Rt, Rt-1, …, Rs+1, Rs )
for ( k=s; k
www.eeworm.com/read/154509/5637179
txt 算法 2.11.txt
算法 2.11
void invert( ElemType &R[],int s, int t )
{
// 本算法将数组 R 中下标自 s 到 t 的元素逆置,即将( Rs, Rs+1, …, Rt-1, Rt )
// 改变为( Rt, Rt-1, …, Rs+1, Rs )
for ( k=s; k
www.eeworm.com/read/293928/8262427
c 6_2_2.c
/* ======================================== */
/* 程式实例: 6_2_2.c */
/* 使用列印数组函数来说明递归调用 */
/* ======================================== */
int list[6] = { 1, 2, 3,
www.eeworm.com/read/100730/15866163
c 6_2_2.c
/* ======================================== */
/* 程式实例: 6_2_2.c */
/* 使用列印数组函数来说明递归调用 */
/* ======================================== */
int list[6] = { 1, 2, 3,
www.eeworm.com/read/152843/5664315
h ipt_addrtype.h
#ifndef _IPT_ADDRTYPE_H
#define _IPT_ADDRTYPE_H
struct ipt_addrtype_info {
u_int16_t source; /* source-type mask */
u_int16_t dest; /* dest-type mask */
u_int32_t invert_source;
u_int32_t inver
www.eeworm.com/read/284452/8928180
m bggray.m
function bgGray(axisHandle)
% Crate a gray axis backgrond; if S4M.invert_hardcopy is 'off' this
% background is retained for printing
if nargin == 0
axisHandle=gca;
end
set(gcf,'Color','w'
www.eeworm.com/read/470210/6915437
h poly.h
/* poly.h */
/* This header is required for the polynomial math section.
The purpose is to define intermediate structure sizes
for use with the multiply and divide routines.
Place include heade
www.eeworm.com/read/234675/7082860
h poly.h
/* poly.h */
/* This header is required for the polynomial math section.
The purpose is to define intermediate structure sizes
for use with the multiply and divide routines.
Place include heade