代码搜索:notation
找到约 2,214 项符合「notation」的源代码
代码结果 2,214
www.eeworm.com/read/346994/11706420
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/231050/14258947
htm chapbfs.htm
Guide to Notation
if(navigator.appName == "Netscape") {
self.name = "_mainDisplayFrame";
self._mainDisplayFrame = self;
}
www.eeworm.com/read/231050/14259854
htm chapbfs.htm
Guide to Notation
if(navigator.appName == "Netscape") {
self.name = "_mainDisplayFrame";
self._mainDisplayFrame = self;
}
www.eeworm.com/read/122894/14659387
htm chapbfs.htm
Guide to Notation
if(navigator.appName == "Netscape") {
self.name = "_mainDisplayFrame";
self._mainDisplayFrame = self;
}
www.eeworm.com/read/122894/14660302
htm chapbfs.htm
Guide to Notation
if(navigator.appName == "Netscape") {
self.name = "_mainDisplayFrame";
self._mainDisplayFrame = self;
}
www.eeworm.com/read/472916/1402775
mkfontdir-qws
#!/usr/bin/perl
# Need to change fontmanager so that fontfactories decide what to do
# with the filename, then the "|" notation below can work.
%weight = (
"black" => 87,
"bold" => 75,
"
www.eeworm.com/read/456710/1603695
java imetadataexporter.java
package com.esri.solutions.jitk.common.metadata;
/**
* Defines an object that is capable of exporting metadata to a useful format or notation.
*
* Objects implementing this interface must
www.eeworm.com/read/414613/2143136
mkfontdir-qws
#!/usr/bin/perl
# Need to change fontmanager so that fontfactories decide what to do
# with the filename, then the "|" notation below can work.
%weight = (
"black" => 87,
"bold" => 75,
"
www.eeworm.com/read/414605/2143447
mkfontdir-qws
#!/usr/bin/perl
# Need to change fontmanager so that fontfactories decide what to do
# with the filename, then the "|" notation below can work.
%weight = (
"black" => 87,
"bold" => 75,
"
www.eeworm.com/read/361884/2942718
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.