代码搜索:init

找到约 10,000 项符合「init」的源代码

代码结果 10,000
www.eeworm.com/read/366065/9834392

test init.test

# Functionality covered: this file contains a collection of tests for the # auto loading and namespaces. # # Sourcing this file into Tcl runs the tests and generates output for # errors. No output mea
www.eeworm.com/read/366065/9834948

3 init.3

'\" '\" Copyright (c) 1998-2000 by Scriptics Corporation. '\" All rights reserved. '\" '\" RCS: @(#) $Id: Init.3,v 1.1 2000/04/28 00:47:48 ericm Exp $ '\" .so man.macros .TH Tcl_Init 3 8.0 Tcl "Tcl
www.eeworm.com/read/366065/9835341

tcl init.tcl

www.eeworm.com/read/365844/9844804

m init.m

function c = init(chr) % INIT - Initiates a chromosome or a vector of chromosomes i.e a population. % The function returns an initiated chromosome(s), i.e. every design % variable has been given a
www.eeworm.com/read/365844/9844862

m init.m

function g = init(gn) % INIT - initiates the gene the function initiates a design % variable, i.e. it assigns a random binary string to the DNA and % converts its value to decimal form. if isa(gn,
www.eeworm.com/read/169721/9845019

c init.c

# include void main() { /* 有尺寸 */ /* 一维整形数组初始化 */ int array1[10] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; /* 一维字符型数组初始化 */ char array2[13] = "How are you!"; /* 方式一 */ char arr
www.eeworm.com/read/365798/9846136

c init.c

#include "ocilib.h" int main() { if (!OCI_Initialize(NULL, NULL, OCI_ENV_DEFAULT)) return EXIT_FAILURE; /* ... application code here ... */ OCI_Cleanup(); ret
www.eeworm.com/read/365776/9848741

c init.c

//*---------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*-------------------------------------------------
www.eeworm.com/read/169581/9849811

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/169581/9849821

o init.o