代码搜索:conditional
找到约 2,177 项符合「conditional」的源代码
代码结果 2,177
www.eeworm.com/read/430179/8762838
diz file_id.diz
ASEM-51 V1.2,
8051 cross assembler for MS-DOS,
Intel syntax, 5 location counters,
include files, conditional assembly,
type checking, code optimization,
predefined 8051 SFR symbols,
35 directly
www.eeworm.com/read/423392/10562890
h common.h
/*
* wpa_supplicant/hostapd / common helper functions, etc.
* Copyright (c) 2002-2005, Jouni Malinen
*
* This program is free software; you can redistribute it and/or modify
* it under
www.eeworm.com/read/422590/10627314
rd cde.bandwidths.rd
\name{cde.bandwidths}
\alias{cde.bandwidths}
\title{Bandwidth calculation for conditional density estimation}
\description{
Calculates bandwidths for kernel conditional density estimates. Methods
www.eeworm.com/read/143851/12834453
cpp alignment.cpp
//-- {CycleCode: 527} file [0..479]
//-- {AddDecl: 528} module.includes preserve=yes [0..204]
//## begin module.includes preserve=yes
// Alignment.cpp: implementation of the Alignment class.
//
/
www.eeworm.com/read/136879/13356531
cpp fig11_10.cpp
// Fig. 11.10: fig11_10.cpp
// Avoiding a precedence problem between the stream-insertion
// operator and the conditional operator.
// Need parentheses around the conditional expression.
#includ
www.eeworm.com/read/307616/13719373
cpp ex3_04.cpp
// Ex3_04.cpp
// The conditional operator selecting output
#include
using std::cout;
using std::endl;
int main()
{
int nCakes = 1; // Count of number of cakes
www.eeworm.com/read/307616/13719378
cpp ex3_05.cpp
// Ex3_04.cpp
// The conditional operator selecting output
#include
using std::cout;
using std::endl;
int main()
{
int nCakes = 1; // Count of number of cakes
www.eeworm.com/read/152843/5666021
makefile
#
# Makefile for building the SELinux security server as part of the kernel tree.
#
EXTRA_CFLAGS += -Isecurity/selinux/include
obj-y := ss.o
ss-y := ebitmap.o hashtab.o symtab.o sidtab.o avtab.o pol
www.eeworm.com/read/340916/12124790
cpp ex3_04.cpp
// Ex3_04.cpp
// The conditional operator selecting output
#include
using std::cout;
using std::endl;
int main()
{
int nCakes = 1; // Count of number of cakes