代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5938654
mh-sysv4
# Define SYSV as -DSYSV if you are using a System V operating system.
SYSV = -DSYSV -DSVR4
RANLIB = true
INSTALL = /usr/ucb/install -c
# The l flag generates a warning from the SVR4 archiver, remove
www.eeworm.com/read/131315/5941287
mh-sysv4
# Define SYSV as -DSYSV if you are using a System V operating system.
SYSV = -DSYSV -DSVR4
RANLIB = true
INSTALL = /usr/ucb/install -c
# The l flag generates a warning from the SVR4 archiver, remove
www.eeworm.com/read/104936/6200910
aspx compilation.aspx
/*
* Note, this generates a compilation error
* because VB is the default language
* and C# code is used below
*/
Public void Page_Load(){
}
www.eeworm.com/read/104936/6200911
aspx compilation.aspx
/*
* Note, this generates a compilation error
* because VB is the default language
* and C# code is used below
*/
public void Page_Load(){
}
www.eeworm.com/read/165203/6279068
c mt19937ar.c
/*
A C-program for MT19937, with initialization improved 2002/1/26.
Coded by Takuji Nishimura and Makoto Matsumoto.
Before using, initialize the state by using init_genrand(seed)
or in
www.eeworm.com/read/255407/6291022
c alg7.c
#include
#include
#include
class equal_and_odd{
public:
bool
operator()( int val1, int val2 )
{
return ( val1 == val2 &&
( val1 == 0
www.eeworm.com/read/493843/6391517
m convm.m
function X = convm(x,p)
%CONVM Generates a convolution matrix
%-----
%USAGE X = convm(x,p)
%
% Given a vector x of lenght N, an N+p-1 by p convolution
% matrix of the following form is generat
www.eeworm.com/read/492812/6409771
c sinegende.c
//SinegenDE.c Generates a sinewave using a difference equation
short y[3] = {0,16384,0}; //y(1) = sinwT
const short A = 0; //A = 2*coswT * 2^14
int n = 2;
www.eeworm.com/read/479760/6687109
m fh.m
%***********************************************************
% This mfunction generates orthogonal complex
% exponential matrix [exp(j*2*pi*n*k/N)]
%
% AUTHOR: Wenbin Luo
% DA
www.eeworm.com/read/263812/11339640
frm frmerror.frm
VERSION 5.00
Begin VB.Form frmError
AutoRedraw = -1 'True
Caption = "Attempting to access Private members"
ClientHeight = 1230
ClientLeft = 60
Clien