代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/448886/1683436
m a2dr.m
function beq = a2dR(d,n)
% BEQ = A2DR(D, N) generates the decimal
% equivalent beq of the binary representation
% of a decimal number D with N bits for the
% magnitude part obtained by rounding
%
m
www.eeworm.com/read/448886/1683580
m a2dr.m
function beq = a2dR(d,n)
% BEQ = A2DR(D, N) generates the decimal
% equivalent beq of the binary representation
% of a decimal number D with N bits for the
% magnitude part obtained by rounding
%
m
www.eeworm.com/read/443386/1744125
c asm-offsets.c
#include
#include
/*
* Generate definitions needed by assembly language modules.
* This code generates raw asm output which is post-processed to extract
* and f
www.eeworm.com/read/440906/1776142
c explarg1.c
// Bug: g++ generates an error trying to generate the first foo, when
// it should silently fail and go on to the next one.
template class A { };
template void
foo
www.eeworm.com/read/434858/1868020
m learn_map.m
seed = 1;
rand('state', seed);
randn('state', seed);
obs_model = 'unique'; % each cell has a unique label (essentially fully observable)
%obs_model = 'four'; % each cell generates 4 observation
www.eeworm.com/read/434629/1870101
java fractalmesh.java
// FractalMesh.java
// Andrew Davison, May 2003, dandrew@ratree.psu.ac.th
/*
Generates a fractal mesh for use as a landscape.
The mesh is centered at (0,0) on the (x,z) plane, and
extends WOR
www.eeworm.com/read/433231/1884695
js textdate.js
/*
* Ext JS Library 0.20
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
// generates a renderer function to be used for textual date group
www.eeworm.com/read/430506/1929391
m randpds.m
function [C]=randpds(dim,diagm)
% [C]=randpds(dim,diagm)
%
% RANDPDS generates random positive definite symetric matrix of
% given dimension.
%
% Input:
% dim [1x1] given dimension of desired matri
www.eeworm.com/read/423790/2021809
js textdate.js
/*
* Ext JS Library 0.20
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
// generates a renderer function to be used for textual date group
www.eeworm.com/read/416031/2130016
c faulty.c
/*
* faulty.c -- a module which generates an oops when read
*
* Tested with 1.2 on the x86
* Tested with 2.0 on the x86, Sparc
*
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE