代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/250753/4427109
java sequencefactoryejb.java
// SequenceFactoryEJB.java
// Entity EJB SequenceFactory generates unique primary keys.
package com.deitel.advjhtp1.bookstore.ejb;
// Java core packages
import java.rmi.RemoteException;
import
www.eeworm.com/read/245723/4501758
a51 timer.a51
; This module services the real time interrupt
;
; Get a Real Time interrupt every 40 microseconds (from Timer 0)
;
; This routine generates a 40usec pulse which turns on a Triac (via an opto-isol
www.eeworm.com/read/244854/4509008
tcl schema.tcl
# $RCSfile: schema.tcl,v $
# Schema engine
# using an xml schema document, pass in a node name
# and data elements, ::schema::parse generates
#
# Copywrite (c) Patrick O'Leary 2005, pjaol@pj
www.eeworm.com/read/240162/4580583
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
www.eeworm.com/read/239567/4598032
py c14n.py
#! /usr/bin/env python
'''XML Canonicalization
This module generates canonical XML, as defined in
http://www.w3.org/TR/xml-c14n
It is limited in that it can only canonicalize an element an
www.eeworm.com/read/233448/4673400
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
www.eeworm.com/read/229812/4738062
c diag0173.c
#if !defined( ARCH ) || ( ARCH != 386 )
#error system dependent test for 386
#else
// 93/12/13 (jww) fixed
// compile -mh -w3
// generates two warnings for same source location
// grb
c
www.eeworm.com/read/229812/4742358
c grb51.c
// C compiler generates two copies of "asdf" one in FAR data and the other in _CONST
// we currently have no info to let us generate the far data one
char far *p = "asdf";
void main()
{
cha
www.eeworm.com/read/225759/4792558
m gsamp.m
function x = gsamp(mu, covar, nsamp)
%GSAMP Sample from a Gaussian distribution.
%
% Description
%
% X = GSAMP(MU, COVAR, NSAMP) generates a sample of size NSAMP from a
% D-dimensional Gaussian distri
www.eeworm.com/read/222917/4816430
phpt bug31402.phpt
--TEST--
Bug #31402 (unserialize() generates references when it should not)
--FILE--