代码搜索:notation
找到约 2,214 项符合「notation」的源代码
代码结果 2,214
www.eeworm.com/read/474814/1388925
test extfileselectionbox.test
# This file is a Tcl script to test out [incr Widgets] Extfileselectionbox
# class. It is organized in the standard fashion for Tcl tests with the
# following notation for test case labels:
#
# 1
www.eeworm.com/read/323581/3513700
test fileselectiondialog.test
# This file is a Tcl script to test out [incr Widgets] Fileselectiondialog
# class. It is organized in the standard fashion for Tcl tests with the
# following notation for test case labels:
#
# 1
www.eeworm.com/read/323581/3513733
test extfileselectionbox.test
# This file is a Tcl script to test out [incr Widgets] Extfileselectionbox
# class. It is organized in the standard fashion for Tcl tests with the
# following notation for test case labels:
#
# 1
www.eeworm.com/read/290325/8489880
style
Random thoughts on coding style/conventions:
* Hungarian Notation is a crime against programity and I will not
mention it again.
* Scope (not type) prefixes are a different animal, and may be OK.
www.eeworm.com/read/187548/8625947
cpp asn1.cpp
/*
* Abstract Syntax Notation One, ASN.1
* As defined in ISO/IS 8824 and ISO/IS 8825
* This implements a subset of the above International Standards that
* is sufficient to implement SNMP.
*
* E
www.eeworm.com/read/183805/9137713
l lexpgn.l
%{
/* lexpgn by David A. Wheeler (http://www.dwheeler.com).
This code processes files formatted using PGN, as defined in
"Standard Portable Game Notation Specification and Implementation
www.eeworm.com/read/161772/10376177
c access.c
/* Demonstrates stepping through an array of structures */
/* using pointer notation. */
#include
#define MAX 4
/* Define a structure, then declare and initialize */
/* an array o
www.eeworm.com/read/139501/13153310
js asciimathml.js
/*
ASCIIMathML.js
==============
This file contains JavaScript functions to convert ASCII math notation
to Presentation MathML. The conversion is done while the XHTML page
loads, and should work with
www.eeworm.com/read/101082/6243025
1a l3.1a
#print
The notation ">" can be used by most programs to capture
output on a file. For example,
cat henry >james
makes a copy of "henry" in the file "james"; in fact this is
essentially identica
www.eeworm.com/read/100043/6275764
c asn1.c
/*
* Abstract Syntax Notation One, ASN.1
* As defined in ISO/IS 8824 and ISO/IS 8825
* This implements a subset of the above International Standards that
* is sufficient to implement SNMP.
*
* E