代码搜索:Getting
找到约 2,749 项符合「Getting」的源代码
代码结果 2,749
www.eeworm.com/read/390106/8485893
htm getkeypairbytes.htm
Getting the Bytes of a Generated Key Pair (Java Developers Almanac Example)
www.eeworm.com/read/181792/9236865
c broadcastget.c
/* broadcastGet.c - demo for getting a broadcast message */
/* Copyright 1984-1997 Wind River Systems, Inc. */
/*
modification history
--------------------
01d,15Sep97,mm cast arg 2 of bin
www.eeworm.com/read/373153/9471515
java jdbctablemodel.java
import javax.swing.*;
import javax.swing.table.*;
import java.sql.*;
import java.util.*;
/** an immutable table model built from getting
metadata about a table in a jdbc database
*/
public class
www.eeworm.com/read/363449/9950736
cpp string.cpp
// Borland C++ - (C) Copyright 1991 by Borland International
//STRING.CPP--Example from Getting Started */
#include
#include
class String {
char *char_ptr; // p
www.eeworm.com/read/363449/9950749
h stack2.h
// Borland C++ - (C) Copyright 1991 by Borland International
// stack2.h: A Stack class derived from the List class
// from Getting Started
#include "list2.h"
class Stack : public List
www.eeworm.com/read/363449/9950807
cpp dynpoint.cpp
// Borland C++ - (C) Copyright 1991 by Borland International
// DPOINT.CPP -- exercise in Getting Started
#include
#include
#include
#include "figures.h"
www.eeworm.com/read/363449/9950915
c salestag.c
// Borland C++ - (C) Copyright 1991 by Borland International
/* SALESTAG.C--Example from Getting Started.
SALESTAG.C calculates a sales slip. */
#include
#define RATE 0.065
www.eeworm.com/read/279052/10474418
s syscalltest2.s
# syscalltest2.s - An example of getting a return value from a system call
.section .bss
.lcomm pid, 4
.lcomm uid, 4
.lcomm gid, 4
.section .text
.globl _start
_start:
movl $20, %eax
in
www.eeworm.com/read/279046/10475308
s syscalltest2.s
# syscalltest2.s - An example of getting a return value from a system call
.section .bss
.lcomm pid, 4
.lcomm uid, 4
.lcomm gid, 4
.section .text
.globl _start
_start:
movl $20, %eax
in