代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/126507/14418776

c alg33.c

#include #include #include /* * generates: elements: 1 3 4 5 7 8 9 partial sum of elements: 1 4 8 13 20 28 37 partial sum of elements using tim
www.eeworm.com/read/126507/14418796

c alg8.c

#include #include #include #include /* generates: array element sequence after sort: 12 15 17 19 20 22 23 26 29 35 40 51 equal_range result
www.eeworm.com/read/126507/14418798

c alg4.c

#include #include #include #include /* generates: 0 1 1 3 5 8 13 shifting array sequence left by 1: 1 1 3 5 8 13 13 shifting vector
www.eeworm.com/read/126507/14418850

c alg37.c

#include #include #include #include /* generates: original vector sequence: 0 1 0 2 0 3 0 4 0 5 vector after remove, without applying e
www.eeworm.com/read/224153/14604505

h globals.h

#ifndef _GLOBALS_H_ #define _GLOBALS_H_ #include #include #include #include /* Yacc/Bison generates internally its own values * for the tokens
www.eeworm.com/read/123850/14609168

txt jsp源码实例1(输出).txt

作者:blackwhites 日期:2000-9-30 10:04:54 package coreservlets; import java.io.*; import javax.servlet.*; import javax.servlet.http.*; /** Simple servlet that generates HTML. * * Taken
www.eeworm.com/read/123453/14631357

c wtls_pdu.c

/* * wtls_pdu.c: pack and unpack WTLS packets * * Generates packing and unpacking code from wtls_pdu.def. * */ #include "gwlib/gwlib.h" #if (HAVE_WTLS_OPENSSL) #include "gwlib/octstr.h" #incl
www.eeworm.com/read/123453/14632151

c wtls_pdu.c

/* * wtls_pdu.c: pack and unpack WTLS packets * * Generates packing and unpacking code from wtls_pdu.def. * */ #include "gwlib/gwlib.h" #if (HAVE_WTLS_OPENSSL) #include "gwlib/octstr.h" #incl
www.eeworm.com/read/223158/14651666

m randvec.m

function x=randvec(n,m,c) %RANDVEC Generate gaussian random vectors X=(N,M,C) % generates a random matrix of size (n,p) where p is the maximum dimension of m or c % Each row of x is independent wi
www.eeworm.com/read/120385/14804314

c alg33.c

#include #include #include /* * generates: elements: 1 3 4 5 7 8 9 partial sum of elements: 1 4 8 13 20 28 37 partial sum of elements using tim