代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/233235/14162652
txt readme.txt
Hi ALL !
This is instruction for making national language support for yampp-7 player
with Color LCD.
Yampp support maximum of 20 national characters definition. Any of it must
have ascii code a
www.eeworm.com/read/130294/14198572
java person.java
// Person.java - Chapter 16 version.
// Copyright 2000 by Jacquie Barker - all rights reserved.
// A MODEL class.
// We are making this class abstract because we do not wish for it
// to b
www.eeworm.com/read/127981/14322915
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/125782/14463810
cc cursesw.cc
// * this is for making emacs happy: -*-Mode: C++;-*-
/*
Copyright (C) 1989 Free Software Foundation
written by Eric Newton (newton@rocky.oswego.edu)
This file is part of the GNU C++ Library.
www.eeworm.com/read/121334/14759598
htm sh.htm
Making
Multiple Instances of an Application run in the Same Process
Space
This
www.eeworm.com/read/11175/207422
c private.c
/*
CW : Character Windows
private.c : Includes headers for making .inc files
NOTE: does not include all headers, just those needed for assembler
*/
#define COW
#include /* NOTE:
www.eeworm.com/read/11175/207984
inc edityp.inc
; /* SCCSWHAT( "%W% %E% %U% %Q%" ) */
;File: edityp.inc - Defines which apply to TextWin's edit manager
;NOTE: When making changes to this file, be sure to make equivalent
; changes to file ed
www.eeworm.com/read/11175/208072
h txtmgr.h
/* File: txtmgr.h - Defines which apply to the QBI Text Manager */
/* NOTE: When making changes to this file, be sure to make equivalent */
/* changes to file TXTMGR.INC */
#undef TXTMGR_H
www.eeworm.com/read/12870/251355
bat regservers.bat
@echo off
REM
REM To unregister these dll's change the "/c" option in the command
REM "MWRegSvr /c" to a "/u" making it "MWRegSvr /u" and to unregister
REM the IDE.exe itself you will need to over
www.eeworm.com/read/14735/404381
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_INIT(README)
dnl Set various version strings - taken gratefully from the GTk sources
#
# Making releases:
# Edit include/SD