代码搜索:Initialize
找到约 10,000 项符合「Initialize」的源代码
代码结果 10,000
www.eeworm.com/read/435280/7794535
c start12.c
/*****************************************************
start12.c - standard startup code
The startup code may be optimized to special user requests
---------------------------------------
www.eeworm.com/read/435150/7796254
cpp ex7_04.cpp
// Exercise 7.4 Allocating arrays of arrays dynamically
// The tricky part is that you have to delete the arrays in reverse order,
// so the code (with a bit of manipulation for good measure) looks
www.eeworm.com/read/299741/7835897
c example_28xsci_ffdlb.c
//
// TMDX ALPHA RELEASE
// Intended for product evaluation purposes
//
//###########################################################################
//
// FILE: Example_28xSci_FFDLB.c
www.eeworm.com/read/399769/7838267
c start12.c
/*****************************************************
start12.c - standard startup code
The startup code may be optimized to special user requests
---------------------------------------
www.eeworm.com/read/387872/7849939
c count_dl.c
// Copyright (C) 2002-2003 Intel Corporation, All Rights Reserved.
// Permission is hereby granted to merge this program code with
// other program material to create a derivative work. This
www.eeworm.com/read/399161/7885229
c hello2.c
/* hello2.c
* purpose show how to use curses functions with a loop
* outline initialize, draw stuff, wrap up
*/
#include
#include
main()
{
int i;
initscr(); /* turn o
www.eeworm.com/read/198641/7918240
c start12.c
/*****************************************************
start12.c - standard startup code
The startup code may be optimized to special user requests
---------------------------------------
www.eeworm.com/read/198641/7918609
c start12.c
/*****************************************************
start12.c - standard startup code
The startup code may be optimized to special user requests
---------------------------------------
www.eeworm.com/read/298649/7946899
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/197649/7983059
m curvature.m
function h=ddk(x);
% The function DDK calculates the curvature of data.
%
% Calling sequence-
% h=ddk(x)
%
% Input-
% x - 1-D vector of input data x(n)
% Output-
% h - 2-D matrix of input