代码搜索:Initialize
找到约 10,000 项符合「Initialize」的源代码
代码结果 10,000
www.eeworm.com/read/316535/13521499
c can1initialize.c
#include
#include
#if defined(__dsPIC30F4013__) || defined(__dsPIC30F5011__) || defined(__dsPIC30F6011__) || defined(__dsPIC30F6012__) \
|| defined(__dsPIC30F5013__) || de
www.eeworm.com/read/143603/5756416
dox ht0-initialize.dox
/**
* @ingroup libosip2 The GNU oSIP stack
* @defgroup howto0_initialize How-To initialize libosip2.
When using osip, your first task is to initialize
the parser and the state machine. This must be
www.eeworm.com/read/489562/6465823
m initialize_arithmetic_decoder.m
function [input_bits] = initialize_arithmetic_decoder
global Code Low High
global K
K = 16;
Low = 0;
High = 2^K-1;
Code = 0;
input_bits=0;
for (i=1:K)
Code = Code*2;
Code = Code
www.eeworm.com/read/489562/6465826
m initialize_arithmetic_encoder.m
function initialize_arithmetic_encoder
global Low High UnderFlow_Bits
global K
K = 16;
Low = 0;
High = 2^K-1;
UnderFlow_Bits = 0;
www.eeworm.com/read/487009/6522206
asm initialize_f690.asm
;----------------------------------------------------------------------
;
; Copyright 2005 Microchip Technology Inc.
;
; Microchip Technology Inc. ("Microchip") licenses this software to
; you
www.eeworm.com/read/250225/12423306
m initialize_mobile_station.m
function [st_initConfig,st_mobileStations] = initialize_mobile_station(st_initConfig)
%__________________________________________________________________________
% Type: : File Hea
www.eeworm.com/read/250225/12423308
m initialize_base_station.m
function [st_initConfig] = initialize_base_station(st_initConfig)
%__________________________________________________________________________
% Type: : File Header
% File name
www.eeworm.com/read/233704/14142844
bak register_initialize.v.bak
module register_initialize;
parameter size=1024,bytesize=8;
reg[bytesize-1:0] memory[size-1:0];
initial
begin:jjkk
integer index;
for(index=0;index
www.eeworm.com/read/221800/14720759
c ospf_entry_initialize.c
/* ospf_entry_initialize.c - Entry point for OSPF */
/* Copyright 2001-2003 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
02d,29may03,agi change
www.eeworm.com/read/213641/15128465
js mt_dropdown_initialize.js
var preloaded = [];
// here is a lame preloading script i am putting in just for demonstration
for (var i = 1; i