代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/305277/3778797
scala tcpoly_return_overriding.scala
trait Generic[g[x]] {
def unit: g[Unit]
}
trait Rep[t] {
def rep[m[x]](implicit gen: Generic[m]): m[t]
}
// testing that the return type is also transformed when checking overriding
/
www.eeworm.com/read/303435/3812743
readme
This directory illustrates the use of a 2D acoustic
implicit-finite-difference wave-equation datuming code. If you
are new to SU, start by reading "The SU User's Manual" and the
README in $CWPROOT/sr
www.eeworm.com/read/292984/3935874
m plot_square_hhmm.m
function plot_square_hhmm(ev)
% Plot the square shape implicit in the evidence.
% ev{i,t} is the value of node i in slice t.
% The observed node contains a velocity (delta increment), which is conv
www.eeworm.com/read/292984/3935876
m plot_square_hhmm.m
function plot_square_hhmm(ev)
% Plot the square shape implicit in the evidence.
% ev{i,t} is the value of node i in slice t.
% The observed node contains a velocity (delta increment), which is conv
www.eeworm.com/read/292964/3937022
m plot_square_hhmm.m
function plot_square_hhmm(ev)
% Plot the square shape implicit in the evidence.
% ev{i,t} is the value of node i in slice t.
% The observed node contains a velocity (delta increment), which is conv
www.eeworm.com/read/292964/3937024
m plot_square_hhmm.m
function plot_square_hhmm(ev)
% Plot the square shape implicit in the evidence.
% ev{i,t} is the value of node i in slice t.
% The observed node contains a velocity (delta increment), which is conv
www.eeworm.com/read/447892/1693857
mak unzip.mak
.AUTODEPEND
# *Translator Definitions*
CC = bcc +UNZIP.CFG
TASM = TASM
TLINK = tlink
# *Implicit Rules*
.c.obj:
$(CC) -c {$< }
.cpp.obj:
$(CC) -c {$< }
# *List Macros*
EXE_dependencies =
www.eeworm.com/read/447892/1693858
mak zipinfo.mak
.AUTODEPEND
# *Translator Definitions*
CC = bcc +ZIPINFO.CFG
TASM = TASM
TLINK = tlink
# *Implicit Rules*
.c.obj:
$(CC) -c {$< }
.cpp.obj:
$(CC) -c {$< }
# *List Macros*
EXE_dependencies
www.eeworm.com/read/440906/1778352
c typedef2.c
// Build don't link:
// Testcase from Alexander Zvyagin
// Check implicit conversion from string constants into typedefs
typedef char CHAR;
void f2(CHAR *s="");
www.eeworm.com/read/434858/1868028
m plot_square_hhmm.m
function plot_square_hhmm(ev)
% Plot the square shape implicit in the evidence.
% ev{i,t} is the value of node i in slice t.
% The observed node contains a velocity (delta increment), which is conv