代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/208214/4994985

cpp interference_init.cpp

// Distributed control system: interference node // // Generates disturbing network traffic. #define S_FUNCTION_NAME interference_init #include "ttkernel.cpp" // code function double sender_code(in
www.eeworm.com/read/201007/5061590

svn-base videogen.c.svn-base

/* * Generates a synthetic YUV video sequence suitable for codec testing. * NOTE: no floats are used to guaranty a bit exact output. */ #include #include #define SCALEBITS 8 #
www.eeworm.com/read/195844/5106827

c iscsi_config.c

/* initiator/iscsi_config.c vi: set autoindent tabstop=4 shiftwidth=4 : This file contains the core functions to initiate session to the target. The file when compiled generates a user-level prog
www.eeworm.com/read/190666/5173184

c perf1.c

// Build don't link: // Test of severe performance regression from 2.95. This code generates // a heavily self-referential tree which caused the inliner to take // O(3**N) time to scan it for functi
www.eeworm.com/read/184442/5249264

cpp interference_init.cpp

// Distributed control system: interference node // // Generates disturbing network traffic. #define S_FUNCTION_NAME interference_init #include "ttkernel.cpp" // code function double sender_code(in
www.eeworm.com/read/180137/5289187

install

This file describes how to install sgmls. UNIX ---- Look at the Makefile and edit it if necessary. Do `make config.h'. This runs a shell script that generates an appropriate config.h file from uni
www.eeworm.com/read/179289/5307953

c mkmiblist.c

/* src/prism2/ridlist/mkmiblist.c * * Generates a variation of the PRISM2 to MibItem Name Mapping List * * Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * ----------------------
www.eeworm.com/read/176026/5340964

c mkmiblist.c

/* src/prism2/ridlist/mkmiblist.c * * Generates a variation of the PRISM2 to MibItem Name Mapping List * * Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * ----------------------
www.eeworm.com/read/173155/5376341

m holdtime.m

% Program 7-5 % % holdtime.m % % This function generates holding time % % Programmed by F. Kojima % Checked by H.Harada % function [x] = holdtime(ht) para = rand; while para >= 1
www.eeworm.com/read/162614/5519845

c perf1.c

// { dg-do assemble } // Test of severe performance regression from 2.95. This code generates // a heavily self-referential tree which caused the inliner to take // O(3**N) time to scan it for func