代码搜索:notation
找到约 2,214 项符合「notation」的源代码
代码结果 2,214
www.eeworm.com/read/101082/6242529
c rdchar.c
/* rdchar.c 4.1 83/03/09 */
/*
* rdchar: returns a readable representation of an ASCII char, using ^ notation.
*/
#include
char *rdchar(c)
char c;
{
static char ret[4];
register char *
www.eeworm.com/read/100409/6270172
java entityimpl.java
/**
* org/ozone-db/xml/dom/EntityImpl.java
*
* The contents of this file are subject to the OpenXML Public
* License Version 1.0; you may not use this file except in compliance
* with the License
www.eeworm.com/read/128030/14318684
cpp arrnote.cpp
// arrnote.cpp
// array accessed with array notation
#include
using namespace std;
int main()
{ //array
int intarray[5] = { 31, 54, 77, 5
www.eeworm.com/read/128030/14318688
cpp ptrnote.cpp
// ptrnote.cpp
// array accessed with pointer notation
#include
using namespace std;
int main()
{ //array
int intarray[5] = { 31, 54, 77,
www.eeworm.com/read/116388/14976226
cpp pr06005.cpp
////////////////////////////////////////
// File Name: pr06005.cpp
////////////////////////////////////////
#include
// A character array.
char msg[] = "Now is the time\n";
//////
www.eeworm.com/read/216898/14987029
cpp matmult.cpp
/*****************************************************************************
* matmult.cpp Blitz++ tensor notation example
*********************************************************************
www.eeworm.com/read/473001/6853691
cpp matmult.cpp
/*****************************************************************************
* matmult.cpp Blitz++ tensor notation example
*
* $Id: matmult.cpp,v 1.2 1997/07/16 19:38:23 tveldhui Exp $
*
www.eeworm.com/read/368366/9699835
c gflib.c
/*
ecc Version 1.2 by Paul Flaherty (paulf@stanford.edu)
Copyright (C) 1993 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it und
www.eeworm.com/read/147311/12569157
html getnote.html
Getting the Notations in a DOM Document
(Java Developers Almanac Example)