代码搜索:notation
找到约 2,214 项符合「notation」的源代码
代码结果 2,214
www.eeworm.com/read/221024/14775948
html http:^^www.cs.wisc.edu^~cs354-2^cs354^homeworks^a1pgm.html
Date: Tue, 05 Nov 1996 20:51:53 GMT
Server: NCSA/1.5
Content-type: text/html
Last-modified: Sat, 07 Sep 1996 23:25:47 GMT
Content-length: 5417
www.eeworm.com/read/210671/15194007
cpp fig05_20.cpp
// Fig. 5.20: fig05_20.cpp
// Using subscripting and pointer notations with arrays
#include
using std::cout;
using std::endl;
int main()
{
int b[] = { 10, 20, 30, 40 }, i, o
www.eeworm.com/read/208576/15243856
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/207217/15279405
cpp ex7_04.cpp
// Exercise 7.4 Allocating arrays of arrays dynamically
// The tricky part is that you have to delete the arrays in reverse order,
// so the code (with a bit of manipulation for good measure) looks
www.eeworm.com/read/167133/5466873
java domdoctype.java
/*
* Copyright (C) 1999-2001 David Brownell
*
* This file is part of GNU JAXP, a library.
*
* GNU JAXP is free software; you can redistribute it and/or modify
* it under the terms of the GNU Ge
www.eeworm.com/read/167133/5469000
java dtdhandler.java
// SAX DTD handler.
// http://www.saxproject.org
// No warranty; no copyright -- use this as you will.
package org.xml.sax;
/**
* Receive notification of basic DTD-related events.
*
*
www.eeworm.com/read/162614/5531591
java dtdhandler.java
// SAX DTD handler.
// http://www.saxproject.org
// No warranty; no copyright -- use this as you will.
// $Id: DTDHandler.java,v 1.10 2004/12/11 15:41:09 dog Exp $
package org.xml.sax;
/**
* Receiv
www.eeworm.com/read/162519/5541123
java dtdhandler.java
// SAX DTD handler.
// http://www.saxproject.org
// No warranty; no copyright -- use this as you will.
// $Id: DTDHandler.java,v 1.10 2004/12/11 15:41:09 dog Exp $
package org.xml.sax;
/**
* Receiv
www.eeworm.com/read/473219/6849123
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/473219/6849141
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