代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/369540/9641185
makefile
CC = gcc
LINK = gcc
CFLAGS = -g -c
INCPATH =
LIBS =
OBJECTS_DIR = ./
TARGET=coc server
####### Implicit rules
.SUFFIXES: .c
.c.o:
$(CC) $(CFLAGS) $(INCPATH) -o $@ $<
####### B
www.eeworm.com/read/172489/9705632
m nobias.m
function nb = nobias(ker)
%NOBIAS returns true if SVM kernel has no implicit bias
%
% Usage: nb = nobias(ker)
%
% Parameters: ker - kernel type
%
% Author: Steve Gunn (srg@ecs.soton.a
www.eeworm.com/read/367444/9747759
m nobias.m
function nb = nobias(ker)
%NOBIAS returns true if SVM kernel has no implicit bias
%
% Usage: nb = nobias(ker)
%
% Parameters: ker - kernel type
%
% Author: Steve Gunn (srg@ecs.soton.a
www.eeworm.com/read/411694/11231934
java menulist.java
import javax.microedition.lcdui.*;
//主菜单
public class MenuList extends List implements CommandListener {
Command cmdEXIT;
Command cmdOK;
public MenuList() {
super("【剪刀、石头、布】", List.IMPLICIT
www.eeworm.com/read/148342/12474622
m nobias.m
function nb = nobias(ker)
%NOBIAS returns true if SVM kernel has no implicit bias
%
% Usage: nb = nobias(ker)
%
% Parameters: ker - kernel type
%
% Author: Steve Gunn (srg@ecs.soton.a
www.eeworm.com/read/146640/12628619
m nobias.m
function nb = nobias(ker)
%NOBIAS returns true if SVM kernel has no implicit bias
%
% Usage: nb = nobias(ker)
%
% Parameters: ker - kernel type
%
% Author: Steve Gunn (srg@ecs.soton.a
www.eeworm.com/read/192593/8373824
txt matlab_implot.txt
function implot(fun,rangexy,ngrid)
% Implicit plot function
% function implot(fun,rangexy,ngrid)
% fun is 'inline' function f(x,y)=0 (Note function written as equal to zero)
% rangexy =[xmin,xmax,
www.eeworm.com/read/183627/9147081
f90 ex0907.f90
module typedef
type student
integer Chinese,English,Math
end type
end module
program ex0907
use typedef
implicit none
type(student) :: s
character(len=80) :: filename = "dat
www.eeworm.com/read/380361/9151830
f90 newton_forward.f90
module INTERPOLATE_UTILITY
use sgl
implicit none
type point
real x,y
end type
real, parameter :: PI=3.14159
real, parameter :: xmin = 0.0, xmax = PI*3.0
integer, parameter ::
www.eeworm.com/read/378383/9233105
m tvqc_example.m
% tvqc_example.m
%
% Test out tvqc code (TV minimization with quadratic constraint).
%
% Written by: Justin Romberg, Caltech
% Email: jrom@acm.caltech.edu
% Created: October 2005
%
% use implicit, ma