代码搜索:initializes
找到约 4,453 项符合「initializes」的源代码
代码结果 4,453
www.eeworm.com/read/162614/5521160
c arm15.c
// { dg-do run }
// GROUPS passed ARM-compliance
// arm file
// From: Johan Bengtsson
// Date: Thu, 21 Oct 93 16:10:25 +0100
// Subject: gcc 2.4.5 initializes base classes in
www.eeworm.com/read/340896/3263585
java~ calculators.java~
/*
* 计算器.java
*
* Created on 2004年10月1日, 下午2:14
*/
/**
*
* @author litertiger
*/
public class 计算器 extends javax.swing.JApplet {
/** Initializes the applet 计算器 */
public void init
www.eeworm.com/read/340665/3275157
c arm15.c
// GROUPS passed ARM-compliance
// arm file
// From: Johan Bengtsson
// Date: Thu, 21 Oct 93 16:10:25 +0100
// Subject: gcc 2.4.5 initializes base classes in mem-initializer o
www.eeworm.com/read/440906/1776789
c arm15.c
// GROUPS passed ARM-compliance
// arm file
// From: Johan Bengtsson
// Date: Thu, 21 Oct 93 16:10:25 +0100
// Subject: gcc 2.4.5 initializes base classes in mem-initializer o
www.eeworm.com/read/366702/2870763
c arm15.c
// { dg-do run }
// GROUPS passed ARM-compliance
// arm file
// From: Johan Bengtsson
// Date: Thu, 21 Oct 93 16:10:25 +0100
// Subject: gcc 2.4.5 initializes base classes in
www.eeworm.com/read/153670/5645541
c mac_low.c
#include "mac_low.h"
void mac_low_init(void)
{
Uint8 x;
Uint16 addr;
BD_TYPE *bdptr;
//Initializes the MAC module
//Setup the mode register for Full duplex (bit 10);
EM
www.eeworm.com/read/204980/15330600
h realinit.h
/*This is the file which initializes the population*/
void realinit(population *pop_ptr);
void realinit(population *pop_ptr)
{
int i,j,r,d2;
float d,d1;
for (i = 0 ; i < popsize ; i++)
{
www.eeworm.com/read/427902/8913848
asm sendbytetoserialport.asm
; THIS PROGRAM INITIALIZES THE PORT COM1 TO
; 8-BIT DATA, NO PARITY, AND 1-BIT STOP.
; IT THEN SENDS A BYTE (0f0H) TO THE TX LINE OF THE PORT COM1
; AND WAITS FOR ANY KEY PRESS TO EXIT THE PROGRAM
www.eeworm.com/read/185363/9041894
m initialize_variables.m
function f = initialize_variables(N, M, V, min_range, max_range)
%% function f = initialize_variables(N, M, V, min_tange, max_range)
% This function initializes the chromosomes. Each chromosome h
www.eeworm.com/read/377308/9281292
h realinit.h
/*This is the file which initializes the population*/
void realinit(population *pop_ptr);
void realinit(population *pop_ptr)
{
int i,j,r,d2;
float d,d1;
for (i = 0 ; i < popsize ; i++)
{
f