代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/231270/14242321
def myproj.def
DESCRIPTION 'Visual Prolog Windows application'
EXETYPE WINDOWS ; required for all Windows applications
PROTMODE ; Visual Prolog run in protected mode only
; Generates error message if applicat
www.eeworm.com/read/129360/14249495
diz file_id.diz
MAZE3D Version 1.5 (10/10/97) generates
mazes on Web browsers that support Java.
The mazes are displayed in 3D. Use keys
to solve them or have the computer solve
them. Java source code is includ
www.eeworm.com/read/127235/14366969
txt readme-visualstudio7.txt
annie - Neural Network Library
Visual Studio 7.0 (Visual Studio .NET) Solution README
http://annie.sourceforge.net/
Last Modified On:
January 13, 2003
Author(s):
Asim Shankar
===========
www.eeworm.com/read/127235/14366995
txt readme-visualstudio6.txt
annie - Neural Network Library
Visual Studio 6.0 Workspace README
http://annie.sourceforge.net/
Last Modified On:
February 19, 2003
Author(s):
Asim Shankar
======================================
www.eeworm.com/read/228503/14381186
m cp0202_ds.m
%
% FUNCTION 2.7 : "cp0202_DS"
%
% Generates a random DS code
% with periodicity 'Np'
%
% Programmed by Guerino Giancola
%
function [DScode]=cp0202_DS(Np);
% -----------------------------
www.eeworm.com/read/227865/14407721
m myhilb.m
function A=myhilb(n, m)
%MYHILB a demonstrative M-function.
% A=MYHILB(N, M) generates an N by M Hilbert matrix A.
% A=MYHILB(N) generates an N by N square Hilbert matrix.
% MYHILB(N,M) dis
www.eeworm.com/read/123705/14616026
m quadspace.m
function x=quadspace(a,b,n)
%QUADSPACE Quadratically spaced vector.
% QUADSPACE(x1, x2) generates a row vector of 100 quadratically
% linearly spaced points between x1 and x2.
%
% QUADSPAC
www.eeworm.com/read/120953/14781392
txt credits.txt
Name:Gordon Gong
email:sales@shoutsoft.com
url: www.shoutsoft.com
display info:Take a look at Shoutsoft COM Express 1.1, a tool which generates N(3)-tier VB application(with GUI, COM+ and unlimited
www.eeworm.com/read/119154/14838104
pdf2dsc
#! /bin/sh
# $Id: pdf2dsc $
# psf2dsc: generates an index of a PDF file.
#
# Yves Arrouye , 1996.
me=`basename $0`
usage() {
>&2 echo usage: $me "pdffile [ dscfile
www.eeworm.com/read/216045/15028255
m randint2.m
function out = randint2(varargin);
%RANDINT Generate matrix of uniformly distributed random integers.
% OUT = RANDINT generates a "0" or "1" with equal probability.
%
% OUT = RANDINT(M) genera