代码搜索:Generating
找到约 2,801 项符合「Generating」的源代码
代码结果 2,801
www.eeworm.com/read/190661/5182803
java randomgenerator.java
package org.bouncycastle.crypto.prng;
/**
* Generic interface for objects generating random bytes.
*/
public interface RandomGenerator
{
/**
* Add more seed material to the generator.
www.eeworm.com/read/169697/5415245
readme
This readme describes the plan for generating tests automatically
from the description in the structured comment, along with some
additional information.
For each source file:
1. Find the structur
www.eeworm.com/read/162614/5526568
readme
Check the test directives used in GCC's testsuite by generating and
running tests that use combinations of those commands or that stress
the selector expressions that can be used in those directives.
www.eeworm.com/read/341021/3261972
readme
This readme describes the plan for generating tests automatically
from the description in the structured comment, along with some
additional information.
For each source file:
1. Find the structur
www.eeworm.com/read/324447/3503211
cc sqrt_server.cc
// Sample Glish program - a "sqrt" server
//
// This Glish client responds to "compute" events by generating an "answer"
// event whose value is the square-root of the value of the "compute" event.
//
www.eeworm.com/read/324447/3503223
sqrt-server readme.sqrt-server
There are three examples in this directory of "square root" servers.
These are Glish clients that respond to particular events they receive
by generating "square-root" response events. The response e
www.eeworm.com/read/323581/3514661
cc sqrt_server.cc
// Sample Glish program - a "sqrt" server
//
// This Glish client responds to "compute" events by generating an "answer"
// event whose value is the square-root of the value of the "compute" event.
//
www.eeworm.com/read/323581/3514673
sqrt-server readme.sqrt-server
There are three examples in this directory of "square root" servers.
These are Glish clients that respond to particular events they receive
by generating "square-root" response events. The response e
www.eeworm.com/read/311076/3688132
java randomgenerator.java
package org.bouncycastle.crypto.prng;
/**
* Generic interface for objects generating random bytes.
*/
public interface RandomGenerator
{
/**
* Add more seed material to the generator.