代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/179705/9343772
todo
* Estimate error on general poly roots using Newton method? Allow for
multiple roots and higher derivatives
* Newton-Maehly (Newton with implicit deflation)
* Jenkins-Traub
* Brian Smith's adaptati
www.eeworm.com/read/358842/10178041
f90 ans0503.f90
program main
implicit none
integer age, money
real tax
write(*,*) "请输入年龄"
read(*,*) age
write(*,*) "请输入月收入"
read(*,*) money
if ( age
www.eeworm.com/read/424281/10473015
todo
* Estimate error on general poly roots using Newton method? Allow for
multiple roots and higher derivatives
* Newton-Maehly (Newton with implicit deflation)
* Jenkins-Traub
* Brian Smith's adaptati
www.eeworm.com/read/279032/10479288
htm mi20.htm
More Effective C++ | Item 20: Facilitate the return value optimization Back to Item 19: Understand the origin of temporary objects
Continue to Item 21: Overload to avoid implicit type conversions
Ite
www.eeworm.com/read/423284/10574680
f90 function.f90
module params
implicit none
! Useful constants
integer, parameter :: &
fdp=kind(0.0d0), variablelength=256, errorlength=256
real(fdp), parameter :: pi = 3.141592653589793238d0
www.eeworm.com/read/350251/10752722
f90 gauss.f90
SUBROUTINE Gauss( pgaus, wgaus, ngaus, nerrc )
!.....
! P R O G R A M
! To set gauss point positions and weight.
!.....
IMPLICIT DOUBLE PRECISION( a-h, o-z )
www.eeworm.com/read/448535/7531369
m qrqtbgiv.m
function [B] = qrqtbgiv(B,thetac,thetas)
%
% Given thetac and thetas containing rotation parameters from Givens rotations,
% (produced using qrqrgivens), compute Q^H B, where Q is formed (implicit
www.eeworm.com/read/144124/12811989
c tcpdchk.c
/*
* tcpdchk - examine all tcpd access control rules and inetd.conf entries
*
* Usage: tcpdchk [-a] [-d] [-i inet_conf] [-v]
*
* -a: complain about implicit "allow" at end of rule.
*
www.eeworm.com/read/140190/13096655
txt dip_fdtd.f90.txt
program test_fdtd
!-- Fortran code for FDTD with Berenger PMLs, version 1.0, May 1999
!-- by Jos Bergervoet.
!-- Plot field and/or Poynting vector S around radiating linear dipole
implicit
www.eeworm.com/read/492438/6423188
f90 gauss.f90
SUBROUTINE Gauss( pgaus, wgaus, ngaus, nerrc )
!.....
! P R O G R A M
! To set gauss point positions and weight.
!.....
IMPLICIT DOUBLE PRECISION( a-h, o-z )