代码搜索:triangular
找到约 1,594 项符合「triangular」的源代码
代码结果 1,594
www.eeworm.com/read/391275/8413136
m test9.m
% QMG test 9: an object like a hex nut with a triangular crack.
% Make the brep 'from scratch'.
% get a 6-segment circle approximation.
global GM_BREP_TYPE_CODE
hexobj = zba({GM_BREP_TYPE_CODE; 3;
www.eeworm.com/read/366144/9828225
m test9.m
% QMG test 9: an object like a hex nut with a triangular crack.
% Make the brep 'from scratch'.
% get a 6-segment circle approximation.
global GM_BREP_TYPE_CODE
hexobj = zba({GM_BREP_TYPE_CODE; 3;
www.eeworm.com/read/411401/11246907
m makeelement2nd.m
function [Element,Nodelist]=MakeElement2nd(H,bg,E);
%MakeElement2nd Computes the Element data structure for a 2D quadratic triangular mesh
% Function [Element,Nodelist]=MakeElement2nd(H,bg,E);
% com
www.eeworm.com/read/202805/5045327
h pa_dither.h
#ifndef PA_DITHER_H
#define PA_DITHER_H
/*
* $Id: pa_dither.h,v 1.1.2.4 2003/09/20 21:06:19 rossbencina Exp $
* Portable Audio I/O Library triangular dither generator
*
* Based on the Open S
www.eeworm.com/read/277562/4154146
c pa_dither.c
/*
* $Id: pa_dither.c 1097 2006-08-26 08:27:53Z rossb $
* Portable Audio I/O Library triangular dither generator
*
* Based on the Open Source API proposed by Ross Bencina
* Copyright (c) 1999-200
www.eeworm.com/read/263014/4306334
h pa_dither.h
#ifndef PA_DITHER_H
#define PA_DITHER_H
/*
* $Id: pa_dither.h,v 1.1.2.4 2003/09/20 21:06:19 rossbencina Exp $
* Portable Audio I/O Library triangular dither generator
*
* Based on the Open Source
www.eeworm.com/read/391275/8413172
txt test9_tcl.txt
# QMG test 9: an object like a hex nut with a triangular crack.
# Make the brep 'from scratch'.
# get a 6-segment circle approximation.
global PI
global gm_brep_type_code
gmset {nodes1 scrap} [gm_c
www.eeworm.com/read/366144/9828365
tcl test9.tcl
# QMG test 9: an object like a hex nut with a triangular crack.
# Make the brep 'from scratch'.
# get a 6-segment circle approximation.
global PI
global gm_brep_type_code
gmset {nodes1 scrap} [gm_c
www.eeworm.com/read/366144/9828655
txt test9_tcl.txt
# QMG test 9: an object like a hex nut with a triangular crack.
# Make the brep 'from scratch'.
# get a 6-segment circle approximation.
global PI
global gm_brep_type_code
gmset {nodes1 scrap} [gm_c
www.eeworm.com/read/448529/7531988
m ampresbr.m
% Chapter 7: Bartlett (triangular) Window Amplitude Response
%
M = 45; alpha = (M-1)/2;
n = -alpha:alpha;
w = (bartlett(M))'; sumw = sum(w);
N = 1000; omega = (2*pi/N)*[-N/2:N/2];
Wr = real(w*(e