代码搜索:initializes

找到约 4,453 项符合「initializes」的源代码

代码结果 4,453
www.eeworm.com/read/143733/12847998

m approx.m

function approx(NHIDDENS) % approx.m % Using backprop to approximate a continuous function. % Set the variable NHIDDENS to the desired number of hidden units. % % This script initializes all the varia
www.eeworm.com/read/143592/12858737

cpp prg10_4.cpp

// File: prg10_4.cpp // the program initializes the vector, v, with values from the // integer array, arr, that contains duplicates. a call to // removeDuplicates() with argument v removes the dupl
www.eeworm.com/read/243661/12928799

c initial.c

/* This routine initializes all the routine's arrays for all the routines so that the "first" variable won't have to be checked every time the routine is entered */ #include "lpcdefs.h" #inclu
www.eeworm.com/read/239611/13267126

s init.s

;;; Copyright ARM Ltd 2001. All rights reserved. ; ; This module performs ROM/RAM remapping (if required), initializes stack ; pointers and interrupts for each mode, and finally branches to __main
www.eeworm.com/read/136879/13355984

cpp circle.cpp

// Fig. 9.4: circle.cpp // Member function definitions for class Circle #include "circle.h" // Constructor for Circle calls constructor for Point // with a member initializer then initializes ra
www.eeworm.com/read/151092/5686351

java writeoperation.java

// WriteOperation.java // This application initializes an new Entry object, // and deposits this Entry to the JavaSpace. package com.deitel.advjhtp1.javaspace.write; // Jini core packages impo
www.eeworm.com/read/145188/5747137

cpp helloclient.cpp

// Hello.cpp // // This CORBA client initializes an ORB, obtains a reference to the // HelloServer, and calls HelloServer methods. // // Copyright (c) 2000 by BEA Systems, Inc. All Rights Reserv
www.eeworm.com/read/124804/6040073

cpp circle.cpp

// Fig. 19.4: circle.cpp // Member function definitions for class Circle #include "circle.h" // Constructor for Circle calls constructor for Point // with a member initializer then initializes r
www.eeworm.com/read/109663/6172972

c irq.c

/* * Initializes the stripe interrupt controller for 6 individual interrupt mode. * Also handles IRQ and FIQ interrupts. * * Author: ORC * * Copyright (c) Altera Corporation 2000-2001. *
www.eeworm.com/read/407557/11415976

java resume.java

/** * Resume.java */ package sample; import java.awt.*; import java.awt.event.*; public class Resume extends Frame implements ItemListener { /** Initializes the applet Resume */