代码搜索:notation
找到约 2,214 项符合「notation」的源代码
代码结果 2,214
www.eeworm.com/read/193628/8210850
h keyboard.h
#ifndef __KEYBOARD
#define __KEYBOARD 1
#if HIWARE
#ifdef __cplusplus
extern "C" {
#endif
#endif
#include "Notation.h"
#if HIWARE
#include
#endif
#if !HIWARE
exter
www.eeworm.com/read/415219/11080189
m gmmvbemdemo.m
% This file illustrates the usage of the function 'gmmVBEM.m'
% Refer to Bishop's book for notation and details
% @book{bishop2006pra,
% title={{Pattern recognition and machine learning}},
% auth
www.eeworm.com/read/248677/12547668
h usb.h
typedef struct { /* 16 bit value in little endian notation */
unsigned char lo;
unsigned char hi;
} lendian_word;
/* device descriptor */
typedef struct {
unsigned char bLength; /
www.eeworm.com/read/237003/13982851
cpp stencil.cpp
#include
BZ_USING_NAMESPACE(blitz)
/*
* This example program illustrates the "stencil objects", which provide
* a cleaner notation for finite differencing. The example is solving
www.eeworm.com/read/281401/9157450
s deskcalc.s
! EIGHT BYTE INTEGER POCKET CALCULATOR IN REVERSE POLISH
! This program emulates a stack oriented integer machine in polish notation.
! The central data structure consists of eight byte signed long i
www.eeworm.com/read/281401/9157872
s deskcalc.s
! EIGHT BYTE INTEGER POCKET CALCULATOR IN REVERSE POLISH
! This program emulates a stack oriented integer machine in polish notation.
! The central data structure consists of eight byte signed long i
www.eeworm.com/read/281401/9158200
s deskcalc.s
! EIGHT BYTE INTEGER POCKET CALCULATOR IN REVERSE POLISH
! This program emulates a stack oriented integer machine in polish notation.
! The central data structure consists of eight byte signed long i
www.eeworm.com/read/435150/7796253
cpp ex7_01.cpp
// Exercise 7.1 Using pointer notation to access the elements of an array.
#include
#include
using std::cout;
using std::endl;
int main()
{
const int elements = 50;
www.eeworm.com/read/140466/13079118
readme
EXAMPLE 2: SUBTYPES
This example program shows how values of domain types
may be used like objects.
The "->" notation can be used to access and update their fields.
Subtypes allow to manipulate the
www.eeworm.com/read/108668/6181479
java significantfigures.java
/*
* Routines for working with numbers in scientific notation.
* Copyright (C) 2002 Stephen Ostermiller
* http://ostermiller.org/contact.pl?regarding=Java+Utilities
*
* This program is free softw