代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/421857/10691851
txt index.txt
[Index to the Anarchist Cookbook IV, ver. 4.14]
COOKBOOK.IV: Intro by Exodus
001: Counterfeiting Money
002: Credit Card Fraud
003: Making Plastic Explosives from Bleach
004: Pickin
www.eeworm.com/read/276828/10706147
inc import32.inc
; Macroinstructions for making import section
macro library [name,string]
{ forward
local _label
if defined name#.redundant
if ~ name#.redundant
dd RVA name#.lookup,0,0,R
www.eeworm.com/read/418731/10934365
txt index.txt
[Index to the Anarchist Cookbook IV, ver. 4.14]
COOKBOOK.IV: Intro by Exodus
001: Counterfeiting Money
002: Credit Card Fraud
003: Making Plastic Explosives from Bleach
004: Pickin
www.eeworm.com/read/332978/7141890
java jurassic.java
//: reusing/Jurassic.java
// Making an entire class final.
class SmallBrain {}
final class Dinosaur {
int i = 7;
int j = 1;
SmallBrain x = new SmallBrain();
void f() {}
}
//! cl
www.eeworm.com/read/460891/7238559
cs person.cs
// Person.cs - Chapter 14 version.
// Copyright 2004 by Jacquie Barker and Grant Palmer - all rights reserved.
// A MODEL class.
using System;
// We are making this class abstract because
www.eeworm.com/read/460891/7238579
cs person.cs
// Person.cs - Chapter 15 version.
// Copyright 2004 by Jacquie Barker and Grant Palmer - all rights reserved.
// A MODEL class.
using System;
// We are making this class abstract because
www.eeworm.com/read/460891/7238620
cs person.cs
// Person.cs - Chapter 15 version.
// Copyright 2004 by Jacquie Barker and Grant Palmer - all rights reserved.
// A MODEL class.
using System;
// We are making this class abstract because
www.eeworm.com/read/455968/7360543
txt @psc_readme_1107_7.txt
Title: Using sounds in Delphi Applications
Description: This code is designed to show people how to use a media in thier application. It's very usefull for things like game making.
This file came fr
www.eeworm.com/read/140878/13054740
java thread2.java
public class Thread2 implements Runnable {
int threadNumber;
public Thread2(int i) {
System.out.println(" Making thread=" + i);
threadNumber=i;
}
public void run() {
www.eeworm.com/read/325023/13231214
java jurassic.java
//: reusing/Jurassic.java
// Making an entire class final.
class SmallBrain {}
final class Dinosaur {
int i = 7;
int j = 1;
SmallBrain x = new SmallBrain();
void f() {}
}
//! cl