代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/434450/7865878
awk array.awk
# demonstrate set operations on an array
$1 == "IN" { if ($2 in a) print $2, a[$2]; else print $2, "is not in a"; next}
$1 == "DEL" { delete a[$2]; next }
$0 == "ALL" { for (i in a) printf("a[%s]
www.eeworm.com/read/198388/7937138
cpp rowcursor.cpp
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your m
www.eeworm.com/read/298720/7943090
cpp rowcursor.cpp
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your m
www.eeworm.com/read/197407/7998279
cpp tstack.cpp
#include
#include
#include "nstack.h"
void main(void)
{
long counter;
float seconds;
clock_t start, finish;
Stack S(10);
int x;
start = clock( ); counter = 0;
wh
www.eeworm.com/read/197138/8027012
cpp rowcursor.cpp
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your m
www.eeworm.com/read/333170/12699986
txt readme.txt
A program to use 80386 protected mode to capture real-mode I/O operations in real-time. Can be used to debug, analyze and disassemble PC ISA, VESA and PCI cards and their software.
Modified from IO
www.eeworm.com/read/145639/12711201
txt readme.txt
TSplitter is a class that supports operations for manipulating
(move and resizing) controls contained in a form and splitters.
Splitters can be moved (thereby resizing the controls) by mouse input
www.eeworm.com/read/145379/12730566
htm pat5j.htm
Template Method
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focus();
www.eeworm.com/read/145379/12730899
htm pat5j-1.htm
Template Method
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focus();