代码搜索:initialise

找到约 1,377 项符合「initialise」的源代码

代码结果 1,377
www.eeworm.com/read/134909/5891442

c txtest.c

#include void putch(unsigned char); void putch(unsigned char c) { while(!TRMT) // TRMT1 is set when TSR is empty continue; TXREG = c; // load the register } void
www.eeworm.com/read/127705/6001836

c init_main.c

/* $Id: init_main.c,v 1.2 1996/01/16 14:21:18 chris Exp $ */ #include "param.h" #include "kernel.h" #include "map.h" #include "proc.h" #include "systm.h" #include "callout.h" #include "malloc.h" #incl
www.eeworm.com/read/404728/11479619

java input.java

/** * Write a description of class 比较 here. * * @author (your name) * @version (a version number or a date) */ public class input { public int total1=0,total2=0; public input
www.eeworm.com/read/339324/12242931

cpp ftlibrary.cpp

#include "FTLibrary.h" const FTLibrary& FTLibrary::Instance() { static FTLibrary ftlib; return ftlib; } FTLibrary::~FTLibrary() { if( library != 0) { FT_Done_FreeType(
www.eeworm.com/read/122787/14668504

c edma.c

/* * Copyright 2001 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are *
www.eeworm.com/read/202121/15390453

java permutation.java

package crypt; public class Permutation { int[] shuffled; // shuffled sequence // The constructor of class Permutation creates a shuffled // sequence of the integers 0 ... (size-1).
www.eeworm.com/read/427960/8909043

c fact.c

/* * Program to calculate factorials. * * Copyright (c) 1988-1997 Shamus Software Ltd. */ #include #include "miracl.h" /* include MIRACL system */ int main() { /* calcu
www.eeworm.com/read/282578/9081870

java curseur.java

package Moteur; /** * @author emiliendreyfus@msn.com * */ public class Curseur { int position; private StringBuffer bande=new StringBuffer(); public Curseur(){ initialise();
www.eeworm.com/read/378680/9219102

idl addin.idl

// AddIn.idl : IDL source for AddIn // // This file will be processed by the MIDL tool to // produce the type library (AddIn.tlb) and marshalling code. #include "olectl.h" import "oaidl.idl";
www.eeworm.com/read/165024/10078604

java zipcodeserver.java

public interface ZipCodeServer extends MyRemote { public void initialise(ZipCodeList newlist); public String find(String city); public ZipCodeList findAll(); public void printAl