代码搜索:notation

找到约 2,214 项符合「notation」的源代码

代码结果 2,214
www.eeworm.com/read/137696/5819012

hpp dtdhandler.hpp

/* * Copyright 1999-2000,2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License
www.eeworm.com/read/128604/5982735

java dtdhandler.java

// SAX DTD handler. // http://www.saxproject.org // No warranty; no copyright -- use this as you will. // $Id: DTDHandler.java,v 1.5.2.4 2002/01/29 21:34:14 dbrownell Exp $ package org.xml.sax; /**
www.eeworm.com/read/100601/6267409

pod invmod.pod

=head1 NAME invmod - compute modular inverse of an integer =head1 SYNOPSIS invmod =head1 DESCRIPTION The B program computes the inverse of I, modulo I, if that inverse exi
www.eeworm.com/read/353762/6322572

h delay.h

#ifndef __Delay_H #define __Delay_H #include "Notation.h" #endif
www.eeworm.com/read/479166/6700167

cpp fig08_20.cpp

// Fig. 8.20: fig08_20.cpp // Using subscripting and pointer notations with arrays. #include using std::cout; using std::endl; int main() { int b[] = { 10, 20, 30, 40 }; // crea
www.eeworm.com/read/347945/11624014

m binary.m

function x = binary(x) %BINARY Constrains variables to be binary (0/1) % % F = BINARY(x) is used to a posteriori constrain % variables to be binary, in contrast to BINVAR % that declares
www.eeworm.com/read/347945/11624055

m integer.m

function x = integer(x) %INTEGER Constrains variables to be integer % % F = INTEGER(x) is used to posteriori constrain % variables to be integer, in contrast to INTVAR % that declares var
www.eeworm.com/read/347945/11625578

m binary.m

function x = binary(x) %BINARY Constrains variables to be binary (0/1) % % F = BINARY(x) is used to a posteriori constrain % variables to be binary, in contrast to BINVAR % that declares
www.eeworm.com/read/347945/11625649

m integer.m

function x = integer(x) %INTEGER Constrains variables to be integer % % F = INTEGER(x) is used to posteriori constrain % variables to be integer, in contrast to INTVAR % that declares var
www.eeworm.com/read/256102/12028255

cpp fig08_20.cpp

// Fig. 8.20: fig08_20.cpp // Using subscripting and pointer notations with arrays. #include using std::cout; using std::endl; int main() { int b[] = { 10, 20, 30, 40 }; // crea