代码搜索:Initialize
找到约 10,000 项符合「Initialize」的源代码
代码结果 10,000
www.eeworm.com/read/197261/8008830
m arc4.m
%Initialize the secret key
MyKey(1)=164;
MyKey(2)=4;
MyKey(3)=24;
MyKey(4)=107;
MyKey(5)=251;
MyKey(6)=66;
MyKey(7)=186;
MyKey(8)=95;
%Initialize data
data=round(rand(1,300)*256);
%Creat a
www.eeworm.com/read/333108/12702451
c start12.c
/*****************************************************
start12.c - standard startup code
The startup code may be optimized to special user requests
---------------------------------------
www.eeworm.com/read/332833/12723909
c example_280xspi_ffdlb.c
// TI File $Revision: /main/3 $
// Checkin $Date: December 3, 2004 13:46:36 $
//###########################################################################
//
// FILE: Example_280xSpi_FFDLB.c
www.eeworm.com/read/330629/12878251
c start12.c
/*****************************************************
start12.c - standard startup code
The startup code may be optimized to special user requests
---------------------------------------
www.eeworm.com/read/244160/12880616
c start12.c
/*****************************************************
start12.c - standard startup code
The startup code may be optimized to special user requests
---------------------------------------
www.eeworm.com/read/244159/12880680
c start12.c
/*****************************************************
start12.c - standard startup code
The startup code may be optimized to special user requests
---------------------------------------
www.eeworm.com/read/244158/12880778
c start12.c
/*****************************************************
start12.c - standard startup code
The startup code may be optimized to special user requests
---------------------------------------
www.eeworm.com/read/244156/12880865
c start12.c
/*****************************************************
start12.c - standard startup code
The startup code may be optimized to special user requests
---------------------------------------
www.eeworm.com/read/244076/12891119
c init.c
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: init.c
www.eeworm.com/read/143089/12899620
cpp clibtest.cpp
//: C04:CLibTest.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
//{L} CLib
// Test the C-like lib