代码搜索:notation
找到约 2,214 项符合「notation」的源代码
代码结果 2,214
www.eeworm.com/read/265946/4279486
readme
feta.xml contains descriptions for the TrueType conversion of the
METAFONT outline font supplied with the GNU Lilypond musical notation
typesetting system; the font may be found in gui/fonts/feta.ttf
www.eeworm.com/read/265946/4280157
cpp colour.cpp
// -*- c-basic-offset: 4 -*-
/*
Rosegarden-4
A sequencer and musical notation editor.
This program is Copyright 2000-2003
Guillaume Laurent ,
www.eeworm.com/read/168796/9897703
c test.c
#include "notation.h"
typedef struct {
BYTE SourceIP [4];
BYTE DestinationIP [4];
WORD SourcePort;
WORD DestPort;
BYTE LengthUpper;
BYTE Length;
WORD Checksum;
BYTE Payload[54];
} UDPDatagra
www.eeworm.com/read/161772/10376511
c ptr_math.c
/* Demonstrates using pointer arithmetic to access */
/* array elements with pointer notation. */
#include
#define MAX 10
/* Declare and initialize an integer array. */
int i_arra
www.eeworm.com/read/419052/10888667
h cidr.h
/*
* cidr.h - prototypes for cidr.c
*
* Copyright (c) Gerard Paul Java 2003
*
* This module contains functions that deal with CIDR address/mask notation.
*
* This module may be freely used for
www.eeworm.com/read/407834/6919798
c asn1_dec.c
/**
* @file
* Abstract Syntax Notation One (ISO 8824, 8825) decoding
*
* @todo not optimised (yet), favor correctness over speed, favor speed over size
*/
/*
* Copyright (c) 2006 Axon Digital D
www.eeworm.com/read/407834/6919805
c asn1_enc.c
/**
* @file
* Abstract Syntax Notation One (ISO 8824, 8825) encoding
*
* @todo not optimised (yet), favor correctness over speed, favor speed over size
*/
/*
* Copyright (c) 2006 Axon Digital D
www.eeworm.com/read/458682/7291353
sh array-strops.sh
#!/bin/bash
# array-strops.sh: String operations on arrays.
# Script by Michael Zick.
# Used with permission.
# In general, any string operation in the ${name ... } notation
#+ can be applied to all
www.eeworm.com/read/435150/7796625
cpp prog5_05.cpp
// Program 5.5 Displaying numbers in scientific notation
#include
#include
#include
using std::cout;
using std::endl;
using std::setprecision;
using std::numeric_l