代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/179987/9325448
h i2capi.h
#ifndef _i2capi_H
#define _i2capi_H
//============================================================================
// File Name: i2capi.h
//
// (c) Copyright [2002] Cirrus Logic Inc. All rights rese
www.eeworm.com/read/179686/9344895
h packet32.h
/*
* Copyright (c) 1999, 2000
* Politecnico di Torino. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided tha
www.eeworm.com/read/179450/9355621
h hidpi.h
/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
HIDPI.H
Abstract:
Public Interface to the HID parsing library.
Environment:
Kernel & use
www.eeworm.com/read/375075/9373447
m contents.m
function Contents
% BN/PBN toolbox.
% November 30, 2005.
%
% The way of representing a BN/PBN in this toolbox is defined e.g. in
% pbnRnd.m
%
% RUN NETWORKS.
%
% bnNextState - one step of a
www.eeworm.com/read/375075/9373475
m permutevars.m
function ff = permutevars(f,vars,varsnew)
% ff = permutevars(f,vars,varsnew) - Permute variables in a Boolean function
% This function takes as an input a Boolean function f, indices of its
% cur
www.eeworm.com/read/375075/9373481
m bna.m
function [A,v] = bnA(F,varF,nv,p,method)
% [A,v] = bnA(F,varF,nv,p,method) - state transition matrix of a Boolean network
% This function creates the state transition matrix A of a Boolean network
www.eeworm.com/read/178059/9421153
bas modvalidate.bas
Attribute VB_Name = "modValidate"
Option Explicit
'-----------------------
'校验模块,现已不用
'-----------------------
Public gbValidate As Boolean '是否自动约束
Public Function ValidateNullStrin
www.eeworm.com/read/177012/9474882
html xylineandshaperenderer.state.html
001 /* ===========================================================
002 * JFreeChar
www.eeworm.com/read/177012/9474889
html xylineandshaperenderer.html
001 /* ===========================================================
002 * JFreeChar
www.eeworm.com/read/176783/9484277
java control.java
package javazoom.jl.decoder;
/**
* Work in progress.
*/
public interface Control
{
/**
* Starts playback of the media presented by this control.
*/
public void start();
/*