代码搜索:optional
找到约 6,947 项符合「optional」的源代码
代码结果 6,947
www.eeworm.com/read/163044/5511757
contents
Contents of the OS2 sub-archive for UnZip 4.2 and later:
Contents this file
dosname.c OS/2 HPFS/FAT support routines (required)
unzip.bad support file for Kai Uwe Rommel's CS progr
www.eeworm.com/read/162868/5512428
contents
Contents of the OS2 sub-archive for UnZip 4.2 and later:
Contents this file
dosname.c OS/2 HPFS/FAT support routines (required)
unzip.bad support file for Kai Uwe Rommel's CS progr
www.eeworm.com/read/160303/5573605
interfaces
######################################################################
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
#
#
# !!!NOTE!!! THIS IS AN ALPHA RELEASE! DO NOT RELY ON
www.eeworm.com/read/160303/5573613
interfaces
######################################################################
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
#
#
# !!!NOTE!!! THIS IS AN ALPHA RELEASE! DO NOT RELY ON
www.eeworm.com/read/160303/5573698
interfaces
######################################################################
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
#
#
# !!!NOTE!!! THIS IS AN ALPHA RELEASE! DO NOT RELY ON
www.eeworm.com/read/160303/5574273
cnf openssl.cnf
#
# OpenSSL example configuration file.
# This is mostly being used for generation of certificate requests.
#
# This definition stops the following lines choking if HOME isn't
# defined.
HOME = .
R
www.eeworm.com/read/471212/6899448
m mexgraphpagerank.m
function PageRank = mexGraphPageRank(Graph, Iterations, DampingFactor, Direction, ShowProgress)
% Computes the Google's PageRank algorithm on the Graph.
%
% Receives:
% Graph - struct -
www.eeworm.com/read/471212/6899451
m mexbetweenescentrality.m
function [Betweenness, NodeIDs]= mexBetweenesCentrality(Graph, Direction, ShowProgress)
% Efficiently computes betweenness centrality of all nodes of graph.
%
% Receives:
% Graph - struc
www.eeworm.com/read/471212/6899537
m mexgraphboxcounting.m
function Boxes = mexGraphBoxCounting(Graph, MaxDistance, ShowProgress)
% Computes number of boxes, their sizes and (optionaly) their content according to box counting algorithm.
%
% Receives:
%