代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/309173/13680260
java tutorial01.java
## An ffmpeg and SDL Tutorial
Page 1 2 3 4 5 6 7 8 End Prev Home Next
Printable version Text version
## Tutorial 01: Making Screencaps
Code: tutorial01.c
### Overview
Movie files have a few ba
www.eeworm.com/read/126765/6012930
unix rules.library.unix
# rules.library - vxdcom rules for making T3 libraries
#
# modification history
# --------------------
# 01b,19oct01,dbs improve build rules to allow for veloce hacks
# 01a,13jul01,dbs written
#
EX
www.eeworm.com/read/121089/6070089
inc msdos.inc
;msdos.inc - MSDOS 2.x and 3.x low level macros and definitions.
;
; This is the simplest type of macro for making MSDOS 2.x/3.x calls.
; It does no error checking or status returns.
;
; The "f
www.eeworm.com/read/114399/6124103
java client1.java
import java.net.*;
import java.io.*;
public class Client1 extends Thread {
int threadNumber;
Socket socket1;
public Client1(int i, Socket s) {
System.out.println(" Making thread="
www.eeworm.com/read/101066/6257211
unix rules.library.unix
# rules.library - vxdcom rules for making T3 libraries
#
# modification history
# --------------------
# 01b,19oct01,dbs improve build rules to allow for veloce hacks
# 01a,13jul01,dbs written
#
EX
www.eeworm.com/read/100389/6270484
java secretkey.java
// $Id: SecretKey.java,v 1.3 1999/07/12 20:32:37 edwin Exp $
//
// $Log: SecretKey.java,v $
// Revision 1.3 1999/07/12 20:32:37 edwin
// making cryptFast public instead of protected
// renaming java
www.eeworm.com/read/100285/6272034
sql opr_sanity.sql
--
-- Sanity checks for common errors in making operator/procedure system tables:
-- pg_operator, pg_proc, pg_aggregate, pg_am, pg_amop, pg_amproc, pg_opclass.
--
-- None of the SELECTs here should ev
www.eeworm.com/read/477671/6730797
cpp ring.cpp
//: C07:Ring.cpp
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc.
// Available at www.BruceEckel.com.
// Making a "ring" data structure f
www.eeworm.com/read/477391/6734032
bas modapi.bas
Attribute VB_Name = "modAPI"
Option Explicit
'Const's & functions for making the form transparent
Private Const LWA_COLORKEY = &H1
Private Const LWA_ALPHA = &H2
Private Const GWL_EXSTYLE = (-20
www.eeworm.com/read/405333/11465198
cpp ring.cpp
//: C07:Ring.cpp
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2003 MindView, Inc.
// Available at www.BruceEckel.com.
// Making a "ring" data structure f