代码搜索:initializes
找到约 4,453 项符合「initializes」的源代码
代码结果 4,453
www.eeworm.com/read/223481/14639312
c initializedvbs2.c
/* File: InitializeDVBS2.c
Description: Initializes the DVB-S2 LDPC encoder/decoder
The calling syntax is:
[H_rows, H_cols] = InitializeDVBS2( rate, size )
Where:
H_row
www.eeworm.com/read/12865/249934
s cmclocks.s
;; Copyright ARM Ltd 2001. All rights reserved.
;;
;; This code initializes the Integrator Core Module Core Clock and Bus Clock
;; for the following cores:
;; ARM740T
;; ARM720T
;; ARM920
www.eeworm.com/read/491360/1191699
m saloha.m
% Program 6-7
% saloha.m
%
% Slotted ALOHA System
%
% Input argument
% now_time : now time but, now_time
www.eeworm.com/read/470713/1453121
java pr3731.java
// Check whether "instanceof" initializes its class argument.
public class PR3731 {
static B b;
public static void main(String[] args) {
System.out.println(b instanceof B);
}
}
class B {
www.eeworm.com/read/470693/1465011
java pr3731.java
// Check whether "instanceof" initializes its class argument.
public class PR3731 {
static B b;
public static void main(String[] args) {
System.out.println(b instanceof B);
}
}
class B {
www.eeworm.com/read/233448/4687419
java pr3731.java
// Check whether "instanceof" initializes its class argument.
public class PR3731 {
static B b;
public static void main(String[] args) {
System.out.println(b instanceof B);
}
}
class B {
www.eeworm.com/read/190666/5180406
java pr3731.java
// Check whether "instanceof" initializes its class argument.
public class PR3731 {
static B b;
public static void main(String[] args) {
System.out.println(b instanceof B);
}
}
class B {
www.eeworm.com/read/182103/5269546
s timerisr.s
/* timer_isr()
*
* This routine initializes the Z8536 timer on the SQSIO4 SQUALL
* board for the CVME961 board. The timer is setup to provide a
* tick every 0x10000 / 2 milliseconds. This is
www.eeworm.com/read/182103/5269596
s timerisr.s
/* timer_isr()
*
* This routine initializes the Z8536 timer on the SQSIO4 SQUALL
* board for the CVME961 board. The timer is setup to provide a
* tick every 0x10000 / 2 milliseconds. This is
www.eeworm.com/read/182103/5270805
c timer.c
/*
* Timer Init
*
* This module initializes TIMER 2 for on the MCF5206E for benchmarks.
*
* Copyright (C) 2000 OKTET Ltd., St.-Petersburg, Russia
* Author: Victor V. Vengerov