代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/115227/15020421
install-sh
#! /bin/sh
#
# install - install a program, script, or datafile
# This comes from X11R5.
#
# Calling this script install-sh is preferred over install.sh, to prevent
# `make' implicit rules from creati
www.eeworm.com/read/214923/15083007
m poly_kernel.m
function x = poly_kernel(a,b, d)
% polynomial kernel function for implicit higher dimension mapping
%
% X = poly_kernel(a,b,[t,degree])
%
% 'a' can only contain one datapoint in a row, 'b' can contai
www.eeworm.com/read/212047/15166640
install-sh
#! /bin/sh
#
# install - install a program, script, or datafile
# This comes from X11R5.
#
# Calling this script install-sh is preferred over install.sh, to prevent
# `make' implicit rules from creati
www.eeworm.com/read/209321/15223404
install-sh
#! /bin/sh
#
# install - install a program, script, or datafile
# This comes from X11R5.
#
# Calling this script install-sh is preferred over install.sh, to prevent
# `make' implicit rules from creati
www.eeworm.com/read/209030/15228806
install-sh
#!/bin/sh
#
# install - install a program, script, or datafile
# This comes from X11R5.
#
# Calling this script install-sh is preferred over install.sh, to prevent
# `make' implicit rules from creatin
www.eeworm.com/read/208614/15242256
f90 ex0703.f90
program ex0703
implicit none
integer, parameter :: classes = 5
integer, parameter :: students = 5
integer :: student(students, classes)
integer s ! 用来指定学生号码
integer c ! 用来指定班级号码
www.eeworm.com/read/208614/15242304
f90 sglimg6.f90
module sgl_util
use sgl
implicit none
type palette
integer r,g,b
end type
type(palette), save :: table(0:255)
contains
subroutine display()
integer i,l
call sglClearBuff
www.eeworm.com/read/478549/1350933
mak unzip_cr.mak
.AUTODEPEND
# *Translator Definitions*
CC = bcc +UNZIP_CR.CFG
TASM = TASM
TLINK = tlink
# *Implicit Rules*
.c.obj:
$(CC) -c {$< }
.cpp.obj:
$(CC) -c {$< }
# *List Macros*
EXE_dependencie
www.eeworm.com/read/474814/1390455
install-sh
#!/bin/sh
#
# install - install a program, script, or datafile
# This comes from X11R5.
#
# Calling this script install-sh is preferred over install.sh, to prevent
# `make' implicit rules from creatin
www.eeworm.com/read/470720/1444420
c dllimport5.c
// { dg-do compile { target i?86-*-cygwin* i?86-*-mingw*} }
// Report error if static symbol definition has dllimport attribute.
__attribute__((dllimport))
int impvar; // OK, implicit "extern"