代码搜索:clamp
找到约 336 项符合「clamp」的源代码
代码结果 336
www.eeworm.com/read/274679/10858517
m clamp.m
% clamp - clamps data at the top and/or bottom.
%
% data = clamp(data,bottom,top)
% Sets all values of data that are less than bottom to bottom,
% and all values greater than top to top.
%
% dat
www.eeworm.com/read/166571/7095690
hpp clamp.hpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/456209/7353852
m clamp.m
function y = clamp(x,a,b)
% clamp - clamp a value
%
% y = clamp(x,a,b);
%
% Default is [a,b]=[0,1].
%
% Copyright (c) 2004 Gabriel Peyr
www.eeworm.com/read/456209/7353856
sci clamp.sci
function y = clamp(x,a,b)
// clamp - clamp a value or an array
//
// y = clamp(x,a,b);
//
// Copyright (c) 2008 Gabriel Peyre
if argn(2)
www.eeworm.com/read/450371/7485102
rom clamp.rom
000000:940C
000001:002B
000002:940C
000003:0000
000004:940C
000005:0000
000006:940C
000007:0000
000008:940C
000009:0000
00000A:940C
00000B:0000
00000C:940C
00000D:0000
00000E:940C
00000
www.eeworm.com/read/450371/7485103
asm clamp.asm
www.eeworm.com/read/450371/7485104
c clamp__.c
/*************************Copyright(c)***************************
***************************File Info********************************
** File name: efficiency.c
** Created by: 邵峰
** Description
www.eeworm.com/read/450371/7485105