代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/227822/14410661
changelog
version 0.9.0:
- Support for relative paths in backing files for disk images
- Async file I/O API
- New qcow2 disk image format
- Support of multiple VM snapshots
- Linux: specific host CDR
www.eeworm.com/read/227409/14427672
h integer.h
#ifndef CRYPTOPP_INTEGER_H
#define CRYPTOPP_INTEGER_H
#include "cryptlib.h"
#include "misc.h"
#include
NAMESPACE_BEGIN(CryptoPP)
/// multiple precision integer and basic arithme
www.eeworm.com/read/125782/14463772
def menu.def
LIBRARY menu5 INITINSTANCE TERMINSTANCE
DESCRIPTION "NCurses-5-1-20000704, module menu"
CODE LOADONCALL
DATA LOADONCALL NONSHARED MULTIPLE
EXPORTS
"_nc_Calculate_Item_Length_and_Width" @11 NONAM
www.eeworm.com/read/124397/14569838
m hmmtrain.m
function [A_m,B_m,pi_m,loglike_m] = hmmtrain(data,N,deltaN,...
M,Q,cb,S,maxiter,tol)
% hmmtrain --> Train HMMs with multiple observation sequences.
%
www.eeworm.com/read/124283/14579305
texi specfunc-lambert.texi
@cindex W function
@cindex Lambert function
Lambert's W functions, @math{W(x)}, are defined to be solutions
of the equation @math{W(x) \exp(W(x)) = x}. This function has
multiple branches for @math{x
www.eeworm.com/read/224612/14580224
cpp ex3_09.cpp
// EX3_09.CPP
// Using multiple counters to show powers of 2
#include
#include
using namespace std;
int main()
{
long i = 0, power = 0;
const int max = 10;
www.eeworm.com/read/121258/14764057
htm read.cgi-read=10030.htm
Multiple CSlider and View in a DialogBox ?
www.eeworm.com/read/214051/15115015
m label_names.m
% function [label,indices] = label_names(names,allnames, method)
% method 'multiple'
function [label,indices] = label_names(names,allnames,method)
case_sensitive=0;
if not(case_sensitive), names=upp
www.eeworm.com/read/212047/15166894
texi specfunc-lambert.texi
@cindex W function
@cindex Lambert function
Lambert's W functions, @math{W(x)}, are defined to be solutions
of the equation @math{W(x) \exp(W(x)) = x}. This function has
multiple branches for @math{x
www.eeworm.com/read/210671/15194016
cpp fig01_05.cpp
// Fig. 1.5: fig01_05.cpp
// Printing multiple lines with a single statement
#include
int main()
{
std::cout