代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/164718/10092097
cpp init.cpp
//////////////////////////////////////////////////////////////////////////////
// Copyright
www.eeworm.com/read/360340/10101915
h init.h
/*This is the file which initializes the population*/
void init(population *pop_ptr);
void init(population *pop_ptr)
{
int i,j,r;
float d;
pop_ptr->ind_ptr = &(pop_ptr->ind[0]);
/*Loop Ov
www.eeworm.com/read/360274/10105051
c init.c
/******************************************************************************
* ATMEL Microcontroller Software Support - ROUSSET -
****************************************************
www.eeworm.com/read/164463/10107484
h init.h
#ifndef _LINUX_INIT_H
#define _LINUX_INIT_H
#include
/* These macros are used to mark some functions or
* initialized data (doesn't apply to uninitialized data)
* as `initializat
www.eeworm.com/read/360097/10109592
c init.c
#include "reg58.h"
#include "intrins.h"
#include "init.h"
#include "timer.h"
#include "finger.h"
#include "rxd.h"
#include "lcd.h"
#include "sram.h"
#include "373.h"
#include "clock.h"
#incl
www.eeworm.com/read/360097/10109671
lst init.lst
C51 COMPILER V7.01 INIT 03/08/2007 12:09:34 PAGE 1
C51 COMPILER V7.01, COMPILATION OF MODULE INIT
OBJECT MODULE PLACED IN in
www.eeworm.com/read/360097/10109729
obj init.obj
www.eeworm.com/read/360097/10109758
h init.h
//extern void init_rxd();
//extern void init_sram();
//extern void init_lcd();
//extern void init_figure();
//extern void init_sys();
//extern void init_373();
#ifndef _INIT_H_
#define _INIT_H_
www.eeworm.com/read/164272/10120229
&&& da_init.&&&
%
% Initialisation of all variables
%
clear all
more off;
data_loaded=0;
df_name=0;
df_path=0;
df_len=0;
df_ent=0;
output_var=0;
pcs_calculated=0;
pc2d_plot=1;
pc3d_plot1=1;
pc3d_plot2
www.eeworm.com/read/164249/10121153
c init.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------