代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/151608/12189119
src dydzzy.src
DYDZZY:=proc(f)
# DYDZZY(f) is used to get the derivate of
# an implicit function
local Eq,deq,imderiv;
Eq:='Eq';
Eq:=f;
deq:=diff(Eq,x);
readlib(isolate);
imderiv:=isolate(deq,diff(y(x),
www.eeworm.com/read/151476/12207257
makefile
include ../Makefile.h
all::
PROGS = max adl implicit inject lazy
OUTPROGS = funcoverload
funcoverload.ctt: funcoverload.hpp
www.eeworm.com/read/339239/12246889
m dyzzy.src.m
DYDZZY:=proc(f)
# DYDZZY(f) is used to get the derivate of
# an implicit function
local Eq,deq,imderiv;
Eq:='Eq';
Eq:=f;
deq:=diff(Eq,x);
readlib(isolate);
imderiv:=isolate(deq,diff(y(x),
www.eeworm.com/read/339239/12247972
src dydzzy.src
DYDZZY:=proc(f)
# DYDZZY(f) is used to get the derivate of
# an implicit function
local Eq,deq,imderiv;
Eq:='Eq';
Eq:=f;
deq:=diff(Eq,x);
readlib(isolate);
imderiv:=isolate(deq,diff(y(x),
www.eeworm.com/read/338854/12276982
f90 juzhenchengfa.f90
SUBROUTINE MATMUL(A,B,BR,BC,C,CR,CC) !矩阵乘积
IMPLICIT NONE
INTEGER BR,BC,CR,CC
REAL*8 B(BR,BC),C(CR,CC),A(BR,CC)
INTEGER I,J,K
!BC若不等于CR,这两个矩阵无法相乘
IF(BC.NE.CR)THEN
WRITE(*,*)"Matrix si
www.eeworm.com/read/250122/12431182
src dydzzy.src
DYDZZY:=proc(f)
# DYDZZY(f) is used to get the derivate of
# an implicit function
local Eq,deq,imderiv;
Eq:='Eq';
Eq:=f;
deq:=diff(Eq,x);
readlib(isolate);
imderiv:=isolate(deq,diff(y(x),
www.eeworm.com/read/249894/12463056
cs persistentstring.cs
namespace Perst
{
///
/// Class encapsulating native .Net string. System.String is not persistent object
/// so it can not be stored in Perst as independent persistent object.
///
www.eeworm.com/read/129636/14234539
m dyzzy.src.m
DYDZZY:=proc(f)
# DYDZZY(f) is used to get the derivate of
# an implicit function
local Eq,deq,imderiv;
Eq:='Eq';
Eq:=f;
deq:=diff(Eq,x);
readlib(isolate);
imderiv:=isolate(deq,diff(y(x),
www.eeworm.com/read/129636/14235133
src dydzzy.src
DYDZZY:=proc(f)
# DYDZZY(f) is used to get the derivate of
# an implicit function
local Eq,deq,imderiv;
Eq:='Eq';
Eq:=f;
deq:=diff(Eq,x);
readlib(isolate);
imderiv:=isolate(deq,diff(y(x),